View previous topic :: View next topic |
Author |
Message |
weasel n00b
Joined: 27 Apr 2002 Posts: 17 Location: New York
|
Posted: Wed May 08, 2002 4:20 am Post subject: Regarding the suggested upgrade to portage 1.9.9 |
|
|
Just a quick question for anyone that might know...
When I `emerge --pretend portage`, I see the xfree package is listed as a dependancy. Any reason why, and is this absolutely necessary? I am running gentoo in a server environment and have no need for X, thus I would like to keep it off my system if possible. Thanks.
- W e a s e l |
|
Back to top |
|
|
AutoBot l33t
Joined: 22 Apr 2002 Posts: 968 Location: Usually Out
|
Posted: Wed May 08, 2002 6:41 am Post subject: |
|
|
Read the USE manual on the gentoo.org page but I don't mind giving you and answer, edit the following file to use only what you want:
Code: |
nano /etc/make.profile/use.defaults
|
_________________ This message self destructed a long time ago. |
|
Back to top |
|
|
Jyrinx Tux's lil' helper
Joined: 03 May 2002 Posts: 92 Location: Carleton College - Northfield, MN
|
Posted: Wed May 08, 2002 8:34 am Post subject: |
|
|
Wait, I thought you weren't supposed to edit that file ... don't the docs say to add "-X" or some such to the USE line in /etc/make.conf?
Jyrinx
jyrinx@mindspring.com |
|
Back to top |
|
|
bmoyles n00b
Joined: 08 May 2002 Posts: 5
|
Posted: Wed May 08, 2002 3:04 pm Post subject: Re: Regarding the suggested upgrade to portage 1.9.9 |
|
|
weasel wrote: | Just a quick question for anyone that might know...
When I `emerge --pretend portage`, I see the xfree package is listed as a dependancy. Any reason why, and is this absolutely necessary? I am running gentoo in a server environment and have no need for X, thus I would like to keep it off my system if possible. Thanks.
- W e a s e l |
I had the same problem--in /etc/make.conf,uncomment out the use line
and add -X and -tcltk
New portage requires newest python which tries to compile in tkinter support which triggers tk which triggers X |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Wed May 08, 2002 5:24 pm Post subject: Re: Regarding the suggested upgrade to portage 1.9.9 |
|
|
bmoyles wrote: |
I had the same problem--in /etc/make.conf,uncomment out the use line
and add -X and -tcltk
New portage requires newest python which tries to compile in tkinter support which triggers tk which triggers X |
It's like a domino effect! |
|
Back to top |
|
|
Guest
|
Posted: Wed May 08, 2002 8:00 pm Post subject: |
|
|
wow, awesome. Thanks for the great explanation bmoyles.
Cheers to everyone else who chimed in to my rescue as well.
Thanks again,
- W e a s e l |
|
Back to top |
|
|
|