diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:30:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-11 21:30:22 +0000 |
commit | 8d72f1f91901e0d344e126aa5a5f47c609d5d332 (patch) | |
tree | 8d84a54b034518331872dc0a2ec865a7fc5c590b /chapter06 | |
parent | 835b56ae9c714560cbf2158ef6005f9919fecc25 (diff) |
Upgrade to Coreutils-7.1. Fixes #2354.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7d6defe23..3e2f1d3c8 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -50,12 +50,6 @@ i?86 | x86_64) patch -Np1 -i ../&coreutils-uname-patch; ;; esac</userinput></screen> - <para>There's an internal issue with Coreutils which makes some of the - programs behave abnormally if you build using an older kernel. Apply a - patch to fix the issue:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-old-kernel-patch;</userinput></screen> - <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs:</para> @@ -113,7 +107,9 @@ esac</userinput></screen> <para>Now run the tests:</para> -<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> + <!-- FIXME: The stty-row-col test fails so add the '|| true' construct to + allow jhalfs et al to ignore the failure --> +<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" || true</userinput></screen> <para>Remove the temporary group:</para> |