Eric Blake <e...@byu.net> writes: > According to Simon Josefsson on 8/24/2009 2:49 PM: >> Simon Josefsson <si...@josefsson.org> writes: >> >>> test-pipe.c:79: assertion failed >>> test-pipe.sh: iteration 4 failed >>> test-pipe.c:79: assertion failed >>> test-pipe.sh: iteration 5 failed >>> test-pipe.c:79: assertion failed >>> test-pipe.sh: iteration 6 failed >>> test-pipe.c:79: assertion failed >>> test-pipe.sh: iteration 7 failed >>> FAIL: test-pipe.sh >> >> These tests fails the same way on a Debian x86 system (the gcc compile >> farm host "gcc60") as well, see: >> >> http://autobuild.josefsson.org/gnulib/log-200908232214355360000.txt > > That log also shows that test-dup2.c and test-popen.sh are failing; it > appears all of the failures are of the case: close(n),dup2(n,n) not > returning -1 EBADF. I'm still working on getting a gcc compile farm > account; in the meantime, what version of kernel and glibc is on this > machine? I suspect that the dup2.m4 test needs to be enhanced.
j...@babe:~$ uname -a Linux Babe 2.6.29.2 #1 SMP Wed Apr 29 16:24:15 CEST 2009 ia64 GNU/Linux j...@babe:~$ /lib/libc.so.6.1 GNU C Library stable release version 2.7, by Roland McGrath et al. Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 4.3.2. Compiled on a Linux >>2.6.27.2-dsa-mckinley<< system on 2009-01-04. Available extensions: crypt add-on version 2.1 by Michael Glad and others GNU Libidn by Simon Josefsson Native POSIX Threads Library by Ulrich Drepper et al BIND-8.2.3-T5B For bug reporting instructions, please see: <http://www.gnu.org/software/libc/bugs.html>. j...@babe:~$ /Simon