| View previous topic :: View next topic |
| Author |
Message |
scrat n00b

Joined: 04 Jul 2002 Posts: 1
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: problem with make.conf |
|
|
Hello there!!
I want to install gqmpeg without gnome-libs, but I can't seem to get it right..
In /etc/make.conf I set USE="-gnome -gnome-libs" but when I say
emerge --pretend gqmpeg
then emerge wants to install gnome-libs too.. what am I doing wrong?? |
|
| Back to top |
|
 |
ZagiFlyer Tux's lil' helper


Joined: 19 Apr 2002 Posts: 93 Location: San Jose, CA
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: Re: problem with make.conf |
|
|
| scrat wrote: |
In /etc/make.conf I set USE="-gnome -gnome-libs" but when I say
emerge --pretend gqmpeg
then emerge wants to install gnome-libs too. |
I hate to mention the obvious, but have you verified that USE was as you expect before you emerge ('set|grep USE')?
Also, the USE documentation (http://www.gentoo.org/doc/en/use-howto.xml) says you only need '-gnome'. Not that adding gnome-libs would do any harm. _________________ "Beer is proof that God loves us and wants us to be happy"
--Ben Franklin |
|
| Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 16029 Location: Colorado
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
Just a guess, but gqmpeg was built using the Gnome libraries. If that is true,
you may not be able to install it without the libraries. _________________ lolgov. 'cause where we're going, you don't have civil liberties.
In Loving Memory
1787 - 2008 |
|
| Back to top |
|
 |
kipper Tux's lil' helper

Joined: 20 Apr 2002 Posts: 112
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
If gnome is a required dependent of the package, it will be installed no matter you put in your USE statement. Check the portage documentation for more details.
cheers,
kipper |
|
| Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 16029 Location: Colorado
|
Posted: Wed Jul 03, 2002 6:02 pm Post subject: |
|
|
OK, just to explain so you understand the difference. Lets say I write a clock program.
I may choose to add Gnome support in my program, but not build it with Gnome libraries.
If you have -gnome in your USE variable, then gnome support would not be included if
you emerged my clock program. _________________ lolgov. 'cause where we're going, you don't have civil liberties.
In Loving Memory
1787 - 2008 |
|
| Back to top |
|
 |
|