Bug#534521: this is a bug in eglibc, not in pax

2012-02-27 Thread Thorsten Glaser
reassign 317466 src:eglibc forcemerge 534521 317466 thanks This is not a bug in pax, but eglibc _really_ should do something. How about something like this (for all affected functions)? #ifdef __USE_FILE_OFFSET64 FTSENT *fts_read (FTS *) __asm__(fts_read64); #else FTSENT *fts_read (FTS *);

Bug#317466: Bug#534521: this is a bug in eglibc, not in pax

2012-02-27 Thread Aurelien Jarno
On Mon, Feb 27, 2012 at 08:50:00PM +, Thorsten Glaser wrote: reassign 317466 src:eglibc forcemerge 534521 317466 thanks This is not a bug in pax, but eglibc _really_ should do something. I disagree. Pax isn't built with large file support (because fts.h doesn't allow that), so even if

Bug#317466: Bug#534521: this is a bug in eglibc, not in pax

2012-02-27 Thread Thorsten Glaser
Aurelien Jarno dixit: I disagree. Pax isn't built with large file support (because fts.h doesn't allow that), so even if eglibc is fixed, pax would need to be fixed. Blocking bug should be used instead. Right, I could have thought of that. The problem is not having fts_read64, but having a