diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 05:59:05 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 05:59:05 +0000 |
commit | d0a6c4c212b7204aef7ee577cf897d6c0c792520 (patch) | |
tree | 7fbb5f981f0583f923bbb53c9f98f6e1d239b954 /chapter04 | |
parent | fae442d5f04416d382f6d14e8d5fefe7cf23bbbb (diff) |
Upgraded to Glibc-2.3.3, Kbd-1.12, Perl-5.8.3 and Shadow-4.0.4.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3177 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/chapter04.xml | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 1643e9b26..9890a587c 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -101,7 +101,7 @@ Ed (&ed-version;) - &ed-size;: Expect (&expect-version;) - &expect-size;: <ulink url="http://freshmeat.net/projects/expect/"/> -File (&file-version;) - &file-size;: (*) See Note Below +File (&file-version;) - &file-size;: -- <emphasis role="strong">(*) See Note 1 Below</emphasis> <ulink url="http://freshmeat.net/projects/file/"/> Findutils (&findutils-version;) - &findutils-size;: @@ -128,10 +128,7 @@ GCC-testsuite (&gcc-version;) - &gcc-testsuite-size;: Gettext (&gettext-version;) - &gettext-size;: <ulink url="http://freshmeat.net/projects/gettext/"/> -Glibc (&glibc-version;) - &glibc-size;: -<ulink url="http://freshmeat.net/projects/glibc/"/> - -Glibc-linuxthreads (&glibc-version;) - &glibc-threads-size;: +Glibc (&glibc-version;) - &glibc-size;: -- <emphasis role="strong">(*) See Note 2 Below</emphasis> <ulink url="http://freshmeat.net/projects/glibc/"/> Grep (&grep-version;) - &grep-size;: @@ -239,10 +236,25 @@ Zlib (&zlib-version;) - &zlib-size;: Total size of these packages: &all-size-mb; </literallayout> -<note><para>File (&file-version;) may not be available by the time you read -this. The master download location is known to remove old versions when new -ones are released. Please refer to the corresponding section in -<xref linkend="appendixa"/> for an alternate download location.</para></note> +<note><para>1) File (&file-version;) may not be available by the time you read +this. The site admins of the master download location are known to occasionally +remove old versions when new ones are released. Please refer to the +<xref linkend="ch06-file"/> section for an alternate download +location.</para></note> + +<note><para>2) As of this writing, the Glibc maintainers have decided in their +wisdom not to make available new release tarballs for download. The only way to +obtain the current Glibc release from pristine upstream sources is to pull it +from the Glibc CVS repository. The following commands will download the current +release and make a tarball from it:</para> + +<screen><userinput>cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ + export -d &glibc-dir; -D "2003-12-02 UTC" libc +tar jcvf &glibc-package; &glibc-dir;</userinput></screen> + +<para>Alternatively, we've made our own tarball available which you can +download courtesy of the generous LFS mirror sites. Please refer to the +<xref linkend="ch06-glibc"/> section for the download links.</para></note> </sect1> @@ -266,6 +278,9 @@ Bison Attribute Patch - &bison-patch-size;: Coreutils Hostname Patch - &coreutils-hostname-patch-size;: <ulink url="&patches-root;&coreutils-hostname-patch;"/> +Coreutils Posixver Patch - &coreutils-posixver-patch-size;: +<ulink url="&patches-root;&coreutils-posixver-patch;"/> + Coreutils Uname Patch - &coreutils-uname-patch-size;: <ulink url="&patches-root;&coreutils-uname-patch;"/> @@ -290,9 +305,6 @@ GCC-2 No-Fixincludes Patch - &gcc-2953-no-fixinc-patch-size;: GCC-2 Return-Type Patch - &gcc-2953-returntype-fix-patch-size;: <ulink url="&patches-root;&gcc-2953-returntype-fix-patch;"/> -Glibc Sscanf Patch - &glibc-sscanf-patch-size;: -<ulink url="&patches-root;&glibc-sscanf-patch;"/> - Inetutils No-Server-Man-Pages Patch - &inetutils-no-server-man-pages-patch-size;: <ulink url="&patches-root;&inetutils-no-server-man-pages-patch;"/> @@ -310,9 +322,6 @@ Net-tools Mii-Tool-Gcc33 Patch - &net-tools-mii-patch-size;: Perl Libc Patch - &perl-libc-patch-size;: <ulink url="&patches-root;&perl-libc-patch;"/> - -Shadow Newgrp Patch - &shadow-patch-size;: -<ulink url="&patches-root;&shadow-patch;"/> </literallayout> <para>In addition to the above required patches, there exist a number of |