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 655C2138010 for ; Tue, 26 Mar 2013 02:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D7ABE07A3; Tue, 26 Mar 2013 02:29:03 +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 AAF5AE0778 for ; Tue, 26 Mar 2013 02:29:01 +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 r2Q2T07Z000316 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 25 Mar 2013 22:29:00 -0400 (EDT) Received: by newlap.localdomain (Postfix, from userid 1000) id 63F7CA0063; Mon, 25 Mar 2013 22:29:00 -0400 (EDT) From: gottlieb@nyu.edu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Is 'MAKEOPTS="--jobs --load-average=5"' silly? References: <87sj3jw63e.fsf@nyu.edu> <20130325222558.5f1d4871@digimed.co.uk> Date: Mon, 25 Mar 2013 22:29:00 -0400 In-Reply-To: <20130325222558.5f1d4871@digimed.co.uk> (Neil Bothwick's message of "Mon, 25 Mar 2013 22:25:58 +0000") Message-ID: <87ppymuc5v.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: 60eeb691-ddf2-4329-a275-447da413c04d X-Archives-Hash: 0ceecec2af803e7595335450a973689b On Mon, Mar 25 2013, Neil Bothwick wrote: > On Mon, 25 Mar 2013 16:57:09 -0400, gottlieb@nyu.edu wrote: > >> 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 > > I have "--jobs --load-average=12" in EMERGE_DEFAULT_OPTS and override > this for known problematic packages in /etc/portage/package.env. > > For example: > > % cat /etc/portage/package.env/libreoffice > app-office/libreoffice j4.conf > > % cat /etc/portage/env/j4.conf > MAKEOPTS="-j4" I see. Clever. Do you file bugs when you need to restrict MAKEOPTS? Also I am somewhat surprised you can run libreoffice with MAKEOPTS="-j4". I seem to remember that being one of the ones I had to degrade. Thanks for the tip, I will use it. allan