mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +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>
|
<listitem>
|
||||||
<para>[dj] - Update to lfs-bootscripts-20111128.</para>
|
<para>[dj] - Update to lfs-bootscripts-20111128.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Fix daylight saving time bug in coreutils testsuite.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -34,6 +34,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
<varlistentry>
|
||||||
<term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
|
<term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -62,6 +62,10 @@ esac</userinput></screen>
|
|||||||
without this patch.</para>
|
without this patch.</para>
|
||||||
</note>
|
</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>
|
<para>Now prepare Coreutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20111126">
|
<!ENTITY version "SVN-20111128">
|
||||||
<!ENTITY releasedate "Nov 26, 2011">
|
<!ENTITY releasedate "Nov 28, 2011">
|
||||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.1">
|
<!ENTITY milestone "7.1">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!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-md5 "500481b75892e5c07e19e9953a690e54">
|
||||||
<!ENTITY coreutils-uname-patch-size "1.6 KB">
|
<!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 "diffutils-&diffutils-version;-i18n-1.patch">
|
||||||
<!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">
|
<!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">
|
||||||
|
Loading…
Reference in New Issue
Block a user