Glibc

建構 Glibc LFS 時的一些錯誤——它們是無害的嗎?

  • January 8, 2014

我已經完成了第 5 章。在建構 glibc 時,我遇到了一些錯誤:

root:/sources/glibc-build# grep Error glibc-check-log
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/nptl/tst-cond25.out] Error 1
make[1]: *** [nptl/tests] Error 2
make[2]: [/sources/glibc-build/conform/run-conformtest.out] Error 1 (ignored)
make: *** [check] Error 2

它們是無害的嗎?我的LFS版本是7.4,glibc版本是2.18

LFS 書中幾乎將錯誤列為無害的並且它們幾乎總是出現,所以我跳到下一段。

其他是:

make[1]: *** [posix/tests] Error 2

make[1]: *** [nptl/tests] Error 2

這是之前發生的錯誤組的一般名稱。

此主題標題為:Re:$$ lfs-dev $$LFS Package Currency Check - 2013-08-13似乎顯示了您的問題。

摘抄

I did find a few check errors in the build:


090-coreutils:FAIL: tests/df/skip-rootfs.sh
090-coreutils:FAIL: tests/df/skip-rootfs.sh (exit: 1)

103-automake:FAIL: t/primary-prefix-invalid-couples.tap 280 - ... and 
with the same diagnostic of 'automake -a'
103-automake:# FAIL:  1

107-flex:Test test-bison-yylloc FAILED. See test-bison-yylloc/OUTPUT for 
details.
107-flex:Test test-bison-yylval FAILED. See test-bison-yylval/OUTPUT for 
details.

124-texinfo:FAIL: prove.sh

072-glibc:make[3]: *** [/sources/glibc-build/posix/tst-getaddrinfo4.out] 
Error 1
072-glibc:make[3]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
...

我沒有瀏覽整個執行緒,但也許你的問題在於這個執行緒。

引用自:https://unix.stackexchange.com/questions/108080