View previous topic :: View next topic |
Author |
Message |
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Apr 29, 2002 3:32 am Post subject: Python and XFree... |
|
|
Why, pray tell, does Python have an XFree 4.2.0 dependency? That's another 60 some megs of downloading for an "emerge system" -- part of a fresh, clean install. Why is X necessary for Gentoo to install? Seems like a waste of perfectly good bandwidth, CPU time, and hard drive space for a mail server that has no keyboard and monitor. |
|
Back to top |
|
|
Target Apprentice
Joined: 25 Apr 2002 Posts: 200
|
Posted: Mon Apr 29, 2002 3:37 am Post subject: |
|
|
Something similar seems to have happened with php too... probably a bunch of packages.
You'd think the package maintainer had EULA-syndrome. Don't think, just click yes. Include everything. |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Apr 29, 2002 3:41 am Post subject: |
|
|
Seriously, though, is there no way a Gentoo system can run without XFree? Doubtful. Then why does the minimal system image contain XFree 4.2.0?? |
|
Back to top |
|
|
Guest
|
Posted: Mon Apr 29, 2002 9:22 am Post subject: |
|
|
Edit /etc/make.conf and try the following USE="..." settings:
/etc/make.conf:
Code: |
...
USE="-X -tcltk -gnome -kde -gtk -sdl"
...
|
And whatever other variables you would want to use in that USE="..." statement (see: /etc/make.profile/use.defaults for a list of default USE variables. Perhaps "-gpm" if you don't use a mouse.). |
|
Back to top |
|
|
|