Changeset ec786b74
- Timestamp:
- 09/27/2020 08:51:41 PM (2 years ago)
- 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, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 38b705d
- Parents:
- d668398
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rd668398 rec786b74 43 43 appropriate for the entry or if needed the entire day's listitem. 44 44 --> 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> 45 55 46 56 <listitem> -
chapter01/whatsnew.xml
rd668398 rec786b74 279 279 <title>Added:</title> 280 280 <listitem><para></para></listitem> <!-- satisfy build --> 281 <listitem> 282 <para>autoconf-2.69-consolidated_fixes-1.patch</para> 283 </listitem> 284 281 285 282 286 </itemizedlist> -
chapter03/patches.xml
rd668398 rec786b74 18 18 19 19 <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> 20 28 21 29 <varlistentry> -
chapter08/autoconf.xml
rd668398 rec786b74 42 42 <title>Installation of Autoconf</title> 43 43 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> 45 46 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> 47 48 48 49 <para>Prepare Autoconf for compilation:</para> … … 53 54 54 55 <screen><userinput remap="make">make</userinput></screen> 56 57 <para>To test the results, issue:</para> 55 58 <!-- 56 <para>To test the results, issue:</para>-->57 59 <para>The test suite is currently broken by bash-5 and libtool-2.4.3. 58 60 To run the tests anyway, issue:</para> 59 61 --> 60 62 <screen><userinput remap="test">make check</userinput></screen> 61 63 <!-- -
general.ent
rd668398 rec786b74 1 <!ENTITY version "SVN-202009 15">1 <!ENTITY version "SVN-20200927"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "202009 15-systemd">6 <!ENTITY versiond "20200927-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "September 15th, 2020">10 <!ENTITY releasedate "September 27th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
patches.ent
rd668398 rec786b74 2 2 3 3 <!-- 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"> 4 8 5 9 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.