-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable input prompts in GO, Net-SSLeay and MIME-Lite extensions of Perl-bundle-CPAN #22088
disable input prompts in GO, Net-SSLeay and MIME-Lite extensions of Perl-bundle-CPAN #22088
Conversation
d5e3518
to
c0c8271
Compare
@boegelbot please test @ jsc-zen3 |
@lexming: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2557910655 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
a04c09e
to
801019b
Compare
…undle-CPAN-5.36.1-GCCcore-12.3.0.eb
…s in Perl-bundle-CPAN
5b77cd1
to
d2ad2cd
Compare
…in Perl-bundle-CPAN
@lexming I'm not seeing any hangs or input prompts being produced at all, so I think it's worth figuring out why you're hitting this while others are not... |
easybuild/easyconfigs/p/Perl-bundle-CPAN/Perl-bundle-CPAN-5.36.1-GCCcore-12.3.0.eb
Show resolved
Hide resolved
Indeed, this is not the way forward. There are too many perl modules that actually use questions in their installs to be handled individually. Moreover, this should actually work with the existing easyconfigs, as it is the case in v4.9. Closing to switch directions. Follow-up in #22094 |
(created using
eb --new-pr
)The installation of
Perl-bundle-CPAN
is currently broken on5.0.x
. The extensionGO
,Net-SSLeay
andMIME-Lite
ask for question during installation.Example for
Net-SSLeay
:Somehow this seems to have worked in EB 4.9, although I don't see any QA defined for these PerlModules. Anyhow, this PR fixes this issues without black magic, by just patching the
Makefile.PL
of those package to use fixed settings and not ask any questions.