Author: matthew
Date: 2011-03-14 16:09:09 -0600 (Mon, 14 Mar 2011)
New Revision: 9488

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/coreutils.xml
   trunk/BOOK/patches.ent
Log:
Add patch to fix the sparse-fiemap test failure in Coreutils-8.10.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-03-14 22:07:59 UTC (rev 9487)
+++ trunk/BOOK/chapter01/changelog.xml  2011-03-14 22:09:09 UTC (rev 9488)
@@ -40,6 +40,11 @@
       <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>
         <listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2011-03-14 22:07:59 UTC (rev 9487)
+++ trunk/BOOK/chapter01/whatsnew.xml   2011-03-14 22:09:09 UTC (rev 9488)
@@ -222,6 +222,9 @@
       <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>
   </itemizedlist>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2011-03-14 22:07:59 UTC (rev 9487)
+++ trunk/BOOK/chapter03/patches.xml    2011-03-14 22:09:09 UTC (rev 9488)
@@ -43,6 +43,14 @@
     </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>
         <para>Download: <ulink 
url="&patches-root;&coreutils-uname-patch;"/></para>

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2011-03-14 22:07:59 UTC (rev 9487)
+++ trunk/BOOK/chapter06/coreutils.xml  2011-03-14 22:09:09 UTC (rev 9488)
@@ -62,6 +62,10 @@
       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 \

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2011-03-14 22:07:59 UTC (rev 9487)
+++ trunk/BOOK/patches.ent      2011-03-14 22:09:09 UTC (rev 9488)
@@ -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">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to