This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
new failure on glibc cvs
- To: libc-alpha at sources dot redhat dot com, drepper at cygnus dot com
- Subject: new failure on glibc cvs
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- Date: Thu, 26 Oct 2000 19:26:08 -0700 (PDT)
Ulrich,
Building the glibc cvs tonight I am seeing a new failure
which didn't occur when I built the cvs earlier this morning
on linuxppc. The failure is in make check and shows...
/usr/src/redhat/BUILD/glibc-2.1.95/build-ppc-linux/elf/ld.so.1 --library-path /usr/src/redhat/BUILD/glibc-2.1.95/build-ppc-linux:/usr/src/redhat/BUILD/glibc-2.1.95/build-ppc-linux/math:/usr/src/redhat/BUILD/glibc-2.1.95/build-ppc-linux/elf:/usr/src/redh
make[2]: *** [/usr/src/redhat/BUILD/glibc-2.1.95/build-ppc-linux/posix/tst-chmod.out] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/glibc-2.1.95/posix'
make[1]: *** [posix/tests] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/glibc-2.1.95'
[root@localhost build-ppc-linux]# more /usr/src/redhat/BUILD/glibc-2.1.95/build-ppc-linux/posix/tst-chmod.out
managed to create test file in protected directory
creat didn't generate correct errno value
managed to create test file in no-x protected directory
creat didn't generate correct errno value
chmod(".../file") with no-exec directory succeeded
Is anyone else seeing this?
Jack