Package: strace
Version: 4.5.14-1
Severity: normal

While straceing a complex application I noticed that the strace output file
was truncated at the 2^31-1 mark. The reason is that strace wasn't built
with large file support. When I tried to build it with
CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" I basically ran
into the same problem as reported
in upstream bug
http://sourceforge.net/tracker/index.php?func=detail&aid=845946&group_id=2861&atid=102861
It was filed against 4.5.1, but the problem is still present:
sys_pread64 is being #define'd as sys_pread, but the above flags cause
both functions
to be compiled, resulting in an apparent redefinition of sys_pread.

Cheers, Roderich


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

Reply via email to