Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: New profile & gcc update
Date: Sun, 03 Dec 2017 22:07:49
Message-Id: cc7abaf4-99f0-47e1-88bb-180606b047a0@gmail.com
In Reply to: [gentoo-user] New profile & gcc update by Daniel Frey
1 On 12/03/17 10:29, Daniel Frey wrote:
2 > Well, I moved to the new profile and started emerging gcc on about eight
3 > computers or so. I use distcc to speed up the compile process on the
4 > slower machines, so I need to keep the versions in sync.
5 >
6 > I forgot to prefix `emerge -1 gcc` with `FEATURES="-distcc"` and am
7 > wondering if the sys-devel/gcc ebuild itself disables distcc on itself.
8 > It's been running a while now and it hasn't thrown up its hands in
9 > disgust yet, so I'd rather not interrupt it if I don't have to.
10 >
11 > I took a quick look in the ebuild, and don't see anything obvious.
12 >
13 > Anyone know?
14 >
15 > Dan
16
17 So I left it for a while and the ones I forgot to prefix disabling
18 distcc failed. That answers my question: the gcc ebuild doesn't disable
19 distcc.
20
21 Dan