Skip to content
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

IO-Compress/bin/zipdetails 2.105 fails porting/utils.t in core on i386 (32 bit integer) builds. #45

Closed
demerphq opened this issue Apr 12, 2022 · 1 comment

Comments

@demerphq
Copy link

See Perl/perl5#19617

zipdetails includes 64 bit hex constants, when run on a 32 bit perl it will produce warnings like:

# Failed test 83 - utils/zipdetails compiles at porting/utils.t line 85
#      got "Integer overflow in hexadecimal number at utils/zipdetails line 1432.
Integer overflow in hexadecimal number at utils/zipdetails line 2247.
Integer overflow in hexadecimal number at utils/zipdetails line 2248.
Integer overflow in hexadecimal number at utils/zipdetails line 2249.
Integer overflow in hexadecimal number at utils/zipdetails line 2250.
Integer overflow in hexadecimal number at utils/zipdetails line 2251.
Integer overflow in hexadecimal number at utils/zipdetails line 2252.
Integer overflow in hexadecimal number at utils/zipdetails line 2253.
Integer overflow in hexadecimal number at utils/zipdetails line 2254.
utils/zipdetails syntax OK
"
# expected "utils/zipdetails syntax OK
"
t/porting/utils .................................................. FAILED at test 83

Related to this I have created:
pmqs/zipdetails#8
pmqs/zipdetails#7
Perl/perl5#19618
Perl/perl5#19617

@pmqs
Copy link
Owner

pmqs commented Apr 12, 2022

Change to zipdetails merged from https://github.com/pmqs/zipdetails via 3fe7b87

IO-Compress2.106 has the fix. Uploaded to CPAN.

@pmqs pmqs closed this as completed Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants