Tests mise à jour eglibc
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 12 Mar 2011 00:55:12 +0000 (00:55 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 12 Mar 2011 00:55:12 +0000 (00:55 +0000)
Makefile
config/packages-list
config/sysinfos.amd64
config/urls
stage0/packages-update

index eefaf70..e80efe6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: get
 
 # Fetch packages from network
 get:
-       @for k in $$(seq 0 6); do \
+       @for k in $$(seq 0 5); do \
          make -C stage$${k} $(MAKECMDGOALS); \
         done
 
index 400f03c..fcc0617 100644 (file)
@@ -70,8 +70,8 @@ E2FSPROGS="e2fsprogs-1.41.14"
 EASYTAG="easytag-2.1"
 ED="ed-1.4"
 EGGDBUS="eggdbus-0.6"
-EGLIBC="eglibc-2.12-20100725-r11059"
-EGLIBC_PORTS="eglibc-ports-2.12-20100725-r11059"
+EGLIBC="eglibc-2.12-r12509"
+EGLIBC_PORTS="eglibc-ports-2.12-r12509"
 UCLIBC="uClibc-0.9.30.1"
 EMACS="emacs-23.2"
 ESOUND="esound-0.2.37"
index 368bbfd..edf45dc 100644 (file)
@@ -5,7 +5,7 @@
 
 INST_TYPE="workstation"
 HVL_TARGET="x86_64"
-MAKEJOBS=2
+MAKEJOBS=1
 
 # Destination path where to install new Linux-HV system. This is usually where
 # you have mounted your new LFS partition, but it can also be any directory.
index 4d1ba2c..c846be7 100644 (file)
@@ -12,15 +12,17 @@ CLFS_PATCHES_URL="http://patches.cross-lfs.org/dev"
 HV_PATCHES_URL="${HV_BASE_URL}/patches"
 
 LFS_PACKAGES_URL="ftp://ftp.osuosl.org/pub/lfs/lfs-packages/conglomeration"
+CLFS_PKG_SVN_URL="http://cross-lfs.org/files/packages/svn"
+BLFS_XORG_URL="http://anduin.linuxfromscratch.org/files/BLFS/svn/xorg"
+BLFS_SVN_SRC_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn"
+BLFS_PM_URL="${BLFS_SVN_SRC_URL}/perl-modules"
 HV_PACKAGES_URL="${HV_BASE_URL}/packages"
+
 SOURCEFORGE_URL="http://downloads.sourceforge.net"
 APACHE_URL="http://archive.apache.org/dist"
 GNOME_URL="http://ftp.gnome.org/pub/gnome/sources"
 GNU_URL="http://ftp.gnu.org/pub/gnu"
 TETEX_URL="http://www.tug.org/ftp/tex-archive/systems/unix/teTeX"
-BLFS_XORG_URL="http://anduin.linuxfromscratch.org/files/BLFS/svn/xorg"
-BLFS_SVN_SRC_URL="http://anduin.linuxfromscratch.org/sources/BLFS/svn"
-BLFS_PM_URL="${BLFS_SVN_SRC_URL}/perl-modules"
 XORG_URL="http://xorg.freedesktop.org/releases/individual"
 TCPDUMP_URL="http://www.tcpdump.org/release"
 CPAN_AUTHORS_URL="http://cpan.org/authors/id"
index bc2c45c..53ae341 100755 (executable)
@@ -26,7 +26,7 @@ fpkg -s "$(get_pkg_ver ${PPL})" ${PPL} \
 fpkg -e "tar.gz" ${CLOOG_PPL} "ftp://gcc.gnu.org/pub/gcc/infrastructure"
 fpkg -m gnu ${BINUTILS}
 fpkg -m gnu -s "gcc/${GCC}" ${GCC}
-fpkg -m hv ${EGLIBC} # "http://cross-lfs.org/files/packages/svn"
-fpkg -m hv ${EGLIBC_PORTS} # "http://cross-lfs.org/files/packages/svn"
+fpkg ${EGLIBC} ${CLFS_PKG_SVN_URL}
+fpkg ${EGLIBC_PORTS} ${CLFS_PKG_SVN_URL}
 
 exit $?