> UPDATE: I managed to successfully compile ncurses, so that > issue is solved. I have since completed chapter 5 and moved > on to chapter 6. :-) > > However, after running the test suite on the glibc package > and running grep on the log file, I found some errors > that weren't listed in chapter 6.9.1. Are they anything > worth worrying about? > > root:/sources/glibc-build# grep Error glibc-check-log > make[2]: *** [/sources/glibc-build/math/test-double.out] Error 1 > make[1]: *** [math/tests] Error 2 > make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) > make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1 > make[1]: *** [nptl/tests] Error 2 > make[2]: *** [/sources/glibc-build/rt/tst-mqueue5.out] Error 1 > make[1]: *** [rt/tests] Error 2 > make[2]: *** [/sources/glibc-build/debug/tst-chk1.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-chk2.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-chk3.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-lfschk1.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-lfschk2.out] Error 1 > make[2]: *** [/sources/glibc-build/debug/tst-lfschk3.out] Error 1 > make[1]: *** [debug/tests] Error 2 > make[1]: *** [/sources/glibc-build/c++-types-check.out] Error 1 > make: *** [check] Error 2
Need more info to determine that. Do "grep -B3 Error glibc-check-log". -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
