[Bug 1268828] RFE: On 32 bit platforms, enable -Duse64bitint and maybe also -Duselongdouble

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 5 12:44:57 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1268828



--- Comment #3 from Richard W.M. Jones <rjones at redhat.com> ---
I meant to add a link to the discussion on devel list.  You
may not have seen it because it had a subject line that was
nothing to do with Perl.

https://lists.fedoraproject.org/pipermail/devel/2015-October/thread.html#215324

Another program we used to have that was broken on 32 bit Perl was:

https://github.com/libguestfs/libguestfs/blob/stable-1.8/tools/virt-resize#L33

This program does a bunch of calculations involving partition sizes
in bytes, and float is no use because the calculations don't work
if the least significant bits get truncated.

I eventually rewrote it in a different programming language to get
around this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the perl-devel mailing list