Changeset ec786b74


Ignore:
Timestamp:
09/27/2020 08:51:41 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 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:
38b705d
Parents:
d668398
Message:

Add autoconf-2.69-consolidated_fixes-1.patch which allows autoconf tests to pass.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd668398 rec786b74  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45
     46    <listitem>
     47      <itemizedlist>
     48      <para>2020-09-27</para>
     49        <listitem>
     50           <para>[bdubbs] - Add autoconf-2.69-consolidated_fixes-1.patch
     51           which allows autoconf tests to pass.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4555
    4656    <listitem>
  • chapter01/whatsnew.xml

    rd668398 rec786b74  
    279279    <title>Added:</title>
    280280    <listitem><para></para></listitem>  <!-- satisfy build -->
     281    <listitem>
     282      <para>autoconf-2.69-consolidated_fixes-1.patch</para>
     283    </listitem>
     284
    281285
    282286  </itemizedlist>
  • chapter03/patches.xml

    rd668398 rec786b74  
    1818
    1919  <variablelist role="materials">
     20
     21    <varlistentry>
     22      <term>Autoconf Consolidated Fixes Patch - <token>&autoconf-fixes-patch-size;</token>:</term>
     23      <listitem>
     24        <para>Download: <ulink url="&patches-root;&autoconf-fixes-patch;"/></para>
     25        <para>MD5 sum: <literal>&autoconf-fixes-patch-md5;</literal></para>
     26      </listitem>
     27    </varlistentry>
    2028
    2129    <varlistentry>
  • chapter08/autoconf.xml

    rd668398 rec786b74  
    4242    <title>Installation of Autoconf</title>
    4343
    44     <para>First, fix a bug generated by Perl 5.28.</para>
     44    <para>First, apply a patch fixes several problems that occur with the latest
     45    perl, libtool, and bash version.</para>
    4546
    46 <screen><userinput remap="pre">sed -i '361 s/{/\\{/' bin/autoscan.in</userinput></screen>
     47<screen><userinput remap="pre">patch -Np1 -i ../&autoconf-fixes-patch;</userinput></screen>
    4748
    4849    <para>Prepare Autoconf for compilation:</para>
     
    5354
    5455<screen><userinput remap="make">make</userinput></screen>
     56
     57    <para>To test the results, issue:</para>
    5558<!--
    56     <para>To test the results, issue:</para>-->
    5759    <para>The test suite is currently broken by bash-5 and libtool-2.4.3.
    5860    To run the tests anyway, issue:</para>
    59 
     61 -->
    6062<screen><userinput remap="test">make check</userinput></screen>
    6163<!--
  • general.ent

    rd668398 rec786b74  
    1 <!ENTITY version         "SVN-20200915">
     1<!ENTITY version         "SVN-20200927">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200915-systemd">
     6<!ENTITY versiond        "20200927-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "September 15th, 2020">
     10<!ENTITY releasedate     "September 27th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • patches.ent

    rd668398 rec786b74  
    22
    33<!-- Start of Common Patches -->
     4
     5<!ENTITY autoconf-fixes-patch "autoconf-&autoconf-version;-consolidated_fixes-1.patch">
     6<!ENTITY autoconf-fixes-patch-md5 "3c515415ecdd777990c91e8900279cb9">
     7<!ENTITY autoconf-fixes-patch-size "3.8 KB">
    48
    59<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.