Author: bdubbs
Date: 2011-04-13 09:32:50 -0600 (Wed, 13 Apr 2011)
New Revision: 9497

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/coreutils.xml
   trunk/BOOK/general.ent
Log:
Added a sed to fix an intermittent test failure in coreutils

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2011-04-13 03:42:50 UTC (rev 9496)
+++ trunk/BOOK/chapter01/changelog.xml  2011-04-13 15:32:50 UTC (rev 9497)
@@ -37,6 +37,17 @@
 
 -->
     <listitem>
+      <para>2011-04-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Added a sed to fix an intermittent test 
+          failure in coreutils.  Fixes
+          <ulink url="&lfs-ticket-root;2833">#2833</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2011-04-12</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/coreutils.xml
===================================================================
--- trunk/BOOK/chapter06/coreutils.xml  2011-04-13 03:42:50 UTC (rev 9496)
+++ trunk/BOOK/chapter06/coreutils.xml  2011-04-13 15:32:50 UTC (rev 9497)
@@ -66,6 +66,10 @@
 
 <screen><userinput remap="pre">patch -Np1 -i 
../&coreutils-sparse_fiemap-patch;</userinput></screen>
 
+    <para>And fix another test:</para>
+
+<screen><userinput remap="pre">sed -i 's/^cmp sparse copy/wait; cmp sparse 
copy/' tests/cp/sparse-to-pipe</userinput></screen>
+
     <para>Now prepare Coreutils for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr \

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2011-04-13 03:42:50 UTC (rev 9496)
+++ trunk/BOOK/general.ent      2011-04-13 15:32:50 UTC (rev 9497)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110412">
-<!ENTITY releasedate "April 12, 2011">
+<!ENTITY version "SVN-20110413">
+<!ENTITY releasedate "April 13, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.9">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

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