Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29678 - Distcc should have a X USE flag
Summary: Distcc should have a X USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 08:41 UTC by Philippe Lafoucrière
Modified: 2003-09-26 09:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 -..."