Changeset 084db8d


Ignore:
Timestamp:
08/31/2004 07:11:33 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:
d1a66a0
Parents:
98b017e
Message:

Upgraded glibc to tarball based on CVS code from 2004-08-28. Simplified the configure instructions for glibc.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r98b017e r084db8d  
    2929<listitem><para>gawk-3.1.4</para></listitem>
    3030<listitem><para>gcc-3.4.1</para></listitem>
    31 <listitem><para>glibc-2.3.4-20040701</para></listitem>
     31<listitem><para>glibc-2.3.4-20040828</para></listitem>
    3232<listitem><para>groff-1.19.1</para></listitem>
    3333<listitem><para>hotplug-2004_04_01</para></listitem>
     
    9292</listitem>
    9393
     94<listitem><para>August 31st, 2004 [jeremy]: Upgrade glibc to tarball based
     95on CVS code from 2004-08-28.  Simplified the configure instructions for
     96glibc as well, thanks to the new tarball</para></listitem>
     97
    9498<listitem><para>August 30th, 2004 [matt]: chapter06/util-linux.xml.
    9599-funit-at-a-time is implied by -O2, and it was this specific option that was
  • chapter03/packages.xml

    r98b017e r084db8d  
    133133
    134134<varlistentry>
    135 <term>Glibc (&glibc-version;) - 13,101 KB: -- <emphasis>(see Note 1 below)</emphasis></term>
    136 <listitem>
    137 <para><ulink url="&freshmeat;glibc/"/></para>
     135<term>Glibc (&glibc-version;) - 13,800 KB: -- <emphasis>(see Note 1 below)</emphasis></term>
     136<listitem>
     137<para><ulink url="ftp://ftp.linuxfromscratch.org/pub/lfs/lfs-packages/unstable/glibc-2.3.4-20040828.tar.bz2"/></para>
    138138</listitem>
    139139</varlistentry>
     
    427427
    428428<screen><userinput>cvs -z 3 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
    429     export -d glibc-2.3.4-20040701 -D "2004-07-01 17:30 UTC" libc
    430 sed -i -e "s/stable/2004-07-01/" -e "s/2\.3\.3/2.3.4/" \
    431     glibc-2.3.4-20040701/version.h
    432 tar jcvf glibc-2.3.4-20040701.tar.bz2 glibc-2.3.4-20040701</userinput></screen>
     429    export -d glibc-2.3.4-20040828 -D "2004-08-28 00:00 UTC" libc
     430sed -i -e "s/stable/2004-08-28/" -e "s/2\.3\.3/2.3.4/" \
     431    glibc-2.3.4-20040828/version.h
     432tar jcvf glibc-2.3.4-20040828.tar.bz2 glibc-2.3.4-20040828</userinput></screen>
    433433
    434434<para>Alternatively, we've made our own tarball available which you can download
     
    437437found under the
    438438<filename>/pub/lfs/packages/conglomeration/glibc</filename> directory.
    439 The tarball is signed using GPG, and it is strongly recommended you
    440 verify its authenticity.  Instructions for installing GnuPG, which enables you
    441 to do this, are given in the
    442 <ulink url="&lfs-root;blfs/view/stable/postlfs/gnupg.html">BLFS book.</ulink>
    443439</para>
    444440</note>
  • chapter05/glibc.xml

    r98b017e r084db8d  
    4646
    4747<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
    48     --disable-profile --enable-add-ons=nptl --with-tls \
    49     --with-__thread --enable-kernel=2.6.0 --with-binutils=/tools/bin \
     48    --disable-profile --enable-add-ons \
     49    --enable-kernel=2.6.0 --with-binutils=/tools/bin \
    5050    --without-gd --without-cvs</userinput></screen>
    5151
  • chapter06/glibc.xml

    r98b017e r084db8d  
    5050
    5151<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    52     --disable-profile --enable-add-ons=nptl --with-tls \
    53     --with-__thread --enable-kernel=2.6.0 --without-cvs \
     52    --disable-profile --enable-add-ons \
     53    --enable-kernel=2.6.0 --without-cvs \
    5454    --libexecdir=/usr/lib/glibc</userinput></screen>
    5555
  • general.ent

    r98b017e r084db8d  
    3434<!ENTITY gcc-version "3.4.1">
    3535<!ENTITY gettext-version "0.14.1">
    36 <!ENTITY glibc-version "2.3.4-20040701">
     36<!ENTITY glibc-version "2.3.4-20040828">
    3737<!ENTITY grep-version "2.5.1">
    3838<!ENTITY groff-version "1.19.1">
Note: See TracChangeset for help on using the changeset viewer.