I can not get glibc to 'make check' without errors! please help I have been searching but I cannot find the answer. Maybe I am not performing an effective search. If i run 'make install' it tells me that glibc installed ok but if I try to move on to compiling gcc it errors out during make -k.
My hardware is a gateway with 758ram and a 550mhz p3 I am hosting LFS on a fedora 3 install with all the development tools installed
If more information is needed please let me know
Here is the output from the Glibc 'make check'
Code:
GCONV_PATH=/sources/glibc-build/iconvdata LC_ALL=C /sources/glibc-build/elf/ld-linux.so.2 --library-path /sources/glibc-build:/sources/glibc-build/math:/sources/glibc-build/elf:/sources/glibc-build/dlfcn:/sources/glibc-build/nss:/sources/glibc-build/nis:/sources/glibc-build/rt:/sources/glibc-build/resolv:/sources/glibc-build/crypt:/sources/glibc-build/nptl /sources/glibc-build/iconvdata/bug-iconv3 > /sources/glibc-build/iconvdata/bug-iconv3.out
/bin/sh -e run-iconv-test.sh /sources/glibc-build > /sources/glibc-build/iconvdata/iconv-test.out
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
make[2]: *** [/sources/glibc-build/iconvdata/iconv-test.out] Error 1
make[2]: Leaving directory `/sources/glibc-2.3.4-20040701/iconvdata'
make[1]: *** [iconvdata/tests] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.4-20040701'
make: *** [check] Error 2
GCONV_PATH=/sources/glibc-build/iconvdata LC_ALL=C /sources/glibc-build/elf/ld-linux.so.2 --library-path /sources/glibc-build:/sources/glibc-build/math:/sources/glibc-build/elf:/sources/glibc-build/dlfcn:/sources/glibc-build/nss:/sources/glibc-build/nis:/sources/glibc-build/rt:/sources/glibc-build/resolv:/sources/glibc-build/crypt:/sources/glibc-build/nptl /sources/glibc-build/iconvdata/bug-iconv3 > /sources/glibc-build/iconvdata/bug-iconv3.out
/bin/sh -e run-iconv-test.sh /sources/glibc-build > /sources/glibc-build/iconvdata/iconv-test.out
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
run-iconv-test.sh: line 138: cmp: command not found
make[2]: *** [/sources/glibc-build/iconvdata/iconv-test.out] Error 1
make[2]: Leaving directory `/sources/glibc-2.3.4-20040701/iconvdata'
make[1]: *** [iconvdata/tests] Error 2
make[1]: Leaving directory `/sources/glibc-2.3.4-20040701'
make: *** [check] Error 2
root:/sources/glibc-build#