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

Double size is not compatible (-Duselongdouble?) #5

Closed
eserte opened this issue Jun 12, 2021 · 4 comments
Closed

Double size is not compatible (-Duselongdouble?) #5

eserte opened this issue Jun 12, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@eserte
Copy link

eserte commented Jun 12, 2021

On some of my smokers the test suite fails like this:

Double size is not compatible at /opt/perl-5.26.2D/lib/site_perl/5.26.2/x86_64-linux-ld/Storable.pm line 471, at /home/cpansand/.cpan/build/2021061006/IPC-Shareable-1.00-3/blib/lib/IPC/Shareable.pm line 546.
t/71-unspawn.t .......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 

This is a perl compiled with -Duselongdouble. I can image that it's also failing on quadmath perls (but I don't have any of these available).

@stevieb9 stevieb9 added the bug Something isn't working label Jun 25, 2021
@stevieb9
Copy link
Owner

Will compile a version with -Duselongdouble and see what's happening here. Don't yet know if this problem is with this software, or Storable

@eserte
Copy link
Author

eserte commented Jun 25, 2021

I guess that a Storable-serialized float (NV) has the double size when created with a uselongdouble perl. I think the easiest is to just skip the test for -Duselongdouble perls, or in general, for all perls with $Config{nvsize}!=8.

@stevieb9
Copy link
Owner

stevieb9 commented Jun 25, 2021 via email

@stevieb9
Copy link
Owner

Fixed in 8727edd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants