From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IYSsw-0006sq-IB for garchives@archives.gentoo.org; Thu, 20 Sep 2007 20:44:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8KKYQ1n009653; Thu, 20 Sep 2007 20:34:26 GMT Received: from usea-naimss2.unisys.com (usea-naimss2.unisys.com [192.61.61.104]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8KKS9je001235 for ; Thu, 20 Sep 2007 20:28:10 GMT Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss2 with InterScan Message Security Suite; Thu, 20 Sep 2007 15:28:02 -0500 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 20 Sep 2007 15:28:01 -0500 Received: from usea-exch5.na.uis.unisys.com ([129.224.72.48]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 20 Sep 2007 15:28:01 -0500 Received: from USEA-EXCH3.na.uis.unisys.com ([129.224.72.39]) by usea-exch5.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 20 Sep 2007 15:28:01 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [gentoo-user] disable dropping to -j1 when building certain programs Date: Thu, 20 Sep 2007 15:27:18 -0500 Message-ID: <32F9A50E9B2B5A4AA062A602121DD4F006578853@USEA-EXCH3.na.uis.unisys.com> In-Reply-To: <46F29FBD.8090105@lix-world.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [gentoo-user] disable dropping to -j1 when building certain programs Thread-Index: Acf7pFuk30XhjrygQMyMMr01eLZWeAAH88Ig References: <32F9A50E9B2B5A4AA062A602121DD4F006578138@USEA-EXCH3.na.uis.unisys.com> <46F29FBD.8090105@lix-world.net> From: "Marzan, Richard non Unisys" To: X-OriginalArrivalTime: 20 Sep 2007 20:28:01.0168 (UTC) FILETIME=[BD508100:01C7FBC4] X-Archives-Salt: 103c30c4-c3b5-4d46-a617-e123133956f2 X-Archives-Hash: c67bf4202be4d32bb2539940a1008e60 I was not suggesting making ebuilds that will ignore mandatory -j1. I was merely trying to find out what is the correct variable to use in make.conf...I'm willing sacrifice my system for experimental purposes. I remember it being something_MP=3D"" or similar. It exists as an option = in make.conf I have it set a home but can't remember what it is. Does anyone happen to know? -----Original Message----- From: Steen Eugen Poulsen [mailto:sep@lix-world.net]=20 Sent: Thursday, September 20, 2007 12:29 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] disable dropping to -j1 when building certain programs Marzan, Richard non Unisys skrev: > How can I disable portage dropping or overriding my MAKEOPTS variable=20 > setting when building certain programs? >=20 Isn't that self defeating, when an ebuild contains enforced -j1 it's=20 because the program can't compile with -j2 or higher. The makefile is=20 written badly and doesn't provide make with the needed information to safely create the execution path. Fx. making a library other parts of=20 the code use is not blocking compilation of all files depending on this=20 internal library. Or my personal favorite: create somefile mv somefile someplace/somefile mv someplace/somefile someotherplace/somefile Dunno why someone needs to move a file twice in a row... but some make=20 files does things like this. But sure go ahead and make custom ebuilds without the make -j1. -- gentoo-user@gentoo.org mailing list