Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] make.conf MAKEOPTS=-j2
Date: Sun, 02 Aug 2009 16:23:44
Message-Id: 20090802172340.09916a8b@krikkit.digimed.co.uk
In Reply to: [gentoo-user] make.conf MAKEOPTS=-j2 by David Relson
1 On Sun, 2 Aug 2009 09:20:37 -0400, David Relson wrote:
2
3 > I've had trouble building dev-util/duma and discovered this morning that
4 > -j2 was the culprit. duma's build compiles and runs createconf.c in
5 > order to create duma_config.h which is needed by dumapp.cpp. With -j2,
6 > the cpp compilation is starting before createconf finishes running and
7 > this causes the emerge to die.
8 >
9 > How does one set a special MAKEOPTS for a particular package?
10
11 echo 'MAKEOPTS="-j1"' >/etc/portage/env/dev-util/duma
12
13 --
14 Neil Bothwick
15
16 Contentsoftaglinemaysettleduringshipping.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] make.conf MAKEOPTS=-j2 David Relson <relson@×××××××××××××.com>