This is the mail archive of the libc-alpha@sources.redhat.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]

glibc-2.2.4pre2 test failure


More in the harrowing saga of bootstrapping this damned machine :)

In an attempt to get a config which is useful on all my boxes (i586 and
sparc), I've zapped the -O99 from -enable-omitfp and tried building with
that. `make check' fails:

gcc tst-mmap.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g   -g0 -O2 -fomit-frame-pointer -D__USE_STRING_INLINES    -I../include -I. -I/mnt/tmp/build-glibc/posix -I.. -I../libio  -I/mnt/tmp/build-glibc -I../sysdeps/sparc/sparc32/elf -I../linuxthreads/sysdeps/unix/sysv/linux/sparc -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/sparc/sparc32 -I../linuxthreads/sysdeps/sparc -I../sysdeps/unix/sysv/linux/sparc/sparc32 -I../sysdeps/unix/sysv/linux/sparc -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/sparc -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/sparc/sparc32/fpu -I../sysdeps/sparc/sparc32 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/sparc/sparc32/soft-fp -I!
../sysdeps/sparc/fpu -I../sysdeps/sparc -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic   -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -o /mnt/tmp/build-glibc/posix/tst-mmap.o
gcc -nostdlib -nostartfiles -o /mnt/tmp/build-glibc/posix/tst-mmap  -Wl,-dynamic-linker=/lib/ld-linux.so.2   /mnt/tmp/build-glibc/csu/crt1.o /mnt/tmp/build-glibc/csu/crti.o `gcc --print-file-name=crtbegin.o` /mnt/tmp/build-glibc/posix/tst-mmap.o  -Wl,-rpath-link=/mnt/tmp/build-glibc:/mnt/tmp/build-glibc/math:/mnt/tmp/build-glibc/elf:/mnt/tmp/build-glibc/dlfcn:/mnt/tmp/build-glibc/nss:/mnt/tmp/build-glibc/nis:/mnt/tmp/build-glibc/rt:/mnt/tmp/build-glibc/resolv:/mnt/tmp/build-glibc/crypt:/mnt/tmp/build-glibc/linuxthreads /mnt/tmp/build-glibc/libc.so.6 /mnt/tmp/build-glibc/libc_nonshared.a -lgcc `gcc --print-file-name=crtend.o` /mnt/tmp/build-glibc/csu/crtn.o
GCONV_PATH=/mnt/tmp/build-glibc/iconvdata LC_ALL=C   /mnt/tmp/build-glibc/elf/ld-linux.so.2 --library-path /mnt/tmp/build-glibc:/mnt/tmp/build-glibc/math:/mnt/tmp/build-glibc/elf:/mnt/tmp/build-glibc/dlfcn:/mnt/tmp/build-glibc/nss:/mnt/tmp/build-glibc/nis:/mnt/tmp/build-glibc/rt:/mnt/tmp/build-glibc/resolv:/mnt/tmp/build-glibc/crypt:/mnt/tmp/build-glibc/linuxthreads /mnt/tmp/build-glibc/posix/tst-mmap  > /mnt/tmp/build-glibc/posix/tst-mmap.out
make[2]: *** [/mnt/tmp/build-glibc/posix/tst-mmap.out] Error 1
make[2]: Leaving directory `/mnt/tmp/glibc-2.2.4/posix'
make[1]: *** [posix/tests] Error 2
make[1]: Leaving directory `/mnt/tmp/glibc-2.2.4'
make: *** [check] Error 2

The errors were

> mapping at offset with mod pagesize != 0 succeeded!
> mapping at offset with mod pagesize != 0 succeeded!

Rebuilding without -enable-omitfp ran me out of disk space (another
reason to use it ;) ) so I'm trying again now on a device with more free
space; more info later.

-- 
`It's all about bossing computers around. Users have to say "please".
Programmers get to say "do what I want NOW or the hard disk gets it".'
                        -- Richard Heathfield on the nature of programming


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