Changeset f8ffb960


Ignore:
Timestamp:
07/13/2012 07:50:01 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
19b3521
Parents:
a7bca9b
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra7bca9b rf8ffb960  
    4141      <para>2012-07-13</para>
    4242      <itemizedlist>
     43         <listitem>
     44           <para>[matthew] - Fix Kmod's test suite on x86 hosts. Fixes
     45           <ulink url="&lfs-ticket-root;3129">#3129</ulink>.</para>
     46         </listitem>
    4347         <listitem>
    4448           <para>[matthew] - Upgrade to Psmisc-22.19. Fixes
  • chapter03/patches.xml

    ra7bca9b rf8ffb960  
    101101
    102102    <varlistentry>
     103      <term>Kmod Testsuite Patch - <token>&kmod-testsuite-patch-size;</token>:</term>
     104      <listitem>
     105        <para>Download: <ulink url="&patches-root;&kmod-testsuite-patch;"/></para>
     106        <para>MD5 sum: <literal>&kmod-testsuite-patch-md5;</literal></para>
     107      </listitem>
     108    </varlistentry>
     109
     110    <varlistentry>
    103111      <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
    104112      <listitem>
  • chapter06/kmod.xml

    ra7bca9b rf8ffb960  
    4141  <sect2 role="installation">
    4242    <title>Installation of Kmod</title>
     43
     44    <para>Apply the following patch to fix a problem when running the testsuite
     45    on x86 hosts:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&kmod-testsuite-patch;</userinput></screen>
    4348
    4449    <para>Prepare Kmod for compilation:</para>
  • patches.ent

    ra7bca9b rf8ffb960  
    6666
    6767
     68<!ENTITY kmod-testsuite-patch "kmod-&kmod-version;-testsuite-1.patch">
     69<!ENTITY kmod-testsuite-patch-md5 "11ab14f5b63ae3c163804517cf110fbb">
     70<!ENTITY kmod-testsuite-patch-size "2.2 KB">
     71
     72
    6873<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
    6974<!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
Note: See TracChangeset for help on using the changeset viewer.