public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] use flags (once more)
@ 2005-08-20  6:00 John Dangler
  2005-08-20  6:59 ` Willie Wong
  2005-08-20 18:21 ` Peter O'Connor
  0 siblings, 2 replies; 8+ messages in thread
From: John Dangler @ 2005-08-20  6:00 UTC (permalink / raw
  To: gentoo-user

If I add a USE="whatever" to my make.conf file, does that get added to the
flags already in the default profile, or does make.conf override what's in
the defaults file?

Thanks as always for any input.

John D




-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20  6:00 [gentoo-user] use flags (once more) John Dangler
@ 2005-08-20  6:59 ` Willie Wong
  2005-08-20  7:24   ` Jason Stubbs
  2005-08-20 18:21 ` Peter O'Connor
  1 sibling, 1 reply; 8+ messages in thread
From: Willie Wong @ 2005-08-20  6:59 UTC (permalink / raw
  To: gentoo-user

On Sat, Aug 20, 2005 at 02:00:27AM -0400, John Dangler wrote:
> If I add a USE="whatever" to my make.conf file, does that get added to the
> flags already in the default profile, or does make.conf override what's in
> the defaults file?
> 
yes, it is cascading. And your make.conf is read last. Which means
whatever in the defaults will hold unless your make.conf gives a
different one... 

personally the useflags has gotten too many for me to keep track of,
so I often use profuse

[02:44 AM]wwong UniConv $ emerge search profuse
Searching...   
[ Results for search key : profuse ]
[ Applications found : 1 ]
 
*  app-portage/profuse
      Latest version available: 0.23.0
      Latest version installed: 0.23.0
      Size of downloaded files: 19 kB
      Homepage:    http://libconf.net/profuse/
      Description: use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2).
      License:     GPL-2


HTH, 

W
-- 
"This is advertised as a challenging course, and we would be letting you down 
if we didn't make you're lives difficult."
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 8 days,  9:58
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20  6:59 ` Willie Wong
@ 2005-08-20  7:24   ` Jason Stubbs
  2005-08-20 10:31     ` Neil Bothwick
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Stubbs @ 2005-08-20  7:24 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On Saturday 20 August 2005 15:59, Willie Wong wrote:
> On Sat, Aug 20, 2005 at 02:00:27AM -0400, John Dangler wrote:
> > If I add a USE="whatever" to my make.conf file, does that get added to
> > the flags already in the default profile, or does make.conf override
> > what's in the defaults file?
>
> yes, it is cascading. And your make.conf is read last. Which means
> whatever in the defaults will hold unless your make.conf gives a
> different one...

Except for the environment, which is processed after make.conf.

-- 
Jason Stubbs

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20  7:24   ` Jason Stubbs
@ 2005-08-20 10:31     ` Neil Bothwick
  2005-08-20 11:03       ` Jason Stubbs
  2005-08-20 11:08       ` Roman v. Gemmeren
  0 siblings, 2 replies; 8+ messages in thread
From: Neil Bothwick @ 2005-08-20 10:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

On Sat, 20 Aug 2005 16:24:29 +0900, Jason Stubbs wrote:

> > yes, it is cascading. And your make.conf is read last. Which means
> > whatever in the defaults will hold unless your make.conf gives a
> > different one...
> 
> Except for the environment, which is processed after make.conf.

And /etc/portage/package.use, which is processed between the two?


-- 
Neil Bothwick

I've got a mind like a... a... what's that thing called?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20 10:31     ` Neil Bothwick
@ 2005-08-20 11:03       ` Jason Stubbs
  2005-08-20 11:08       ` Roman v. Gemmeren
  1 sibling, 0 replies; 8+ messages in thread
From: Jason Stubbs @ 2005-08-20 11:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 535 bytes --]

On Saturday 20 August 2005 19:31, Neil Bothwick wrote:
> On Sat, 20 Aug 2005 16:24:29 +0900, Jason Stubbs wrote:
> > > yes, it is cascading. And your make.conf is read last. Which means
> > > whatever in the defaults will hold unless your make.conf gives a
> > > different one...
> >
> > Except for the environment, which is processed after make.conf.
>
> And /etc/portage/package.use, which is processed between the two?

Yep.

make.globals, make.defaults, use.defaults, make.conf, package.use, env.

-- 
Jason Stubbs

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20 10:31     ` Neil Bothwick
  2005-08-20 11:03       ` Jason Stubbs
@ 2005-08-20 11:08       ` Roman v. Gemmeren
  2005-08-20 22:25         ` Neil Bothwick
  1 sibling, 1 reply; 8+ messages in thread
From: Roman v. Gemmeren @ 2005-08-20 11:08 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Sat, 20 Aug 2005 16:24:29 +0900, Jason Stubbs wrote:
> 
> 
>>>yes, it is cascading. And your make.conf is read last. Which means
>>>whatever in the defaults will hold unless your make.conf gives a
>>>different one...
>>
>>Except for the environment, which is processed after make.conf.
> 
> 
> And /etc/portage/package.use, which is processed between the two?
Hi,

/etc/portage/package.use is processed last. Because you set 
package-specific flags in there.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20  6:00 [gentoo-user] use flags (once more) John Dangler
  2005-08-20  6:59 ` Willie Wong
@ 2005-08-20 18:21 ` Peter O'Connor
  1 sibling, 0 replies; 8+ messages in thread
From: Peter O'Connor @ 2005-08-20 18:21 UTC (permalink / raw
  To: gentoo-user

John Dangler wrote:
> If I add a USE="whatever" to my make.conf file, does that get added to the
> flags already in the default profile,

Yes that's right.

Also if you put USE="-whatever" it removes the flag

emerge info  shows what USE flags are set
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user] use flags (once more)
  2005-08-20 11:08       ` Roman v. Gemmeren
@ 2005-08-20 22:25         ` Neil Bothwick
  0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2005-08-20 22:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

On Sat, 20 Aug 2005 13:08:52 +0200, Roman v. Gemmeren wrote:

> > And /etc/portage/package.use, which is processed between the two?

> /etc/portage/package.use is processed last. Because you set 
> package-specific flags in there.

Command line/environment settings override everything, including
package.use.


-- 
Neil Bothwick

I believe I will take this opportunity to remove my ears.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-08-20 22:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-20  6:00 [gentoo-user] use flags (once more) John Dangler
2005-08-20  6:59 ` Willie Wong
2005-08-20  7:24   ` Jason Stubbs
2005-08-20 10:31     ` Neil Bothwick
2005-08-20 11:03       ` Jason Stubbs
2005-08-20 11:08       ` Roman v. Gemmeren
2005-08-20 22:25         ` Neil Bothwick
2005-08-20 18:21 ` Peter O'Connor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox