|
想和大家探讨下,出了下面的错误能否继续下去呢?
Host: suse enterprise 10 sp1
LFS Version : 6.3
[PHP]
root:/sources/glibc-build# grep Error glibc-check-log
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/nptl/tst-cancel1.out] Error 1
make[1]: *** [nptl/tests] Error 2
make: *** [check] Error 2
[/PHP]
文档上是这样说的:
You will probably see an expected (ignored) failure in the posix/annexc test. In addition the Glibc test suite is somewhat dependent on the host system. This is a list of the most common issues:
The nptl/tst-cancel1 test will fail when using the 4.1 series of GCC.
The nptl/tst-clock2 and tst-attr3 tests sometimes fail. The reason is not completely understood, but indications are that a heavy system load can trigger these failures.
The math tests sometimes fail when running on systems where the CPU is not a relatively new genuine Intel or authentic AMD processor.
If you have mounted the LFS partition with the noatime option, the atime test will fail. As mentioned in Section 2.4, “Mounting the New Partition”, do not use the noatime option while building LFS.
When running on older and slower hardware or on systems under load, some tests can fail because of test timeouts being exceeded.
上面大概说了,因为,gcc 4.1系列的原因,有可能会出现: nptl/tst-cancel1 的报错.
还有这个也是可以忽略的: “make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)”
但是,还有这两个错误:
make[1]: *** [nptl/tests] Error 2
make: *** [check] Error 2
不知道他上面描述的是不是就是指的这个tests,大家说说看. |
|