Changeset 835b56a


Ignore:
Timestamp:
03/11/2009 09:27:25 PM (15 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, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
8d72f1f9
Parents:
01da931
Message:

Upgrade to Bash-4.0. Fixes #2351.

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

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r01da931 r835b56a  
    3939
    4040    <listitem>
     41      <para>2009-03-11</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[matthew] - Upgraded to Bash-4.0.  Fixes
     45          <ulink url="&lfs-ticket-root;2351">#2351</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4151      <para>2009-02-17</para>
    4252      <itemizedlist>
  • chapter01/whatsnew.xml

    r01da931 r835b56a  
    210210
    211211    <listitem>
    212       <para>&bash-fixes-patch;</para>
     212      <para>&automake-test-patch;</para>
    213213    </listitem>
    214214
  • chapter03/packages.xml

    r01da931 r835b56a  
    3939        <para>Download: <ulink url="&bash-url;"/></para>
    4040        <para>MD5 sum: <literal>&bash-md5;</literal></para>
    41       </listitem>
    42     </varlistentry>
    43 
    44     <varlistentry>
    45       <term>Bash Documentation (&bash-doc-version;) - <token>&bash-doc-size;</token>:</term>
    46       <listitem>
    47         <para>Home page: <ulink url="&bash-doc-home;"/></para>
    48         <para>Download: <ulink url="&bash-doc-url;"/></para>
    49         <para>MD5 sum: <literal>&bash-doc-md5;</literal></para>
    5041      </listitem>
    5142    </varlistentry>
  • chapter03/patches.xml

    r01da931 r835b56a  
    2020
    2121    <varlistentry>
     22      <term>Automake Test Fix 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>Berkeley DB Upstream Fixes Patch - <token>&db-fixes-patch-size;</token>:</term>
    2331      <listitem>
  • chapter05/bash.xml

    r01da931 r835b56a  
    4646    <para>Prepare Bash for compilation:</para>
    4747
    48 <screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc \
    49    ac_cv_func_working_mktime=yes</userinput></screen>
     48<screen><userinput remap="configure">./configure --prefix=/tools --without-bash-malloc</userinput></screen>
    5049
    5150    <variablelist>
     
    6059          the <function>malloc</function> functions from Glibc which are
    6160          more stable.</para>
    62         </listitem>
    63       </varlistentry>
    64       <varlistentry>
    65         <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
    66         <listitem>
    67           <para>This parameter bypasses the search for mktime in configure
    68           and uses the version in glibc. The is necessary due to a change in
    69           gcc that has not been incorporated into this package yet.</para>
    7061        </listitem>
    7162      </varlistentry>
  • chapter06/automake.xml

    r01da931 r835b56a  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
     43
     44    <para>Fix a bug in the testsuite that can lead to a spurious failure:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
    4347
    4448    <para>Prepare Automake for compilation:</para>
  • chapter06/bash.xml

    r01da931 r835b56a  
    4141    <title>Installation of Bash</title>
    4242
    43     <para>If you downloaded the Bash documentation tarball and wish to install
    44     HTML documentation, issue the following commands:</para>
    45 
    46 <screen><userinput remap="pre">tar -xvf ../bash-doc-&bash-doc-version;.tar.gz
    47 sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    48     Makefile.in</userinput></screen>
    49 
    5043    <para>Prepare Bash for compilation:</para>
    5144
    5245<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin \
    53     --without-bash-malloc \
    54     --with-installed-readline ac_cv_func_working_mktime=yes</userinput></screen>
     46    --htmldir=/usr/share/doc/bash-&bash-version; --without-bash-malloc \
     47    --with-installed-readline</userinput></screen>
    5548
    5649    <variablelist>
    5750      <title>The meaning of the configure options:</title>
    5851
     52      <varlistentry>
     53        <term><parameter>--htmldir</parameter></term>
     54        <listitem>
     55          <para>This option designates the directory into which HTML formatted
     56          documentation will be installed.</para>
     57        </listitem>
     58      </varlistentry>
    5959      <varlistentry>
    6060        <term><parameter>--with-installed-readline</parameter></term>
  • chapter06/chapter06.xml

    r01da931 r835b56a  
    3737  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/>
    3838  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
     39  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
     40  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bash.xml"/>
    3941  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libtool.xml"/>
    4042  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/>
    41   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readline.xml"/>
    4243  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="autoconf.xml"/>
    4344  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="automake.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bash.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bzip2.xml"/>
    4646  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diffutils.xml"/>
  • general.ent

    r01da931 r835b56a  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20090306">
    3 <!ENTITY releasedate "March 6, 2009">
     2<!ENTITY version "SVN-200903011">
     3<!ENTITY releasedate "March 11, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "7.0">
  • packages.ent

    r01da931 r835b56a  
    2424<!ENTITY automake-ch6-sbu "less than 0.1 SBU">
    2525
    26 <!ENTITY bash-version "3.2.48">
    27 <!ENTITY bash-size "2,482 KB">
     26<!ENTITY bash-version "4.0">
     27<!ENTITY bash-size "6,085 KB">
    2828<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
    29 <!ENTITY bash-md5 "2f619b9499882aa9d142f0d51e27ce9a">
     29<!ENTITY bash-md5 "a90a1b5a6db4838483f05438e05e8eb9">
    3030<!ENTITY bash-home "&gnu-software;bash/">
    3131<!ENTITY bash-ch5-du "22 MB">
     
    3333<!ENTITY bash-ch6-du "25.8 MB">
    3434<!ENTITY bash-ch6-sbu "0.4 SBU">
    35 <!ENTITY bash-doc-version "3.2">
    36 <!ENTITY bash-doc-size "2,143 KB">
    37 <!ENTITY bash-doc-url "&gnu;bash/bash-doc-&bash-doc-version;.tar.gz">
    38 <!ENTITY bash-doc-md5 "0e904cb46ca873fcfa65df19b024bec9">
    39 <!ENTITY bash-doc-home " ">
    4035
    4136<!ENTITY binutils-version "2.19.1">
  • patches.ent

    r01da931 r835b56a  
    22
    33<!-- Start of Common Patches -->
    4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch">
    5 <!ENTITY bash-fixes-patch-md5 "b575f9ef3936fe794f39e961ff6aa03c">
    6 <!ENTITY bash-fixes-patch-size "75 KB">
     4
     5<!ENTITY automake-test-patch "automake-&automake-version;-test_fix-1.patch">
     6<!ENTITY automake-test-patch-md5 "58f56fad6fbbcbc3b193761487d8e573">
     7<!ENTITY automake-test-patch-size "1.2 KB">
    78
    89
Note: See TracChangeset for help on using the changeset viewer.