Wojciech Giel wrote:
Hi I'm compiling LFS 6.2. I get this result of check test of glibc in 6.9 chapter root:/sources/glibc-build# grep Error glibc-check-log make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
That one, as you can see, is safe to ignore
make[2]: *** [/sources/glibc-build/rt/tst-mqueue5.out] Error 1
Maybe you are lucky and it just timed out. Try grep -A 1 '^Timed out' glibc-check-log If you get two lines of output: Timed out: Killed the child process make[2]: *** [/sources/glibc-build/rt/tst-mqueue5.out] Error 1 then that's the answer. Otherwise, try to check the contents of that tst-mqueue5.out file. It's contents should be the output of the test case. Regards, Brandon -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
