Author: matthew
Date: 2008-02-07 12:53:13 -0700 (Thu, 07 Feb 2008)
New Revision: 8474

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/automake.xml
   trunk/BOOK/patches.ent
Log:
Add a patch to fix an issue with the Automake tests. Fixes #2143.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-02-07 19:51:24 UTC (rev 8473)
+++ trunk/BOOK/chapter01/changelog.xml  2008-02-07 19:53:13 UTC (rev 8474)
@@ -40,6 +40,11 @@
       <para>2008-02-07</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Added a patch to fix a known issue in the Automake
+          test suite. Fixes
+          <ulink url="&lfs-ticket-root;2143">#2143</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to Man-pages-2.77. Fixes
           <ulink url="&lfs-ticket-root;2142">#2142</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2008-02-07 19:51:24 UTC (rev 8473)
+++ trunk/BOOK/chapter03/patches.xml    2008-02-07 19:53:13 UTC (rev 8474)
@@ -19,6 +19,14 @@
   <variablelist role="materials">
 
     <varlistentry>
+      <term>Automake Test Suite Patch - 
<token>&automake-test-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&automake-test-patch;"/></para>
+        <para>MD5 sum: <literal>&automake-test-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Bash Upstream Fixes Patch - 
<token>&bash-fixes-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>

Modified: trunk/BOOK/chapter06/automake.xml
===================================================================
--- trunk/BOOK/chapter06/automake.xml   2008-02-07 19:51:24 UTC (rev 8473)
+++ trunk/BOOK/chapter06/automake.xml   2008-02-07 19:53:13 UTC (rev 8474)
@@ -41,6 +41,12 @@
   <sect2 role="installation">
     <title>Installation of Automake</title>
 
+    <para>Patch a test in the Automake test suite to fix an issue that occurs
+    when running the tests as <systemitem class="username">root</systemitem>:
+    </para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&automake-test-patch;</userinput></screen>
+
     <para>Prepare Automake for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-02-07 19:51:24 UTC (rev 8473)
+++ trunk/BOOK/patches.ent      2008-02-07 19:53:13 UTC (rev 8474)
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- Start of Common Patches -->
+<!ENTITY automake-test-patch "automake-&automake-version;-test_fix-1.patch">
+<!ENTITY automake-test-patch-md5 "4d8aa269951bb3cd876d2bb663cb04cc">
+<!ENTITY automake-test-patch-size "3 KB">
+
+
 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-7.patch">
 <!ENTITY bash-fixes-patch-md5 "63ca4c26a1ae0c4a5b7da910d611d534">
 <!ENTITY bash-fixes-patch-size "55 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