Jim Meyering <jim <at> meyering.net> writes: > > Currently, coreutils (latest snapshot) gets one failure > on debian unstable (and probably Lenny, too): > > FAIL: test-fflush2.sh.log (exit: 134) > ===================================== > > test-fflush2.c:112: assertion failed > ./test-fflush2.sh: line 6: 9631 Aborted ./test-fflush2${EXEEXT}
Did you build this incrementally, or did you do 'make clean' first? There have been previous reports of stale incremental builds leading to incorrectly cached values in your replacement stdio.h, hence the rpl_fflush isn't kicking in when it should be. http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00343.html -- Eric Blake