|
|
本想用liveCD,但又喜欢用scsi,结果发现启动后找不到sda,又改用原先做好的lfs6.0。6.0当时是用gentoo 2005.0安装的。
在第1遍tcl make test的时候大量提示couldn't open socket: host is unreachable。虽然不关键,但是不理解,我的网络是好的。
==== socket-7.4 testing socket specific options FAILED
==== Contents of test case:
...
---- errorCode: POSIX EHOSTUNREACH {host is unreachable}
==== socket-7.4 FAILED
现在这里停了好久了,不知啥意思?
看来host is unreachable是正常的,但是一直停在这里不知什么问题。
第6章glibc还是出错,记得以前6.0到这儿也没通过:
# grep Error glibc-check-log
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/nptl/tst-cond20.out] Error 1
make[2]: *** [/sources/glibc-build/nptl/tst-cond21.out] Error 1
make[1]: *** [nptl/tests] Error 2
make: *** [check] Error 2
把出错的语句执行了一下,错误信息是:Timed out: killed the child process
忽然发现没有bash-doc-3.0.tar.gz文件。。。哈
module-init-tools测试不能执行:
tar -xvf ../module-init-tools-testsuite-3.1.tar.bz2 --strip-path=1 &&
./configure &&
make check &&
make distclean
参数不对:--strip-path=1
完成了。 |
|