ソースを参照

Fix coreutils testsuite bug.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Ken Moffat 13 年 前
コミット
7132873a97
5 ファイル変更21 行追加2 行削除
  1. 3 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 4 0
      chapter06/coreutils.xml
  4. 2 2
      general.ent
  5. 4 0
      patches.ent

+ 3 - 0
chapter01/changelog.xml

@@ -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>
 

+ 8 - 0
chapter03/patches.xml

@@ -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>

+ 4 - 0
chapter06/coreutils.xml

@@ -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 \

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "7.1">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 4 - 0
patches.ent

@@ -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">