Gentoo Archives: gentoo-user

From: Dave Nebinger <dnebinger@××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ideas for a mini-FAQ/HOWTO
Date: Sun, 11 Sep 2005 05:11:48
Message-Id: 006001c5b68e$a1ec8210$0a00a8c0@butthead
In Reply to: [gentoo-user] Ideas for a mini-FAQ/HOWTO by Walter Dnes
1 Not to rain on your parade, Walter, but:
2
3 > 1) In /etc/make.conf set the following entry...
4 > MAKEOPTS="-j1"
5 > Do *NOT*, I repeat, do *NOT* use higher numbers. You are begging
6 > for problems if you do so.
7
8 I use distcc in my compile farm and have most systems set to -j8 or above.
9 I haven't run into a single issue with the parallel compiles, and have been
10 using this setup for months.
11
12 Yes, I will admit that there have been some cases where using a value
13 greater than 1 caused problems, but those should be handled as a single
14 case, not throwing in the towel on higher values all together.
15
16 I don't necessarily agree with using "-*" in your USE flags, simply because
17 I think the USE flags in the /etc/make.conf are meant to enhance the builds
18 with options you plan on using. Default USE flags, as identified by the
19 developers, typically are limited to those components that the package needs
20 to function correctly.
21
22 And for those things that you really don't want to have, you can always
23 specify the negative USE flag, i.e. "-gnome" to totally disable gnome (which
24 is what I use).
25
26 Using "-*" basically says that you know better than the developers, which is
27 a position I wouldn't want to take...
28
29 Otherwise the content was fine, but it makes me wonder why it would be
30 necessary. New folks migrating to Gentoo are going to use the handbook, and
31 I don't believe the handbook tells them to enable framebuffer/bootsplash,
32 etc.
33
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ideas for a mini-FAQ/HOWTO Walter Dnes <waltdnes@××××××××.org>