Changeset cd0f519


Ignore:
Timestamp:
10/15/2004 03:08:36 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
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.1, 6.1.1, 6.3, 6.4, 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:
b457a1d
Parents:
12043d2
Message:

Upgraded to 20041011 glibc snapshot, added bash patch to fix execution problem with new glibc, upgraded to util-linux 2.12h, removed util-linux-sfdisk patch which is no longer necessary.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r12043d2 rcd0f519  
    2929<listitem><para>gawk-3.1.4</para></listitem>
    3030<listitem><para>gcc-3.4.2</para></listitem>
    31 <listitem><para>glibc-2.3.4-20040828</para></listitem>
     31<listitem><para>glibc-20041011</para></listitem>
    3232<listitem><para>groff-1.19.1</para></listitem>
    3333<listitem><para>iana-etc-1.02</para></listitem>
     
    4444<listitem><para>tar-1.14</para></listitem>
    4545<listitem><para>tcl-8.4.7</para></listitem>
    46 <listitem><para>util-linux-2.12g</para></listitem>
     46<listitem><para>util-linux-2.12h</para></listitem>
    4747<listitem><para>vim-6.3</para></listitem>
    4848</itemizedlist>
     
    5252<itemizedlist>
    5353<listitem><para>bash-3.0-fixes-1.patch</para></listitem>
     54<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
    5455<listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
    5556<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
     
    7172<listitem><para>udev-config-1.rules</para></listitem>
    7273<listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
    73 <listitem><para>util-linux-2.12d-sfdisk-1.patch</para></listitem>
    7474<listitem><para>vim-6.3 language files</para></listitem>
    7575<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
     
    9393</listitem>
    9494
     95<listitem><para>October 14th, 2004 [jeremy]: Upgraded Glibc to 20041011
     96snapshot, added Bash patch to fix execution problems with the new glibc,
     97upgraded to Util-linux-2.12h, removed the sfdisk patch which has been
     98incorporated upstream</para></listitem>
     99
    95100<listitem><para>October 12th, 2004 [jeremy]: Added the new DESTDIR patch
    96101developed by David Jensen to the udev instructions</para></listitem>
  • chapter03/packages.xml

    r12043d2 rcd0f519  
    135135<term>Glibc (&glibc-version;) - 13,800 KB: -- <emphasis>(see Note 1 below)</emphasis></term>
    136136<listitem>
    137 <para><ulink url="ftp://ftp.linuxfromscratch.org/pub/lfs/lfs-packages/unstable/glibc-2.3.4-20040828.tar.bz2"/></para>
     137<para><ulink url="ftp://sources.redhat.com/pub/glibc/snapshots/"/></para>
    138138</listitem>
    139139</varlistentry>
  • chapter03/patches.xml

    r12043d2 rcd0f519  
    2020<listitem>
    2121<para><ulink url="&patches-root;bash-&bash-version;-fixes-1.patch"/></para>
     22</listitem>
     23</varlistentry>
     24
     25<varlistentry>
     26<term>Bash Avoid Wcontinued Patch - 1KB:</term>
     27<listitem>
     28<para><ulink url="&patches-root;bash-&bash-version;-avoid_WCONTINUED-1.patch"/></para>
    2229</listitem>
    2330</varlistentry>
     
    140147
    141148<varlistentry>
    142 <term>Util-Linux Sfdisk Patch - 1 KB:</term> <listitem>
    143 <para><ulink url="&patches-root;util-linux-&util-linux-version;-sfdisk-2.patch"/></para>
    144 </listitem>
    145 </varlistentry>
    146 
    147 <varlistentry>
    148149<term>Zlib Security Patch - 1KB:</term> <listitem>
    149150<para><ulink url="&patches-root;zlib-&zlib-version;-security-1.patch"/></para>
  • chapter05/bash.xml

    r12043d2 rcd0f519  
    2828<title>Installation of Bash</title>
    2929
     30<para>Bash has a problem when compiled against newer versions of glibc, causing
     31it to hang inappropriately.  This patch fixes the problem:</para>
     32
     33<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
     34
    3035<para>Prepare Bash for compilation:</para>
    3136
  • chapter06/bash.xml

    r12043d2 rcd0f519  
    3333
    3434<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-1.patch</userinput></screen>
     35
     36<para>Bash also has issues when compiled against newer versions of glibc.  The
     37following patch resolves this problem:</para>
     38
     39<screen><userinput>patch -Np1 -i ../bash-&bash-version;-avoid_WCONTINUED-1.patch</userinput></screen>
    3540
    3641<para>Prepare Bash for compilation:</para>
  • chapter06/util-linux.xml

    r12043d2 rcd0f519  
    4343<sect2 role="installation">
    4444<title>Installation of Util-linux</title>
    45 
    46 <para>GCC-&gcc-version; miscompiles <command>sfdisk</command> if the
    47 default optimisation level is used.  The following patch prevents the
    48 problematic optimisation pass from being used.</para>
    49 
    50 <screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-sfdisk-2.patch</userinput></screen>
    5145
    5246<para>Prepare Util-linux for compilation:</para>
  • general.ent

    r12043d2 rcd0f519  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20041012">
    3 <!ENTITY releasedate "October 12, 2004">
     2<!ENTITY version "SVN-20041014">
     3<!ENTITY releasedate "October 14, 2004">
    44<!ENTITY milestone "6.1">
    55
     
    3434<!ENTITY gcc-version "3.4.2">
    3535<!ENTITY gettext-version "0.14.1">
    36 <!ENTITY glibc-version "2.3.4-20040828">
     36<!ENTITY glibc-version "20041011">
    3737<!ENTITY grep-version "2.5.1">
    3838<!ENTITY groff-version "1.19.1">
     
    6969<!ENTITY tcl-version "8.4.7">
    7070<!ENTITY texinfo-version "4.7">
    71 <!ENTITY util-linux-version "2.12g">
     71<!ENTITY util-linux-version "2.12h">
    7272<!ENTITY udev-version "035">
    7373<!ENTITY vim-version "6.3">
Note: See TracChangeset for help on using the changeset viewer.