Changeset 32ecf56


Ignore:
Timestamp:
06/04/2012 07:18:48 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:
f8deba0e
Parents:
372aa12
Message:

Upgrade to Automake-1.12.1. Fixes #3106.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r372aa12 r32ecf56  
    4040      <para>2012-06-04</para>
    4141      <itemizedlist>
     42         <listitem>
     43           <para>[matthew] - Upgrade to Automake-1.12.1. Fixes
     44           <ulink url="&lfs-ticket-root;3106">#3106</ulink>.</para>
     45         </listitem>
    4246         <listitem>
    4347           <para>[matthew] - Apply latest upstream patches for Bash.  Fixes
  • chapter01/whatsnew.xml

    r372aa12 r32ecf56  
    221221
    222222    <listitem>
    223       <para>&automake-perl_fix-patch;</para>
    224     </listitem>
    225 
    226     <listitem>
    227223      <para>&bash-fixes-patch;</para>
    228224    </listitem>
  • chapter03/patches.xml

    r372aa12 r32ecf56  
    1818
    1919  <variablelist role="materials">
    20 
    21     <varlistentry>
    22       <term>Automake Perl-&perl-version; Patch - <token>&automake-perl_fix-patch-size;</token>:</term>
    23       <listitem>
    24         <para>Download: <ulink url="&patches-root;&automake-perl_fix-patch;"/></para>
    25         <para>MD5 sum: <literal>&automake-perl_fix-patch-md5;</literal></para>
    26       </listitem>
    27     </varlistentry>
    2820
    2921    <varlistentry>
  • chapter06/automake.xml

    r372aa12 r32ecf56  
    4242    <title>Installation of Automake</title>
    4343
    44     <para>Apply a patch to fix an incomatibility between Automake-&automake-version; and Perl-&perl-version;:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&automake-perl_fix-patch;</userinput></screen>
    47 
    4844    <para>Prepare Automake for compilation:</para>
    4945
     
    5349
    5450<screen><userinput remap="make">make</userinput></screen>
    55 
    56     <para>Fix a couple of minor bugs in the test suite:</para>
    57 
    58 <screen><userinput remap="pre">sed -i -e "s/yacc/lex/" t/lex-clean.sh
    59 sed -i -e "s/cc/'non-root cc'/" t/dist-readonly.sh</userinput></screen>
    6051
    6152    <para>To test the results, issue:</para>
  • packages.ent

    r372aa12 r32ecf56  
    1616<!ENTITY autoconf-ch6-sbu "4.8 SBU">
    1717
    18 <!ENTITY automake-version "1.12">
     18<!ENTITY automake-version "1.12.1">
    1919<!ENTITY am-minor-version "1.12">
    20 <!ENTITY automake-size "1,300 KB">
     20<!ENTITY automake-size "1,321 KB">
    2121<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
    22 <!ENTITY automake-md5 "5fc40c032ceaebecd1588b8d125b4781">
     22<!ENTITY automake-md5 "036d79de6e443e02aec2be1df2b4f0ac">
    2323<!ENTITY automake-home "&gnu-software;automake/">
    2424<!ENTITY automake-ch6-du "28.8 MB">
  • patches.ent

    r372aa12 r32ecf56  
    22
    33<!-- Start of Common Patches -->
    4 
    5 <!ENTITY automake-perl_fix-patch "automake-&automake-version;-perl_fix-1.patch">
    6 <!ENTITY automake-perl_fix-patch-md5 "97e7f0c0ed29018323f6aa03afbd9764">
    7 <!ENTITY automake-perl_fix-patch-size "2.9 KB">
    8 
    94
    105<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-7.patch">
Note: See TracChangeset for help on using the changeset viewer.