Changeset 8f3b4cdc


Ignore:
Timestamp:
02/07/2008 07:53:13 PM (16 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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
0b1b7d3
Parents:
a8cce92
Message:

Add a patch to fix an issue with the Automake tests. Fixes #2143.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8474 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra8cce92 r8f3b4cdc  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Added a patch to fix a known issue in the Automake
     44          test suite. Fixes
     45          <ulink url="&lfs-ticket-root;2143">#2143</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4348          <para>[matthew] - Upgraded to Man-pages-2.77. Fixes
    4449          <ulink url="&lfs-ticket-root;2142">#2142</ulink>.</para>
  • chapter03/patches.xml

    ra8cce92 r8f3b4cdc  
    2020
    2121    <varlistentry>
     22      <term>Automake Test Suite Patch - <token>&automake-test-patch-size;</token>:</term>
     23      <listitem>
     24        <para>Download: <ulink url="&patches-root;&automake-test-patch;"/></para>
     25        <para>MD5 sum: <literal>&automake-test-patch-md5;</literal></para>
     26      </listitem>
     27    </varlistentry>
     28
     29    <varlistentry>
    2230      <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
    2331      <listitem>
  • chapter06/automake.xml

    ra8cce92 r8f3b4cdc  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
     43
     44    <para>Patch a test in the Automake test suite to fix an issue that occurs
     45    when running the tests as <systemitem class="username">root</systemitem>:
     46    </para>
     47
     48<screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
    4349
    4450    <para>Prepare Automake for compilation:</para>
  • patches.ent

    ra8cce92 r8f3b4cdc  
    22
    33<!-- Start of Common Patches -->
     4<!ENTITY automake-test-patch "automake-&automake-version;-test_fix-1.patch">
     5<!ENTITY automake-test-patch-md5 "4d8aa269951bb3cd876d2bb663cb04cc">
     6<!ENTITY automake-test-patch-size "3 KB">
     7
     8
    49<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-7.patch">
    510<!ENTITY bash-fixes-patch-md5 "63ca4c26a1ae0c4a5b7da910d611d534">
Note: See TracChangeset for help on using the changeset viewer.