فهرست منبع

Fix Kmod's test suite on x86 hosts. Fixes #3129.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9901 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 سال پیش
والد
کامیت
f8ffb9603e
4فایلهای تغییر یافته به همراه22 افزوده شده و 0 حذف شده
  1. 4 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 5 0
      chapter06/kmod.xml
  4. 5 0
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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>

+ 8 - 0
chapter03/patches.xml

@@ -99,6 +99,14 @@
       </listitem>
     </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>

+ 5 - 0
chapter06/kmod.xml

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

+ 5 - 0
patches.ent

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