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

Bug 82050

Summary: Xorg installs unwanted libraries: libXprintUtil.a, libXprintAppUtil.a, libfntstubs.a, etc.
Product: Gentoo Linux Reporter: Kaiting Chen <Phoenixfire159>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.