Hi, folks! Before I begin, the obligatory preliminaries: - LFS 6.7 (stable at time of writing, issue not covered by errata) - AMD Athlon 64 X2 Dual-Core (Windsor BH-F2), 90nm Processor 3800+ (Build, host, and target) - Building from Fedora 12 (Constantine) running a 64-bit kernel without a GUI - This (6.9 Glibc-2.12.1) is the first warning and/or error I've had all build - It happens regardless of optimization and/or parallel v. normal make - And Google may be a friend, but it's not a particularly helpful one
Everything's building fine and dandy until Glibc in chapter 6: ``make - k check 2>&1 | tee glibc-check-log`` always ends up with the following error: make[1]: Target `check' not remade because of errors. make[1]: Leaving directory `/sources/glibc-2.12.1' make: *** [check] Error 2 I knew to expect an error or two here, but since Glibc's tests are critical and since there wasn't even so much as a warning leading up to this point... well, you know. Here's what ``grep Error glibc-check-log`` had to say: make[2]: *** [/sources/glibc-build/posix/tst-waitid.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/nptl/tst-rwlock6.out] Error 1 make[2]: *** [/sources/glibc-build/nptl/tst-rwlock7.out] Error 1 make[2]: *** [/sources/glibc-build/nptl/tst-rwlock9.out] Error 1 make[2]: *** [/sources/glibc-build/nptl/tst-rwlock11.out] Error 1 make[2]: *** [/sources/glibc-build/nptl/tst-rwlock12.out] Error 139 make[2]: *** [/sources/glibc-build/nptl/tst-rwlock14.out] Error 1 make[1]: *** [nptl/tests] Error 2 make[2]: *** [/sources/glibc-build/rt/tst-cpuclock2.out] Error 1 make[1]: *** [rt/tests] Error 2 make[2]: *** [/sources/glibc-build/elf/tst-xmmymm.out] Error 1 make[1]: *** [elf/tests] Error 2 make: *** [check] Error 2 Eyeballing `glibc-check-log` itself didn't reveal any clues to me - nothing looked out of the ordinary. And considering that the `make check` seems to have exited gracefully, I'm leaning towards the assumption that error 1 is an ignorable "oops". Still, what is error 139 and why would `nptl/tst-rwlock12` be the only test throwing that exception? Can these errors be ignored, or do they suggest a bad build somewhere in Chap. 5 and that I've overlooked it? Thanks for the help (and Happy New Year) ______ ______ \_(_)_\ /_(_)_/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page