|
@@ -189,16 +189,17 @@ unset GCC_INCDIR</userinput></screen>
|
|
|
下面列出的失败结果一般可以安全地忽略。执行以下命令进行测试:
|
|
|
</para>
|
|
|
|
|
|
-<screen><userinput remap="test">case $(uname -m) in
|
|
|
+<!-- Use remap="make" here to work around a jhalfs issue. -->
|
|
|
+<screen><userinput remap="make">case $(uname -m) in
|
|
|
i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;;
|
|
|
x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
|
|
|
-esac
|
|
|
-
|
|
|
-make check</userinput></screen>
|
|
|
+esac</userinput></screen>
|
|
|
|
|
|
<note><para>我们需要上面的符号链接,以便在当前的 chroot
|
|
|
构建环境中运行测试套件。下面的安装过程将会覆盖它。</para></note>
|
|
|
|
|
|
+<screen><userinput remap="test">make check</userinput></screen>
|
|
|
+
|
|
|
<!--para>You may see some test failures. The Glibc test suite is
|
|
|
somewhat dependent on the host system. This is a list of the most common
|
|
|
issues seen for some versions of LFS:</para-->
|
|
@@ -433,9 +434,9 @@ mkdir -pv $ZONEINFO/{posix,right}
|
|
|
|
|
|
for tz in etcetera southamerica northamerica europe africa antarctica \
|
|
|
asia australasia backward pacificnew systemv; do
|
|
|
- zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh" ${tz}
|
|
|
- zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
|
|
|
- zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh" ${tz}
|
|
|
+ zic -L /dev/null -d $ZONEINFO ${tz}
|
|
|
+ zic -L /dev/null -d $ZONEINFO/posix ${tz}
|
|
|
+ zic -L leapseconds -d $ZONEINFO/right ${tz}
|
|
|
done
|
|
|
|
|
|
cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
|