Hi, I'm currently using Ubunutu 10.10(32-bit) as my build machine for LFS. I'm using LFS 6.7 and I've run into an error in section 6.9.1; I'm logged in as root and I'm in the chroot environment. When I run the test:
cp -v ../glibc-2.12.1/iconvdata/gconv-modules iconvdata make -k check 2>&1 | tee glibc-check-log When the test runs, I get this error: make[1]: Target `check' not remade because of errors. make[1]: Leaving directory `/sources/glibc-2.12.1' make: *** [check] Error 2 when I run "grep Error glibc-check-log", I see: make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1 make[1]: *** [intl/tests] Error 2 make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-ifloat.out] Error 1 make[1]: *** [math/tests] Error 2 make[2]: *** [/sources/glibc-build/rt/librt.so] Error 1 make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) make[1]: *** [posix/tests] Error 2 make[2]: *** [/sources/glibc-build/rt/librt.so] Error 1 make[2]: *** [/sources/glibc-build/dlfcn/libdl.so] Error 1 make[1]: *** [nptl/tests] Error 2 make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1 make[1]: *** [resolv/tests] Error 2 make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1 make[1]: *** [rt/tests] Error 2 make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1 make[1]: *** [nptl_db/tests] Error 2 make[2]: *** [/sources/glibc-build/nptl/libpthread.so] Error 1 make[2]: *** [/sources/glibc-build/dlfcn/libdl.so] Error 1 make[2]: *** [/sources/glibc-build/math/libm.so] Error 1 make[2]: *** [/sources/glibc-build/rt/librt.so] Error 1 make[1]: *** [elf/tests] Error 2 >From the book, I understand that the math tests can fail, but I can't explain the failures for nptl/libpthread.so, rt, and dlfcn. Can these be ignored? I also didn't see anything in the FAQ that matched what I'm experiencing with glibc. tia, Bernardo -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
