Hello all -- I just ran "make" on Glibc in section 6.9. Using Linux Mint 15 on an Athlon XP 3200+ as my host system to build.
When I ran the non-optional checks on Glibc using the commands: make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log Grep returned the following error messages in the log. Most of them I recognize from the documentation but some I do not. I do not know if I can continue or need to redo some step(s). root:/sources/glibc-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-build/math/test-float.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-ldouble.out] Error 1 make[2]: *** [/sources/glibc-build/math/test-ildoubl.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/posix/tst-getaddrinfo4.out] Error 1 make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) make[1]: *** [posix/tests] Error 2 make[2]: [/sources/glibc-build/conform/run-conformtest.out] Error 1 (ignored) make: *** [check] Error 2 root:/sources/glibc-build# What worries me the most is the last line of the make output (right before I ran the grep line) which states that "check" was not "remade" because of errors. make[1]: Target `check' not remade because of errors. make[1]: Leaving directory `/sources/glibc-2.18' make: *** [check] Error 2 Is this a serious problem or something I can safely ignore? Thanks for any and all input.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page