Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82050 - Xorg installs unwanted libraries: libXprintUtil.a, libXprintAppUtil.a, libfntstubs.a, etc.
Summary: Xorg installs unwanted libraries: libXprintUtil.a, libXprintAppUtil.a, libfnt...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 16:10 UTC by Kaiting Chen
Modified: 2005-05-24 01:15 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 Kaiting Chen 2005-02-14 16:10:11 UTC
I emerge xorg-x11 without the xprint flag because I don't want xprint. However, the libXprintUtil.a and libXprintAppUtil.a libraries are still in /usr/lib. In addition, there are some static libraries with no shared "counterpart". I suspect that these libraries might also be libraries that I don't really want. For instance, libfntstubs.a.

Reproducible: Always
Steps to Reproduce:
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-05-24 01:15:48 UTC
The xprint ones come along with libXp, which is needed so motif and java don't
break.

In xc/lib/Imakefile:
#if BuildXprintLib
XPRINTLIBDIRS = Xp XprintUtil XprintAppUtil
#endif

As for any others, please investigate and find out the story, then reopen the
bug if necessary.