-
Notifications
You must be signed in to change notification settings - Fork 561
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
BBC: v5.41.6 breaks SADEGH/Crypt-Lucifer-0.1.tar.gz
#22820
Comments
Here's an excerpt of what I got trying to install Crypt-Lucifer-0.1 (released 10 years ago) on Ubuntu Linux 24.04 using
So we stagger through the compilation with a lot of warnings but do manage to complete |
On the same machine as above, I tried to install Crypt::Lucifer against perl-5.40.0. There,
|
A simple Inline::C demo of the issue:
On perl-5.41.5, this script builds cleanly and then outputs "All Done".
Update : I probably should have provided the info that gcc-14.2 was being used in both 5.41.5 and 5.41.6. If I suppress the "implicit function declaration" warning (which is fatal under gcc-14) then the error with the perl-5.41.6 build changes to:
|
TBH several things about that commit look wrong to me. The assumption that a AFAICT, this really should be:
|
Description
with
v5.41.5-93-g2d859587cf
tests started to fail forSADEGH/Crypt-Lucifer-0.1.tar.gz
Fail report: http://www.cpantesters.org/cpan/report/e7b0a6d0-b148-11ef-8988-c76d3be0bcf3
Bisect says:
Steps to Reproduce
cpan -i SADEGH/Crypt-Lucifer-0.1.tar.gz
Expected behavior
Should compile and test OK
Perl configuration
The text was updated successfully, but these errors were encountered: