Author: randy
Date: 2008-10-12 14:15:16 -0600 (Sun, 12 Oct 2008)
New Revision: 8653

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/binutils.xml
   trunk/BOOK/patches.ent
Log:
Added a patch to the Chapter 6 Binutils instructions to correct some errors in 
the test suite

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-12 19:14:57 UTC (rev 8652)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-12 20:15:16 UTC (rev 8653)
@@ -41,6 +41,10 @@
       <para>2008-10-12</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added a patch to the Chapter 6 Binutils instructions
+          to correct some errors in the test suite.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Corrected installation of udev rule files.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2008-10-12 19:14:57 UTC (rev 8652)
+++ trunk/BOOK/chapter01/whatsnew.xml   2008-10-12 20:15:16 UTC (rev 8653)
@@ -219,6 +219,14 @@
     </listitem>
 
     <listitem>
+      <para>&binutils-configure-patch;</para>
+    </listitem>
+
+    <listitem>
+      <para>&binutils-gcc-patch;</para>
+    </listitem>
+
+    <listitem>
       <para>&coreutils-old-kernel-patch;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2008-10-12 19:14:57 UTC (rev 8652)
+++ trunk/BOOK/chapter03/patches.xml    2008-10-12 20:15:16 UTC (rev 8653)
@@ -43,6 +43,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Binutils GCC 4.3 Patch - 
<token>&binutils-gcc-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&binutils-gcc-patch;"/></para>
+        <para>MD5 sum: <literal>&binutils-gcc-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Binutils Texinfo Version Patch - 
<token>&binutils-configure-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&binutils-configure-patch;"/></para>

Modified: trunk/BOOK/chapter06/binutils.xml
===================================================================
--- trunk/BOOK/chapter06/binutils.xml   2008-10-12 19:14:57 UTC (rev 8652)
+++ trunk/BOOK/chapter06/binutils.xml   2008-10-12 20:15:16 UTC (rev 8653)
@@ -61,6 +61,11 @@
 
 <screen><userinput remap="pre">patch -Np1 -i 
../&binutils-configure-patch;</userinput></screen>
 
+    <para>Apply the following patch to prevent some failures when running the
+    the test suite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&binutils-gcc-patch;</userinput></screen>
+
     <para>Suppress the installation of an outdated
     <filename>standards.info</filename> file as a newer one is installed later
     on in the Autoconf instructions:</para>

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-10-12 19:14:57 UTC (rev 8652)
+++ trunk/BOOK/patches.ent      2008-10-12 20:15:16 UTC (rev 8653)
@@ -15,7 +15,11 @@
 <!ENTITY binutils-configure-patch-md5 "83877c299e3e3080952214e479396f23">
 <!ENTITY binutils-configure-patch-size "1 KB">
 
+<!ENTITY binutils-gcc-patch "binutils-&binutils-version;-GCC43-1.patch">
+<!ENTITY binutils-gcc-patch-md5 "d77fa789b4cae8b1ef7bc10e6220a529">
+<!ENTITY binutils-gcc-patch-size "1.1 KB">
 
+
 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
 <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
 <!ENTITY bzip2-docs-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