Ver código fonte

Add patch to fix the sparse-fiemap test failure in Coreutils-8.10.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 14 anos atrás
pai
commit
2e12af5f1d
5 arquivos alterados com 24 adições e 0 exclusões
  1. 5 0
      chapter01/changelog.xml
  2. 3 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 4 0
      chapter06/coreutils.xml
  5. 4 0
      patches.ent

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <para>2011-03-14</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Add patch to fix the sparse-fiemap test failure in
+          Coreutils-8.10.  Thanks to Tadeus (Eus) Prastowo for the report and
+          patch.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Add latest upstream patches for Readline-6.2.</para>
         </listitem>

+ 3 - 0
chapter01/whatsnew.xml

@@ -221,6 +221,9 @@
     <listitem>
       <para>bash-&bash-version;-fixes-1.patch</para>
     </listitem>
+    <listitem>
+      <para>coreutils-&coreutils-version;-sparse_fiemap-1.patch</para>
+    </listitem>
     <listitem>
       <para>readline-&readline-version;-fixes-1.patch</para>
     </listitem>

+ 8 - 0
chapter03/patches.xml

@@ -42,6 +42,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Coreutils Sparse-Fiemap Test Fix Patch - <token>&coreutils-sparse_fiemap-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&coreutils-sparse_fiemap-patch;"/></para>
+        <para>MD5 sum: <literal>&coreutils-sparse_fiemap-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
       <listitem>

+ 4 - 0
chapter06/coreutils.xml

@@ -62,6 +62,10 @@ esac</userinput></screen>
       without this patch.</para>
     </note>
 
+    <para>Apply a patch to fix a known issue with the test suite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-sparse_fiemap-patch;</userinput></screen>
+
     <para>Now prepare Coreutils for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr \

+ 4 - 0
patches.ent

@@ -16,6 +16,10 @@
 <!ENTITY coreutils-i18n-patch-md5 "28895e1112835ca04119158d1883a6d5">
 <!ENTITY coreutils-i18n-patch-size "120 KB">
 
+<!ENTITY coreutils-sparse_fiemap-patch "coreutils-&coreutils-version;-sparse_fiemap-1.patch">
+<!ENTITY coreutils-sparse_fiemap-patch-md5 "3fa59f8eb59712a80a3302ef5d9ab197">
+<!ENTITY coreutils-sparse_fiemap-patch-size "4.5 KB">
+
 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
 <!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54">
 <!ENTITY coreutils-uname-patch-size "1.6 KB">