Source: libwibble
Version: 1.1-1
Severity: important

Hi,

Please do not compile libwibble with -D_FILE_OFFSET_BITS=64 on mips64el.

On most 64-bit platforms, defining _FILE_OFFSET_BITS=64 is a noop.
Unfortunately due to a historical mistake (probably because mips was one
of the first 64-bit platforms), it isn't on mips64. On mips64, defining
this will force the use of the 32-bit large file version of struct stat
which is slightly incompatible with the normal 64-bit version.

This bug causes libbuffy-bindings to FTBFS due to testsuite failures.

Thanks,
James


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to