Re: [gentoo-user] How to check what cause a use flag

2012-04-30 Thread AleiPhoenix (A.K.A Areverie)
You got me. It's the profile make this happen.

This virtual machine box profile is set to desktop (can't remember when)
and my another box is set to server.

Anyway, thanks guys, problem solved. :)

On Mon, Apr 30, 2012 at 7:18 AM, Mark Knecht markkne...@gmail.com wrote:

 On Sun, Apr 29, 2012 at 9:58 AM, Alex Schuster wo...@wonkology.org
 wrote:
  AleiPhoenix (A.K.A Areverie) writes:
 
  Hi, all
  Recently when I'm trying sync and upgrade the whole system with
 
  emerge -DNnav --with-bdeps=y @system @world
 
  I've got erlang with wxwidgets use flag. On my another gentoo box,
  uprading erlang didn't build with this flag.
 
  emerge --info shows my final use flag DOES have wxwidgets (while another
  box doesn't have). So how can I find out what cause this?
 
  I assume grep wxwidgets /etc/make.conf does not give anything on both
  machines. But does eselect profile list show different profiles?
 
  /usr/portage/profiles/ChangeLog has this entry:
 
  16 Apr 2012; Pacho Ramos pa...@gentoo.org
  targets/desktop/make.defaults: Enable wxwidgets by default as discussed
 in
 
 http://archives.gentoo.org/gentoo-dev/msg_fdc392cc98c7eea216175521d87b9955.xml
 
 Wonko
 

 Excellent point about the profile. I hadn't considered that as I
 hardly think about them.

 profile first, then make.conf, then package.use I guess.

 - Mark




-- 
Silence is gold.

twitter: @areverie
wikipedia: AleiPhoenix
blog: weblog.areverie.org
wiki: wiki.areverie.org


[gentoo-user] How to check what cause a use flag

2012-04-29 Thread AleiPhoenix (A.K.A Areverie)
Hi, all
Recently when I'm trying sync and upgrade the whole system with

emerge -DNnav --with-bdeps=y @system @world

I've got erlang with wxwidgets use flag. On my another gentoo box, uprading
erlang didn't build with this flag.

emerge --info shows my final use flag DOES have wxwidgets (while another
box doesn't have). So how can I find out what cause this?

Or should I provide more info ?
Thanks.


-- 
Silence is gold.

twitter: @areverie
wikipedia: AleiPhoenix
blog: weblog.areverie.org
wiki: wiki.areverie.org


Re: [gentoo-user] How to check what cause a use flag

2012-04-29 Thread Mark Knecht
On Sun, Apr 29, 2012 at 9:19 AM, AleiPhoenix (A.K.A Areverie)
aleiphoe...@gmail.com wrote:
 Hi, all
 Recently when I'm trying sync and upgrade the whole system with

 emerge -DNnav --with-bdeps=y @system @world

 I've got erlang with wxwidgets use flag. On my another gentoo box, uprading
 erlang didn't build with this flag.

 emerge --info shows my final use flag DOES have wxwidgets (while another box
 doesn't have). So how can I find out what cause this?

 Or should I provide more info ?
 Thanks.


Generally speaking, for flags look in

/etc/make.conf
/etc/portage/package.use

To look at what packages have a certain flag give equery a try:

equery hasuse wxwidgets

and then

eix package

to loo at the use flag settings

HTH,
Mark



Re: [gentoo-user] How to check what cause a use flag

2012-04-29 Thread Alex Schuster
AleiPhoenix (A.K.A Areverie) writes:

 Hi, all
 Recently when I'm trying sync and upgrade the whole system with
 
 emerge -DNnav --with-bdeps=y @system @world
 
 I've got erlang with wxwidgets use flag. On my another gentoo box,
 uprading erlang didn't build with this flag.
 
 emerge --info shows my final use flag DOES have wxwidgets (while another
 box doesn't have). So how can I find out what cause this?

I assume grep wxwidgets /etc/make.conf does not give anything on both
machines. But does eselect profile list show different profiles?

/usr/portage/profiles/ChangeLog has this entry:

16 Apr 2012; Pacho Ramos pa...@gentoo.org
targets/desktop/make.defaults: Enable wxwidgets by default as discussed in
http://archives.gentoo.org/gentoo-dev/msg_fdc392cc98c7eea216175521d87b9955.xml

Wonko



Re: [gentoo-user] How to check what cause a use flag

2012-04-29 Thread Mark Knecht
On Sun, Apr 29, 2012 at 9:58 AM, Alex Schuster wo...@wonkology.org wrote:
 AleiPhoenix (A.K.A Areverie) writes:

 Hi, all
 Recently when I'm trying sync and upgrade the whole system with

 emerge -DNnav --with-bdeps=y @system @world

 I've got erlang with wxwidgets use flag. On my another gentoo box,
 uprading erlang didn't build with this flag.

 emerge --info shows my final use flag DOES have wxwidgets (while another
 box doesn't have). So how can I find out what cause this?

 I assume grep wxwidgets /etc/make.conf does not give anything on both
 machines. But does eselect profile list show different profiles?

 /usr/portage/profiles/ChangeLog has this entry:

 16 Apr 2012; Pacho Ramos pa...@gentoo.org
 targets/desktop/make.defaults: Enable wxwidgets by default as discussed in
 http://archives.gentoo.org/gentoo-dev/msg_fdc392cc98c7eea216175521d87b9955.xml

        Wonko


Excellent point about the profile. I hadn't considered that as I
hardly think about them.

profile first, then make.conf, then package.use I guess.

- Mark