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 build failure



I downloaded the latest test release - this was the only failure
during the build.

gcc memusagestat.c -c -O2 -Wall -Winline -Wstrict-prototypes
-Wwrite-strings -I../include -I. -I/opt/build/glibc-build/malloc -I..
-I../libio -I/opt/build/glibc-build -I../sysdeps/i386/elf
-I../linuxthreads/sysdeps/unix/sysv/linux/i386
-I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386
-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/i586 -I../sysdeps/unix/i386 -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/i386/i586 -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 -nostdinc -isystem
/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include -isystem
/usr/src/linux/include -D_LIBC_REENTRANT -include
../include/libc-symbols.h -o /opt/build/glibc-build/malloc/memusagestat.o
memusagestat.c:36:gd.h: No such file or directory
memusagestat.c:37:gdfontl.h: No such file or directory
memusagestat.c:38:gdfonts.h: No such file or directory
make[2]: ***[/opt/build/glibc-build/malloc/memusagestat.o] Error 1
make[2]: Leaving directory `/opt/build/glibc-2.1.92/malloc'
make[1]: *** [malloc/others] Error 2
make[1]: Leaving directory `/opt/build/glibc-2.1.92'
make: *** [all] Error 2

This was the same failure I had in the 2.1.91 build, and based on response
I saw in the libc-alpha mailing list, it looks like some patches were
applied, but they didn't make it into this snapshot. In particular, the
`config.make.in' file doesn't seem to have the `libgd-LDFLAGS' variable
listed as the comments in `configure' imply.

Refer to

http://sources.redhat.com/ml/libc-alpha/2000-07/msg00024.html

for my original posting.

As before, I rechanged the `LIBGD = yes' line to  `LIBBD = no', and the
build proceeded to its conclusion.

The testsuite completed and there were however a number of errors:

posix/runptests.out: 294 tests, 24 errors
(These seemed to be similar to ones in 2.1.3).

math/atest-exp2.out:
0 failures; 34 errors; error rate 0.03%
maximum error:   000000000000010021152e7d8198a5820
error in exp(1): 00000000000000000000000cbffc1f5e9

math/atest-exp2.out:
0 failures; 69 errors; error rate 0.03%
maximum error:   0x0.0000000000000801455cbe2ca7572e900
error in exp(1): 0x0.0000000000000000000000cbffc1f5e90

Thanks to all working on glibc.

###############################
# Art Haas
# (713) 689-2417
###############################



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