Changeset 8474

Show
Ignore:
Timestamp:
02/07/08 12:53:13 (10 months ago)
Author:
matthew
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8473 r8474  
    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> 
  • trunk/BOOK/chapter03/patches.xml

    r8470 r8474  
    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> 
  • trunk/BOOK/chapter06/automake.xml

    r8389 r8474  
    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> 
  • trunk/BOOK/patches.ent

    r8470 r8474  
    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">