Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] distcc - amd64 and x86
Date: Mon, 06 Feb 2012 05:39:02
Message-Id: 4F2F672A.8090903@gmail.com
In Reply to: Re: [gentoo-user] «-»: [gentoo-user] distcc - amd64 and x86 by Michael Orlitzky
1 Michael Orlitzky wrote:
2 > On 02/05/2012 01:46 PM, Dale wrote:
3 >>
4 >> It does the same for portages work space too. I have portages work
5 >> directory on tmpfs and I always have to mount with the size=12g option
6 >> so that LOo will even start.
7 >>
8 >> Thing is, it rarely uses more than 4Gbs or so. Is there a way to
9 >> disable this mess? I got the space for my compile. I really don't need
10 >> the checks. Another reason for the question, the OP could add a ungodly
11 >> amount of swap and just listen the hard drive heads sing.
12 >>
13 >> Dale
14 >>
15 >> :-) :-)
16 >>
17 >
18 > I_KNOW_WHAT_I_AM_DOING="yes" will disable it. The prerequisite check is
19 > done in check-reqs.eclass, so setting it in make.conf should disable
20 > prereq checking for all packages if you're OK with the voided warranty.
21 >
22 >
23
24
25 I always thought that was people making a joke. So, I put it in there.
26 Sure enough, it's there.
27
28 root@fireball / # emerge --info | grep -i doing
29 I_KNOW_WHAT_I_AM_DOING="yes"
30 root@fireball / #
31
32 Kewl. Now I need to add that to one of those other files just to apply
33 that to LOo. I don't want to break EVERYTHING. lol
34
35 Thanks MUCH!
36
37 Dale
38
39 :-) :-)
40
41 --
42 I am only responsible for what I said ... Not for what you understood or
43 how you interpreted my words!
44
45 Miss the compile output? Hint:
46 EMERGE_DEFAULT_OPTS="--quiet-build=n"