diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-02 20:30:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-02 20:30:55 +0000 |
commit | a7cde9b0956ec16b623d4431c218993d24a3fa97 (patch) | |
tree | abffa8547342ea63d4ff4e7fea66b299f00f3646 /chapter06 | |
parent | 9e326ab2d78d22161373ecbeb87b6256d3442e18 (diff) |
Update to util-linux-2.30.
Update to perl-5.26.0.
Update to file-5.31.
Update to diffutils-3.6.
Update to linux-4.11.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11255 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/inetutils.xml | 4 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index df6ffc3af..c69bdf52d 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -105,6 +105,10 @@ <screen><userinput remap="test">make check</userinput></screen> + <note><para>One test, libls.sh, may fail in the initial chroot + environment but will pass if the test is rerun after the LFS system + is complete.</para></note> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index b5163ce3b..fb8e1251a 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -112,8 +112,9 @@ <screen><userinput remap="test">chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen> - <note><para>One test above, tests/ts/ipcs/limits2, will fail when the host - is using a recent kernel. The failure can safely be ignored.</para></note> + <note><para>One test, fincore/count, may fail in the initial chroot + environment but will pass if the test is rerun after the LFS system + is complete.</para></note> <para>Install the package:</para> |