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

Bug 413325

Summary: x11-apps/xdpyinfo-1.3.0 has automagic dependency on x11-libs/libXxf86dga
Product: Gentoo Linux Reporter: Franz Trischberger <franz.trischberger>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Franz Trischberger 2012-04-24 07:42:19 UTC
I purged some packages, then cave fix-linkage found xdpyinfo broken, missing libXxf86dga.so.1. libXxf86dga was removed before.
Comment 1 Franz Trischberger 2012-04-24 13:12:57 UTC
Ok, it's just partly correct. xdpyinfo has the "dga"-USE-Flag, which will pull in libXxf86dga. But I have disabled it.
So in order to be sure I rechecked:
install libXxf86dga, then install xdpyinfo USE="-dga -dmx -xinerama", uninstall libXxf86dga:
$ xdpyinfo
xdpyinfo: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory
Comment 2 Matt Turner gentoo-dev 2018-06-07 00:49:11 UTC
I cannot reproduce. With x11-libs/libXxf86dga installed, USE=-dga xdpyinfo does not produce a binary linking with libXxf86dga.