From 9dfc02ff38f26117daffe7d8b822ebb64a3fed04 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Mon, 3 May 2004 21:28:58 +0000 Subject: Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/packages.xml | 72 ++++++++++++++++++-------------------------------- 1 file changed, 26 insertions(+), 46 deletions(-) (limited to 'chapter03/packages.xml') diff --git a/chapter03/packages.xml b/chapter03/packages.xml index aa11f6fcb..e154944e3 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -20,10 +20,10 @@ Bash (&bash-version;) - 1,910 KB: Binutils (&binutils-version;) - 10,666 KB: - + Bison (&bison-version;) - 796 KB: - + Bzip2 (&bzip2-version;) - 650 KB: @@ -40,9 +40,6 @@ Diffutils (&diffutils-version;) - 762 KB: E2fsprogs (&e2fsprogs-version;) - 3,003 KB: -Ed (&ed-version;) - 182 KB: - - Expect (&expect-version;) - 510 KB: @@ -53,21 +50,12 @@ Findutils (&findutils-version;) - 760 KB: Flex (&flex-version;) - 372 KB: - + Gawk (&gawk-version;) - 1,596 KB: -GCC (&gcc-2953-version;) - 9,618 KB: - - -GCC-core (&gcc-version;) - 11,283KB: - - -GCC-g++ (&gcc-version;) - 2,026 KB: - - -GCC-testsuite (&gcc-version;) - 1,051 KB: +GCC (&gcc-version;) - ~27,000KB: Gettext (&gettext-version;) - 6,397 KB: @@ -101,7 +89,7 @@ Less (&less-version;) - 259 KB: LFS-Bootscripts (&bootscripts-version;) - 32 KB: - + Libtool (&libtool-version;) - 2,602 KB: @@ -109,15 +97,15 @@ Libtool (&libtool-version;) - 2,602 KB: Linux (&linux-version;) - 30,051 KB: +Linux-Libc-Headers (&linux-libc-headers-version;) - 2,381 KB: + + M4 (&m4-version;) - 310 KB: Make (&make-version;) - 899 KB: -Make_devices (&makedev-version;) - 20 KB: - - Man (&man-version;) - 196 KB: @@ -127,8 +115,8 @@ Man-pages (&man-pages-version;) - 1,582 KB: Mktemp (&mktemp-version;) - 69 KB: -Modutils (&modutils-version;) - 229 KB: - +Module-Init-Tools (&module-init-tools-version;) - 118 KB: + Ncurses (&ncurses-version;) - 2,019 KB: @@ -142,9 +130,6 @@ Patch (&patch-version;) - 182 KB: Perl (&perl-version;) - 9,373 KB: -Procinfo (&procinfo-version;) - 24 KB: - - Procps (&procps-version;) - 260 KB: @@ -172,6 +157,9 @@ Tcl (&tcl-version;) - 3,363 KB: Texinfo (&texinfo-version;) - 1,385 KB: +Udev (&udev-version;) - 327 KB: + + Util-linux (&util-linux-version;) - 1,814 KB: @@ -190,27 +178,19 @@ remove old versions when new ones are released. An alternative download location that may have older versions available is . -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 (Concurrent Versioning System) repository. The following commands will download the current -release and make a tarball from it: - -cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ - export -d glibc-2.3.3-20031202 -D "2003-12-02 UTC" libc -tar jcvf glibc-2.3.3-20031202.tar.bz2 glibc-2.3.3-20031202 - -Alternatively, we've made our own tarball available which you can -download courtesy of the generous LFS mirror sites. - - - - - - - - - +2) Released packages of Glibc are not new enough for our purposes, +so create a tarball of some known-good CVS with the following commands: + +cvs -z 3 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \ + export -d glibc-2.3.4-20040408 -D "18:00:00 2004-04-08 UTC" libc +sed -i -e "s/stable/2004-04-08/" -e "s/2\.3\.3/2.3.4/" \ + glibc-2.3.4-20040408/version.h +tar jcvf glibc-2.3.4-20040408.tar.bz2 glibc-2.3.4-20040408 + +Alternatively, we've made our own tarball available which you can download +from the following location: + + -- cgit v1.2.3-54-g00ecf