mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix coreutils testsuite bug.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7505caa279
commit
7132873a97
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>[dj] - Update to lfs-bootscripts-20111128.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Fix daylight saving time bug in coreutils testsuite.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -34,6 +34,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Testsuite Fixes Patch - <token>&coreutils-tests-patch-size;</token></term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&coreutils-tests-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&coreutils-tests-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -62,6 +62,10 @@ esac</userinput></screen>
|
||||
without this patch.</para>
|
||||
</note>
|
||||
|
||||
<para>The following patch fixes a bug in the testsuite:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-tests-patch;</userinput></screen>
|
||||
|
||||
<para>Now prepare Coreutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20111126">
|
||||
<!ENTITY releasedate "Nov 26, 2011">
|
||||
<!ENTITY version "SVN-20111128">
|
||||
<!ENTITY releasedate "Nov 28, 2011">
|
||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -20,6 +20,10 @@
|
||||
<!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54">
|
||||
<!ENTITY coreutils-uname-patch-size "1.6 KB">
|
||||
|
||||
<!ENTITY coreutils-tests-patch "coreutils-&coreutils-version;-test_fix-1.patch">
|
||||
<!ENTITY coreutils-tests-patch-md5 "48eee669fce62b9053edf0090c53615c">
|
||||
<!ENTITY coreutils-tests-patch-size "2.7 KB">
|
||||
|
||||
|
||||
<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
|
||||
<!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">
|
||||
|
Loading…
Reference in New Issue
Block a user