diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-07-05 03:04:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-07-05 03:04:40 +0000 |
commit | 0aa478257ae7bc6c73d3e1a26dec4495e6996e6b (patch) | |
tree | 0cbbf26a67097c51f4cad5c4dbf4db4979d0774a /chapter06/coreutils.xml | |
parent | 9150096657e48a663ab06a4ff3d4ffc1bbc863a9 (diff) |
Update to iproute2-4.1.0.
Update to texinfo-6.0.
Update to linux-4.1.1.
Update to coreutils-8.24.
Update perl installed files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index aa064a7c5..2103d4ec2 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -49,12 +49,15 @@ <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. - Afterwards make sure the timestamp for <filename>Makefile.in</filename> is + <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is later than all other files to prevent a <command>make</command> - error:</para> + error:</para>--> + Afterwards disable a test that fails with the current version of perl.</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; -touch Makefile.in</userinput></screen> +sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen> + +<!--touch Makefile.in</userinput></screen>--> <note> <para>In the past, many bugs were found in this patch. When reporting new |