Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29678

Summary: Distcc should have a X USE flag
Product: Gentoo Linux Reporter: Philippe Lafoucrière <lafou>
Component: Current packagesAssignee: Lisa Seelye (RETIRED) <lisa>
Status: RESOLVED INVALID    
Severity: normal CC: vapier
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Philippe Lafoucrière 2003-09-26 08:41:43 UTC
I installed a server on little machine with no X. So I have USE="-X". I was
surprise of discovering the compilation of xfree when using emerging distcc. In
fact :
emerge -pv distcc

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] sys-devel/distcc-2.9  +gtk

If I don't want X, i don't want GTK too ! Maybe you should add a X flag to
distcc ebuild + the gtk one.

Reproducible: Always
Steps to Reproduce:
1. USE="-X" emerge distcc
2.
3.

Actual Results:  
emerging xfree and a lot of stuff

Expected Results:  
just distcc installed !
Comment 1 SpanKY gentoo-dev 2003-09-26 08:50:12 UTC
imo this is invalid ... there are a ton of other ebuilds that use gtk but
not X to pull in gtk libraries ...

plus, if this is a 'server', then you should setup your USE more explicitly
Comment 2 Lisa Seelye (RETIRED) gentoo-dev 2003-09-26 09:00:14 UTC
This isn't a bug.  The option is to install the program with a gtk component,
not an X component.
Comment 3 Philippe Lafoucrière 2003-09-26 09:12:46 UTC
I was just wondering... I found strange to have xfree installed with USE="-X"
:(
I also have to add USE="-X -gtk -qt -..."