Ignore:
Timestamp:
05/14/2004 06:39:27 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1b9d582
Parents:
f4abd88
Message:
  • Upgraded to glibc-2.3.3-lfs-5.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter03/packages.xml

    rf4abd88 r2f2b6d6  
    192192
    193193<note><para>2) As of this writing, the Glibc maintainers have decided in their
    194 wisdom not to make available new release tarballs for download. The only way to
    195 obtain the current Glibc release from pristine upstream sources is to pull it
    196 from the Glibc CVS (Concurrent Versioning System) repository. The following commands will download the current
    197 release and make a tarball from it:</para>
    198 
    199 <screen><userinput>cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
    200     export -d glibc-2.3.3-20031202 -D "2003-12-02 UTC" libc
    201 tar jcvf glibc-2.3.3-20031202.tar.bz2 glibc-2.3.3-20031202</userinput></screen>
    202 
    203 <para>Alternatively, we've made our own tarball available which you can
    204 download courtesy of the generous LFS mirror sites.</para>
    205 
    206 <literallayout><ulink url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/glibc-2.3.3-20031202.tar.bz2"/>
    207 <ulink url="http://lfs.mirror.intermedia.com.sg/packages/glibc/glibc-2.3.3-20031202.tar.bz2"/>
    208 <ulink url="ftp://lfs.mirror.intermedia.com.sg/pub/lfs/glibc/glibc-2.3.3-20031202.tar.bz2"/>
    209 <ulink url="http://dl.lfs.fredan.org/glibc-2.3.3-20031202.tar.bz2"/>
    210 <ulink url="http://packages.lfs-es.org/glibc-2.3.3-20031202.tar.bz2"/>
    211 <ulink url="http://mirror.averse.net/lfs-packages/glibc-2.3.3-20031202.tar.bz2"/>
    212 <ulink url="ftp://mirror.averse.net/pub/lfs-packages/glibc-2.3.3-20031202.tar.bz2"/>
    213 <ulink url="ftp://ftp.lfs-matrix.de/lfs/packages/conglomeration/glibc-2.3.3-20031202.tar.bz2"/></literallayout>
     194wisdom not to make available new release tarballs for download.  As
     195such, the LFS toolchain team have provided a tarball of glibc sources
     196pulled from Glibc CVS (Concurrent Versioning System) and generated a
     197tarball from them, including patches where necessary.</para>
     198
     199<para>We have made this tarball available courtesy of the generous LFS mirror
     200sites:</para>
     201
     202<literallayout><ulink
     203url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/glibc-&glibc-version;.tar.bz2"/>
     204<ulink
     205url="http://lfs.mirror.intermedia.com.sg/packages/glibc/glibc-&glibc-version;.tar.bz2"/>
     206<ulink
     207url="ftp://lfs.mirror.intermedia.com.sg/pub/lfs/glibc/glibc-&glibc-version;.tar.bz2"/>
     208<ulink url="http://dl.lfs.fredan.org/glibc-&glibc-version;.tar.bz2"/>
     209<ulink url="http://packages.lfs-es.org/glibc-&glibc-version;.tar.bz2"/>
     210<ulink url="http://mirror.averse.net/lfs-packages/glibc-&glibc-version;.tar.bz2"/>
     211<ulink
     212url="ftp://mirror.averse.net/pub/lfs-packages/glibc-&glibc-version;.tar.bz2"/>
     213<ulink
     214url="ftp://ftp.lfs-matrix.de/lfs/packages/conglomeration/glibc-&glibc-version;.tar.bz2"/></literallayout>
    214215</note>
    215216
Note: See TracChangeset for help on using the changeset viewer.