Author: bdubbs
Date: Sun Sep 27 13:51:41 2020
New Revision: 12050

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

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter08/autoconf.xml
   trunk/BOOK/general.ent
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Fri Sep 25 05:40:47 2020        (r12049)
+++ trunk/BOOK/chapter01/changelog.xml  Sun Sep 27 13:51:41 2020        (r12050)
@@ -45,6 +45,16 @@
 
     <listitem>
       <itemizedlist>
+      <para>2020-09-27</para>
+        <listitem>
+           <para>[bdubbs] - Add autoconf-2.69-consolidated_fixes-1.patch
+           which allows autoconf tests to pass.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <itemizedlist>
       <para>2020-09-15</para>
         <listitem>
           <para>[bdubbs] - Update to linux-5.8.9. Fixes

Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   Fri Sep 25 05:40:47 2020        (r12049)
+++ trunk/BOOK/chapter01/whatsnew.xml   Sun Sep 27 13:51:41 2020        (r12050)
@@ -278,6 +278,10 @@
   <itemizedlist>
     <title>Added:</title>
     <listitem><para></para></listitem>  <!-- satisfy build -->
+    <listitem>
+      <para>autoconf-2.69-consolidated_fixes-1.patch</para>
+    </listitem>
+
 
   </itemizedlist>
 

Modified: trunk/BOOK/chapter03/patches.xml
==============================================================================
--- trunk/BOOK/chapter03/patches.xml    Fri Sep 25 05:40:47 2020        (r12049)
+++ trunk/BOOK/chapter03/patches.xml    Sun Sep 27 13:51:41 2020        (r12050)
@@ -19,6 +19,14 @@
   <variablelist role="materials">
 
     <varlistentry>
+      <term>Autoconf Consolidated Fixes Patch - 
<token>&autoconf-fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&autoconf-fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&autoconf-fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Bash Upstream Fixes Patch - 
<token>&bash-fixes-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>

Modified: trunk/BOOK/chapter08/autoconf.xml
==============================================================================
--- trunk/BOOK/chapter08/autoconf.xml   Fri Sep 25 05:40:47 2020        (r12049)
+++ trunk/BOOK/chapter08/autoconf.xml   Sun Sep 27 13:51:41 2020        (r12050)
@@ -41,9 +41,10 @@
   <sect2 role="installation">
     <title>Installation of Autoconf</title>
 
-    <para>First, fix a bug generated by Perl 5.28.</para>
+    <para>First, apply a patch fixes several problems that occur with the 
latest
+    perl, libtool, and bash version.</para>
 
-<screen><userinput remap="pre">sed -i '361 s/{/\\{/' 
bin/autoscan.in</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i 
../&autoconf-fixes-patch;</userinput></screen>
 
     <para>Prepare Autoconf for compilation:</para>
 
@@ -52,11 +53,12 @@
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>
+
+    <para>To test the results, issue:</para>
 <!--
-    <para>To test the results, issue:</para>-->
     <para>The test suite is currently broken by bash-5 and libtool-2.4.3.
     To run the tests anyway, issue:</para>
-
+ -->
 <screen><userinput remap="test">make check</userinput></screen>
 <!--
     <para>This takes a long time, about &autoconf-fin-sbu-tests; SBUs. In 
addition,

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Sep 25 05:40:47 2020        (r12049)
+++ trunk/BOOK/general.ent      Sun Sep 27 13:51:41 2020        (r12050)
@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20200915">
+<!ENTITY version         "SVN-20200927">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc 
releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or 
"x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20200915-systemd">
+<!ENTITY versiond        "20200927-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "September 15th, 2020">
+<!ENTITY releasedate     "September 27th, 2020">
 
 <!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Fri Sep 25 05:40:47 2020        (r12049)
+++ trunk/BOOK/patches.ent      Sun Sep 27 13:51:41 2020        (r12050)
@@ -2,6 +2,10 @@
 
 <!-- Start of Common Patches -->
 
+<!ENTITY autoconf-fixes-patch 
"autoconf-&autoconf-version;-consolidated_fixes-1.patch">
+<!ENTITY autoconf-fixes-patch-md5 "3c515415ecdd777990c91e8900279cb9">
+<!ENTITY autoconf-fixes-patch-size "3.8 KB">
+
 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
 <!ENTITY bash-fixes-patch-md5 "c1545da2ad7d78574b52c465ec077ed9">
 <!ENTITY bash-fixes-patch-size "22 KB">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to