Author: matthew
Date: 2009-02-08 05:43:00 -0700 (Sun, 08 Feb 2009)
New Revision: 8808

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter05/tar.xml
   trunk/BOOK/chapter06/tar.xml
   trunk/BOOK/patches.ent
Log:
Add a patch to suppress a warning added in Tar-1.21 that causes the Perl 
testsuite to fail.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-02-08 12:42:15 UTC (rev 8807)
+++ trunk/BOOK/chapter01/changelog.xml  2009-02-08 12:43:00 UTC (rev 8808)
@@ -41,6 +41,10 @@
       <para>2009-02-08</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Added a patch to suppress a warning added in
+          Tar-1.21 that causes the Perl testsuite to fail.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to MPFR-2.4.0.  Fixes
           <ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2009-02-08 12:42:15 UTC (rev 8807)
+++ trunk/BOOK/chapter01/whatsnew.xml   2009-02-08 12:43:00 UTC (rev 8808)
@@ -237,6 +237,10 @@
     </listitem>
 
     <listitem>
+      <para>&tar-warning-patch;</para>
+    </listitem>
+
+    <listitem>
       <para>&vim-fixes-patch;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2009-02-08 12:42:15 UTC (rev 8807)
+++ trunk/BOOK/chapter03/patches.xml    2009-02-08 12:43:00 UTC (rev 8808)
@@ -235,6 +235,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Tar Warning Removal Patch - 
<token>&tar-warning-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&tar-warning-patch;"/></para>
+        <para>MD5 sum: <literal>&tar-warning-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&vim-fixes-patch;"/></para>

Modified: trunk/BOOK/chapter05/tar.xml
===================================================================
--- trunk/BOOK/chapter05/tar.xml        2009-02-08 12:42:15 UTC (rev 8807)
+++ trunk/BOOK/chapter05/tar.xml        2009-02-08 12:43:00 UTC (rev 8808)
@@ -43,9 +43,11 @@
   <sect2 role="installation">
     <title>Installation of Tar</title>
 
-    <para>Apply a patch to correct a bug in Tar's testsuite:</para>
+    <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
+    a warning that affects Perl's testsuite:</para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../&tar-testsuite-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
+patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
 
     <para>Prepare Tar for compilation:</para>
 

Modified: trunk/BOOK/chapter06/tar.xml
===================================================================
--- trunk/BOOK/chapter06/tar.xml        2009-02-08 12:42:15 UTC (rev 8807)
+++ trunk/BOOK/chapter06/tar.xml        2009-02-08 12:43:00 UTC (rev 8808)
@@ -40,9 +40,11 @@
   <sect2 role="installation">
     <title>Installation of Tar</title>
 
-    <para>Apply a patch to correct a bug in Tar's testsuite:</para>
+    <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
+    a warning that affects Perl's testsuite:</para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../&tar-testsuite-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
+patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
 
     <para>Prepare Tar for compilation:</para>
 

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2009-02-08 12:42:15 UTC (rev 8807)
+++ trunk/BOOK/patches.ent      2009-02-08 12:43:00 UTC (rev 8808)
@@ -123,6 +123,10 @@
 <!ENTITY tar-testsuite-patch-size "3 KB">
 
 
+<!ENTITY tar-warning-patch "tar-&tar-version;-remove_warning-1.patch">
+<!ENTITY tar-warning-patch-md5 "c7247a20a158ac7d25f02537c4069663">
+<!ENTITY tar-warning-patch-size "1.4 KB">
+
 <!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-4.patch">
 <!ENTITY vim-fixes-patch-md5 "87056fb6fd7bc3df5cd328e26a83bf43">
 <!ENTITY vim-fixes-patch-size "166 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