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
This commit is contained in:
Matthew Burgess 2012-07-13 19:50:01 +00:00
parent a7bca9bd73
commit f8ffb9603e
4 changed files with 22 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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