public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How do I dump use flags?
@ 2011-05-19 18:45 Alan Mackenzie
  2011-05-19 18:55 ` Alan McKinnon
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alan Mackenzie @ 2011-05-19 18:45 UTC (permalink / raw
  To: gentoo-user

Hi, Gentoo.

How do I list out a list of current USE flags?

The reason I ask is I'm hypothesising that my recent troubles in Gnome
may be due to not having a suitable profile.  I would like to select a
different profile and compare its USE flags with those of my current
profile.

-- 
Alan Mackenzie (Nuremberg, Germany).



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

* Re: [gentoo-user] How do I dump use flags?
  2011-05-19 18:45 [gentoo-user] How do I dump use flags? Alan Mackenzie
@ 2011-05-19 18:55 ` Alan McKinnon
  2011-05-20 10:06   ` Alan Mackenzie
  2011-05-19 18:58 ` Felix Leif Keppmann
  2011-05-19 20:00 ` Bill Longman
  2 siblings, 1 reply; 10+ messages in thread
From: Alan McKinnon @ 2011-05-19 18:55 UTC (permalink / raw
  To: gentoo-user

Apparently, though unproven, at 20:45 on Thursday 19 May 2011, Alan Mackenzie 
did opine thusly:

> Hi, Gentoo.
> 
> How do I list out a list of current USE flags?

emerge --info | grep USE


> 
> The reason I ask is I'm hypothesising that my recent troubles in Gnome
> may be due to not having a suitable profile.  I would like to select a
> different profile and compare its USE flags with those of my current
> profile.

-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] How do I dump use flags?
  2011-05-19 18:45 [gentoo-user] How do I dump use flags? Alan Mackenzie
  2011-05-19 18:55 ` Alan McKinnon
@ 2011-05-19 18:58 ` Felix Leif Keppmann
  2011-05-19 20:00 ` Bill Longman
  2 siblings, 0 replies; 10+ messages in thread
