Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1356 - pcmcia requires X11
Summary: pcmcia requires X11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Chad Huneycutt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 21:30 UTC by Jim Nutt
Modified: 2003-02-04 19:42 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 Jim Nutt 2002-03-26 21:30:03 UTC
Installing pcmcia-cs installs XFree even if X is not in the USE variables. The
only X specific thing in pcmcia-cs is cardinfo, which should not be required.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-28 00:36:19 UTC
Chad -- it would be nice to remove the X dependency.  Cardinfo is as I
understand it a bit of a lame-o app anyway.
Comment 2 Jim Nutt 2002-03-28 01:04:06 UTC
cardinfo is useful, it's just not essential. and it's a bit surprising to start
installing pcmcia-cs on your laptop, and find it's dependent on X windows!
Comment 3 Chad Huneycutt (RETIRED) gentoo-dev 2002-03-28 09:22:10 UTC
Well, I can certainly remove the dependence on X, but the problem with the X
stuff installing even when not in USE points to another problem that needs to be
investigated.

The DEPEND and RDEPEND lines look like this:

DEPEND="sys-kernel/linux-headers X? ( virtual/x11 x11-libs/xforms )"
RDEPEND="X? ( virtual/x11 x11-libs/xforms )"