Author: matthew
Date: 2012-07-13 13:50:01 -0600 (Fri, 13 Jul 2012)
New Revision: 9901

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/kmod.xml
   trunk/BOOK/patches.ent
Log:
Fix Kmod's test suite on x86 hosts. Fixes #3129.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-07-13 19:48:45 UTC (rev 9900)
+++ trunk/BOOK/chapter01/changelog.xml  2012-07-13 19:50:01 UTC (rev 9901)
@@ -41,6 +41,10 @@
       <para>2012-07-13</para>
       <itemizedlist>
          <listitem>
+           <para>[matthew] - Fix Kmod's test suite on x86 hosts. Fixes
+           <ulink url="&lfs-ticket-root;3129">#3129</ulink>.</para>
+         </listitem>
+         <listitem>
            <para>[matthew] - Upgrade to Psmisc-22.19. Fixes
            <ulink url="&lfs-ticket-root;3127">#3127</ulink>.</para>
          </listitem>

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2012-07-13 19:48:45 UTC (rev 9900)
+++ trunk/BOOK/chapter03/patches.xml    2012-07-13 19:50:01 UTC (rev 9901)
@@ -100,6 +100,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Kmod Testsuite Patch - 
<token>&kmod-testsuite-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&kmod-testsuite-patch;"/></para>
+        <para>MD5 sum: <literal>&kmod-testsuite-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Kbd Backspace/Delete Fix Patch - 
<token>&kbd-backspace-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&kbd-backspace-patch;"/></para>

Modified: trunk/BOOK/chapter06/kmod.xml
===================================================================
--- trunk/BOOK/chapter06/kmod.xml       2012-07-13 19:48:45 UTC (rev 9900)
+++ trunk/BOOK/chapter06/kmod.xml       2012-07-13 19:50:01 UTC (rev 9901)
@@ -41,6 +41,11 @@
   <sect2 role="installation">
     <title>Installation of Kmod</title>
 
+    <para>Apply the following patch to fix a problem when running the testsuite
+    on x86 hosts:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&kmod-testsuite-patch;</userinput></screen>
+
     <para>Prepare Kmod for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr       \

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2012-07-13 19:48:45 UTC (rev 9900)
+++ trunk/BOOK/patches.ent      2012-07-13 19:50:01 UTC (rev 9901)
@@ -65,6 +65,11 @@
 <!ENTITY kbd-fixes-patch-size "1.6 KB">
 
 
+<!ENTITY kmod-testsuite-patch "kmod-&kmod-version;-testsuite-1.patch">
+<!ENTITY kmod-testsuite-patch-md5 "11ab14f5b63ae3c163804517cf110fbb">
+<!ENTITY kmod-testsuite-patch-size "2.2 KB">
+
+
 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
 <!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
 <!ENTITY mpfr-fixes-patch-size "17 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