This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.0.110 failures - with Linux 2.2.0pre7


Ulrich Drepper <drepper@cygnus.com> writes:

> Those with a 2.2.0-pre* kernel, please try the following patch.

That fixes the regression failures I had, thanks.

I see one further failure in the posix directory:

make[2]: Entering directory `/devel/src/lib/glibc-2.0.110/posix'
/bin/sh -e globtest.sh /devel/src/lib/glibc-2.0.110/build/ /devel/src/lib/glibc-2.0.110/build/elf/ \
         ld-linux.so.2
/bin/sh -e wordexp-tst.sh /devel/src/lib/glibc-2.0.110/build/ /devel/src/lib/glibc-2.0.110/build/elf/ \
         ld-linux.so.2
/devel/src/lib/glibc-2.0.110/build/posix/annexc 'gcc' \
               '-I../include -I.. -I/devel/src/lib/glibc-2.0.110/build -I../sysdeps/i386/elf -I../crypt/sysdeps/unix -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../linuxthreads/sysdeps/pthread/no-cmpxchg -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i586 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/libm-i387 -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754 -I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic' > /devel/src/lib/glibc-2.0.110/build/posix/annexc.out
make[2]: [tests] Error 1 (ignored)

I've run `annexc' manually and see that it exits with error code 1.
What further information do you need?

There's a worrisome comment in the wordexp-tst.sh script:

	# Why?  Because bash does it that way..

The header on the script is `#!/bin/sh'.  If it must be run with bash, 
perhaps that should be changed to `#!/bin/bash'.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]