From: Felix Leif Keppmann @ 2011-05-19 18:58 UTC (permalink / raw
  To: gentoo-user

Hey Alan,

to get the current USE flags use

emerge --info

and look at USE="..."

This does not include local use flags, for those you should check your files in
/etc/portage/package.use or /etc/portage/package.use/


Cheers
Felix Leif


On Thursday 19 May 2011 18:45:41 Alan Mackenzie wrote:
> Hi, Gentoo.
> 
> How do I list out a list of current USE flags?
> 
> The reason I ask is I'm hypothesising that my recent troubles in Gnome
> may be due to not having a suitable profile.  I would like to select a
> different profile and compare its USE flags with those of my current
> profile.



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

* Re: [gentoo-user] How do I dump use flags?
  2011-05-19 18:45 [gentoo-user] How do I dump use flags? Alan Mackenzie
  2011-05-19 18:55 ` Alan McKinnon
  2011-05-19 18:58 ` Felix Leif Keppmann
@ 2011-05-19 20:00 ` Bill Longman
  2011-05-20 10:02   ` Alan Mackenzie
  2 siblings, 1 reply; 10+ messages in thread
From: Bill Longman @ 2011-05-19 20:00 UTC (permalink / raw
  To: gentoo-user

On 05/19/2011 11:45 AM, Alan Mackenzie wrote:
> Hi, Gentoo.
> 
> How do I list out a list of current USE flags?

Besides the "emerge --info" examples already given, if you have
gentoolkit installed, you can use

euse -i

which, in the example above, lists out all the flags, where they come
from and which package uses them. Typically, though, you would use:

euse -i dhcp

to see what the dhcp use flag does.



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

* Re: [gentoo-user] How do I dump use flags?
@ 2011-05-20  8:17 JDM
  2011-05-23  9:10 ` Peter Humphrey
  0 siblings, 1 reply; 10+ messages in thread
From: JDM @ 2011-05-20  8:17 UTC (permalink / raw
  To: Gentoo

There is a profile for gnome I believe.

Try "eselect profile list" which should list available profiles including a gnome.

You will need symlinks in "USE" flags in make.conf to get eselect to work and reemerged world.

Not sure how good profile is but sure some gnome users should be able to help.
------Original Message------
From: Felix Leif Keppmann
To: Gentoo
ReplyTo: Gentoo
Subject: Re: [gentoo-user] How do I dump use flags?
Sent: 19 May 2011 19:58

Hey Alan,

to get the current USE flags use

emerge --info

and look at USE="..."

This does not include local use flags, for those you should check your files in
/etc/portage/package.use or /etc/portage/package.use/


Cheers
Felix Leif


On Thursday 19 May 2011 18:45:41 Alan Mackenzie wrote:
> Hi, Gentoo.
> 
> How do I list out a list of current USE flags?
> 
> The reason I ask is I'm hypothesising that my recent troubles in Gnome
> may be due to not having a suitable profile.  I would like to select a
> different profile and compare its USE flags with those of my current
> profile.



JDM

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

* Re: [gentoo-user] How do I dump use flags?
  2011-05-19 20:00 ` Bill Longman
@ 2011-05-20 10:02   ` Alan Mackenzie
  2011-05-20 10:28     ` [gentoo-user] " Hartmut Figge
  0 siblings, 1 reply; 10+ messages in thread
From: Alan Mackenzie @ 2011-05-20 10:02 UTC (permalink / raw
  To: gentoo-user

Hi, Bill.

On Thu, May 19, 2011 at 01:00:45PM -0700, Bill Longman wrote:
> On 05/19/2011 11:45 AM, Alan Mackenzie wrote:
> > Hi, Gentoo.

> > How do I list out a list of current USE flags?

> Besides the "emerge --info" examples already given, if you have
> gentoolkit installed, you can use

> euse -i

> which, in the example above, lists out all the flags, where they come
> from and which package uses them.

It doesn't accept ctrl-C.  ;-(

> Typically, though, you would use:

> euse -i dhcp

> to see what the dhcp use flag does.

OK, thanks for telling about euse.

-- 
Alan Mackenzie (Nuremberg, Germany).



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

* Re: [gentoo-user] How do I dump use flags?
  2011-05-19 18:55 ` Alan McKinnon
@ 2011-05-20 10:06   ` Alan Mackenzie
  0 siblings, 0 replies; 10+ messages in thread
From: Alan Mackenzie @ 2011-05-20 10:06 UTC (permalink / raw
  To: gentoo-user

Hi, Alan.

On Thu, May 19, 2011 at 08:55:52PM +0200, Alan McKinnon wrote:
> Apparently, though unproven, at 20:45 on Thursday 19 May 2011, Alan Mackenzie 
> did opine thusly:

> > Hi, Gentoo.

> > How do I list out a list of current USE flags?

> emerge --info | grep USE

Thanks!

> > The reason I ask is I'm hypothesising that my recent troubles in Gnome
> > may be due to not having a suitable profile.  I would like to select a
> > different profile and compare its USE flags with those of my current
> > profile.

> -- 
> alan dot mckinnon at gmail dot com

-- 
Alan Mackenzie (Nuremberg, Germany).



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

* [gentoo-user] Re: How do I dump use flags?
  2011-05-20 10:02   ` Alan Mackenzie
@ 2011-05-20 10:28     ` Hartmut Figge
  0 siblings, 0 replies; 10+ messages in thread
From: Hartmut Figge @ 2011-05-20 10:28 UTC (permalink / raw
  To: gentoo-user

Alan Mackenzie:
> On Thu, May 19, 2011 at 01:00:45PM -0700, Bill Longman wrote:

>> euse -i
> 
>> which, in the example above, lists out all the flags, where they come
>> from and which package uses them.
> 
> It doesn't accept ctrl-C.  ;-(

Have noticed that also. *g*

Hartmut
-- 
Usenet-ABC-Wiki http://www.usenet-abc.de/wiki/
Von Usern fuer User  :-)




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

* Re: [gentoo-user] How do I dump use flags?
  2011-05-20  8:17 [gentoo-user] " JDM
@ 2011-05-23  9:10 ` Peter Humphrey
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Humphrey @ 2011-05-23  9:10 UTC (permalink / raw
  To: gentoo-user

On Friday 20 May 2011 09:17:48 JDM wrote:

> Try "eselect profile list" which should list available profiles including
> a gnome.
> 
> You will need symlinks in "USE" flags in make.conf to get eselect to work
> and reemerged world.

What do you mean? Symlinks in USE flags? I'm flummoxed.

> Not sure how good profile is but sure some gnome users should be able to

The KDE one works fine for me.

-- 
Rgds
Peter



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

* Re: [gentoo-user] How do I dump use flags?
@ 2011-05-23 10:13 JDM
  0 siblings, 0 replies; 10+ messages in thread
From: JDM @ 2011-05-23 10:13 UTC (permalink / raw
  To: Gentoo

Ignore the bit about symlinks. Sorry talking garbage. Not sure what I was thinking but trying to suggest there is a use flag called symlink. Its not related to this. Apologies.

------Original Message------
From: Peter Humphrey
To: Gentoo
ReplyTo: Gentoo
Subject: Re: [gentoo-user] How do I dump use flags?
Sent: 23 May 2011 10:10

On Friday 20 May 2011 09:17:48 JDM wrote:

> Try "eselect profile list" which should list available profiles including
> a gnome.
> 
> You will need symlinks in "USE" flags in make.conf to get eselect to work
> and reemerged world.

What do you mean? Symlinks in USE flags? I'm flummoxed.

> Not sure how good profile is but sure some gnome users should be able to

The KDE one works fine for me.

-- 
Rgds
Peter



JDM



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

end of thread, other threads:[~2011-05-23 10:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 18:45 [gentoo-user] How do I dump use flags? Alan Mackenzie
2011-05-19 18:55 ` Alan McKinnon
2011-05-20 10:06   ` Alan Mackenzie
2011-05-19 18:58 ` Felix Leif Keppmann
2011-05-19 20:00 ` Bill Longman
2011-05-20 10:02   ` Alan Mackenzie
2011-05-20 10:28     ` [gentoo-user] " Hartmut Figge
  -- strict thread matches above, loose matches on Subject: below --
2011-05-20  8:17 [gentoo-user] " JDM
2011-05-23  9:10 ` Peter Humphrey
2011-05-23 10:13 JDM

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