Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68168 - distcc unconditionally depends on cracklib (relatively large), but doesn't really need it
Summary: distcc unconditionally depends on cracklib (relatively large), but doesn't re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 09:09 UTC by Jamie Lokier
Modified: 2004-12-14 14:22 UTC (History)
0 users

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 Jamie Lokier 2004-10-19 09:09:50 UTC
I'm building distcc on an embedded uclibc build, so size is something of a concern.

sys-devel/distcc-2.18 unconditionally depends on:
    sys-apps/shadow
    dev-util/pkgconfig
shadow in turn pulls in miscfiles and cracklib, a total of nearly 4 megabytes.

Compare with distcc itself, about 400k including /usr/share/doc.

pkgconfig and shadow are not actually needed by distcc: building it with --nodeps confirms this.

The bug then, is: shouldn't there be a USE flag or two controlling whether distcc is built with/without pkgconfig/shadow support?


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2004-12-14 14:22:52 UTC
Shadow is required for useradd (distcc user).

As for pkgconfig, you're right.  This is only needed for GUI things and is now fixed in cvs.