From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F994138010 for ; Mon, 25 Mar 2013 20:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26288E0630; Mon, 25 Mar 2013 20:57:17 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C91E1E0529 for ; Mon, 25 Mar 2013 20:57:15 +0000 (UTC) Received: from newlap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id r2PKv9CP012265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 25 Mar 2013 16:57:12 -0400 (EDT) Received: by newlap.localdomain (Postfix, from userid 1000) id 5F38FA0063; Mon, 25 Mar 2013 16:57:09 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Is 'MAKEOPTS="--jobs --load-average=5"' silly? Date: Mon, 25 Mar 2013 16:57:09 -0400 Message-ID: <87sj3jw63e.fsf@nyu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: c1283972-2aba-4df9-96fd-820e512a84d1 X-Archives-Hash: 8019ad32612cd8a7c8dc3039a4544284 For a long time I have had in make.conf EMERGE_DEFAULT_OPTS="--ask --deep --tree --verbose --jobs --load-average=5" MAKEOPTS="--jobs --load-average=5" (for previous processors the 5 was 3). It seems that this configuration fails for several packages (or tickles bugs in their ebuilds/Makefiles). Lately whenever a build fails I change to MAKEOPTS="--jobs=1" and this very often "fixes" the problem. It is not clear that any time saved by having jobs=5 compensates for having to redo builds. So my question is do people 1. keep jobs=1 in MAKEOPTS 2. have jobs=n in MAKEOPTS but degrade on error as I do 3. have jobs=n and file bugs when it fails. thanks, allan PS I do not change EMERGE_DEFAULT_OPTS