From: gobo72 Date: Sat, 12 Mar 2011 00:55:12 +0000 (+0000) Subject: Tests mise à jour eglibc X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=48df31bb9424feb6b13c67aba4fa7e05f2954dda;p=hvlinux.git Tests mise à jour eglibc --- diff --git a/Makefile b/Makefile index eefaf70..e80efe6 100644 --- 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 diff --git a/config/packages-list b/config/packages-list index 400f03c..fcc0617 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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" diff --git a/config/sysinfos.amd64 b/config/sysinfos.amd64 index 368bbfd..edf45dc 100644 --- a/config/sysinfos.amd64 +++ b/config/sysinfos.amd64 @@ -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. diff --git a/config/urls b/config/urls index 4d1ba2c..c846be7 100644 --- a/config/urls +++ b/config/urls @@ -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" diff --git a/stage0/packages-update b/stage0/packages-update index bc2c45c..53ae341 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -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 $?