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 1MXfWb-0002qU-Dy for garchives@archives.gentoo.org; Sun, 02 Aug 2009 18:11:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CFD6E0226; Sun, 2 Aug 2009 18:11:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 58B3FE0226 for ; Sun, 2 Aug 2009 18:11:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E6A9E65326 for ; Sun, 2 Aug 2009 18:11:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.525 X-Spam-Level: X-Spam-Status: No, score=-3.525 required=5.5 tests=[AWL=0.074, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QYdREtkDvLRF for ; Sun, 2 Aug 2009 18:11:05 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F03FF65F96 for ; Sun, 2 Aug 2009 18:11:03 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXfWN-0007ub-GQ for gentoo-user@gentoo.org; Sun, 02 Aug 2009 18:10:59 +0000 Received: from athedsl-384906.home.otenet.gr ([79.131.55.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Aug 2009 18:10:59 +0000 Received: from realnc by athedsl-384906.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Aug 2009 18:10:59 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: make.conf MAKEOPTS=-j2 Date: Sun, 02 Aug 2009 21:10:49 +0300 Organization: Lucas Barks Message-ID: References: <20090802092037.6b380c87@osage.osagesoftware.com> <20090802172340.09916a8b@krikkit.digimed.co.uk> <20090802133741.3094df61@osage.osagesoftware.com> 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; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-384906.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090730 Thunderbird/3.0b3 In-Reply-To: <20090802133741.3094df61@osage.osagesoftware.com> Sender: news X-Archives-Salt: 4adc964f-e336-4f7e-b167-32aa755ee32b X-Archives-Hash: c30baa66ef37c3f0f8d82d971c8962b0 On 08/02/2009 08:37 PM, David Relson wrote: > On Sun, 2 Aug 2009 17:23:40 +0100 > Neil Bothwick wrote: > >> On Sun, 2 Aug 2009 09:20:37 -0400, David Relson wrote: >> >>> I've had trouble building dev-util/duma and discovered this morning >>> that -j2 was the culprit. duma's build compiles and runs >>> createconf.c in order to create duma_config.h which is needed by >>> dumapp.cpp. With -j2, the cpp compilation is starting before >>> createconf finishes running and this causes the emerge to die. >>> >>> How does one set a special MAKEOPTS for a particular package? >> >> echo 'MAKEOPTS="-j1"'>/etc/portage/env/dev-util/duma > > Exactly what I was looking for! Note that by doing so you will be using -j1 for every future version of duma. That means, if the problem gets fixed, you'll still be using -j1.