From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RIdW5-0002rk-IP for garchives@archives.gentoo.org; Tue, 25 Oct 2011 09:41:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F2EE21C029; Tue, 25 Oct 2011 09:41:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1033B21C029 for ; Tue, 25 Oct 2011 09:41:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 828B41B4015 for ; Tue, 25 Oct 2011 09:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A186680042 for ; Tue, 25 Oct 2011 09:41:43 +0000 (UTC) From: "Fabio Erculiani" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabio Erculiani" Message-ID: <344f0b42e473c216301923df71627834560cf149.lxnay@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog gen_compile.sh X-VCS-Directories: / X-VCS-Committer: lxnay X-VCS-Committer-Name: Fabio Erculiani X-VCS-Revision: 344f0b42e473c216301923df71627834560cf149 Date: Tue, 25 Oct 2011 09:41:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ab1b727b4f122d1781c189c417f457a5 commit: 344f0b42e473c216301923df71627834560cf149 Author: Fabio Erculiani sabayon org> AuthorDate: Tue Oct 25 09:45:41 2011 +0000 Commit: Fabio Erculiani gentoo org> CommitDate: Tue Oct 25 09:45:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D344f0b42 fix random build failures during e2fsprogs, force -j1 --- ChangeLog | 3 +++ gen_compile.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78a722f..9115403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ =20 + 25 Oct 2011; Fabio Erculiani gen_compile.sh: + fix random build failures during e2fsprogs, force -j1 + 08 Oct 2011; Fabio Erculiani defaults/initrd.defaul= ts, defaults/initrd.scripts, defaults/linuxrc: Do not hardcode /mnt/cdrom path across the whole code, use CDROOT_PATH diff --git a/gen_compile.sh b/gen_compile.sh index fce0750..4f4ed25 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -600,7 +600,7 @@ compile_e2fsprogs() { LDFLAGS=3D-static ./configure >> ${LOGFILE} 2>&1 || gen_die 'Configuring e2fsprogs failed!' print_info 1 'e2fsprogs: >> Compiling...' - MAKE=3D${UTILS_MAKE} compile_generic "" "" + MAKE=3D${UTILS_MAKE} MAKEOPTS=3D"${MAKEOPTS} -j1" compile_generic "" "= " print_info 1 'blkid: >> Copying to cache...' [ -f "${TEMP}/${E2FSPROGS_DIR}/misc/blkid" ] || gen_die 'Blkid executable does not exist!'