This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Make Check Failures for glibc-2-2-Branch CVS



This is a followup to my last report.  I reduced the optimization slightly by 
getting rid of the -fomit-frame-pointer flag from CFLAGS.

make check still generates lots of errors (although fewer)

David

Here's the log:


/bin/sh -e tst-gettext.sh ../ ../intl/ \
  tst-gettext.mtrace
make[1]: *** [tst-gettext.out] Error 1

make[1]: Target `tests' not remade because of errors.
make[1]: Leaving directory `/home/ronis/Project/notar/libc/intl'
make: *** [intl/tests] Error 2

/usr/bin/gcc -nostdlib -nostartfiles -o test-float  -Wl,-dynamic-linker=/lib/ld-linux.so.2   -Wl,-z,combreloc ../csu/crt1.o ../csu/crti.o `/usr/bin/gcc --print-file-name=crtbegin.o` test-float.o libm.so.6  -Wl,-rpath-link=..:.:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ../libc.so.6 ../libc_nonshared.a -lgcc `/usr/bin/gcc --print-file-name=crtend.o` ../csu/crtn.o
GCONV_PATH=../iconvdata LC_ALL=C   ../elf/ld-linux.so.2 --library-path ..:.:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ./test-float  > test-float.out
make[1]: *** [test-float.out] Error 1

/usr/bin/gcc -nostdlib -nostartfiles -o test-ifloat  -Wl,-dynamic-linker=/lib/ld-linux.so.2   -Wl,-z,combreloc ../csu/crt1.o ../csu/crti.o `/usr/bin/gcc --print-file-name=crtbegin.o` test-ifloat.o libm.so.6  -Wl,-rpath-link=..:.:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ../libc.so.6 ../libc_nonshared.a -lgcc `/usr/bin/gcc --print-file-name=crtend.o` ../csu/crtn.o
GCONV_PATH=../iconvdata LC_ALL=C   ../elf/ld-linux.so.2 --library-path ..:.:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ./test-ifloat  > test-ifloat.out
make[1]: *** [test-ifloat.out] Error 1

make[1]: Target `tests' not remade because of errors.
make[1]: Leaving directory `/home/ronis/Project/notar/libc/math'
make: *** [math/tests] Error 2

rm -f modcxaatexit.so.lds
GCONV_PATH=../iconvdata LC_ALL=C   ../elf/ld-linux.so.2 --library-path ..:../math:../elf:.:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ./tstcxaatexit  > tstcxaatexit.out
make[1]: *** [tstcxaatexit.out] Error 139

rm -f modatexit.so.lds
GCONV_PATH=../iconvdata LC_ALL=C   ../elf/ld-linux.so.2 --library-path ..:../math:../elf:.:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ./tstatexit  > tstatexit.out
make[1]: *** [tstatexit.out] Error 139

make[1]: Target `tests' not remade because of errors.
make[1]: Leaving directory `/home/ronis/Project/notar/libc/dlfcn'
make: *** [dlfcn/tests] Error 2

./annexc '/usr/bin/gcc' \
	       '-I../include -I.. -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686 -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386/i686 -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/i686/fpu -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic ' > annexc.out
make[1]: [annexc.out] Error 1 (ignored)


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