Gentoo Archives: gentoo-user

From: William Hubbs <williamh@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] chicken <--> egg (NFS & tty video)
Date: Sat, 14 May 2011 21:22:54
Message-Id: 20110514212126.GA4824@linux1
In Reply to: Re: [gentoo-user] chicken <--> egg (NFS & tty video) by Willie Wong
1 On Sat, May 14, 2011 at 11:36:29AM -0400, Willie Wong wrote:
2 > There's no big harm, except that you may end up rebuilding a bunch of
3 > packages. One way to get a lot of hands-on control on precisely what
4 > USE you want it via the "-*" flag. But be VERY careful if you are
5 > going to use it. A USE variable set in /etc/make.conf starting with it
6 >
7 > USE="-* X vim ..."
8 >
9 > will use nothing but those variables (plus the package specific ones
10 > specified in /etc/portage). There are certain flags that you most
11 > likely don't want to turn off: cxx, posix, and threads for example.
12 >
13 > It is a powerful tool; which means you can also seriously hurt
14 > yourself from it.
15
16 PLEASE PLEASE PLEASE DO NOT DO THIS.
17
18 It turns off all use flags set in profiles as well as use flag defaults
19 set in ebuilds.
20
21 The safer way, and the way I would recommend, is to use something like
22 euse from gentoolkit to figure out which flags are on and turn off the
23 ones you do not want in make.conf instead of turning off everything and
24 trying to turn back on the ones you do want.
25
26 William

Replies

Subject Author
Re: [gentoo-user] chicken <--> egg (NFS & tty video) Alan McKinnon <alan.mckinnon@×××××.com>