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

Bug 311821

Summary: x11-apps/xset: missing dependency: x11-libs/libXxf86misc
Product: Gentoo Linux Reporter: Thomas Sachau <tommy>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal CC: web
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Sachau gentoo-dev 2010-03-28 19:31:26 UTC
scanelf -n /usr/bin/xset
 TYPE   NEEDED FILE 
ET_DYN libXmuu.so.1,libX11.so.6,libXext.so.6,libXxf86misc.so.1,libXfontcache.so.1,libXp.so.6,libc.so.6 /usr/bin/xset
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-04-07 22:36:20 UTC
Fixed in CVS.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-04-07 23:23:20 UTC
*** Bug 295878 has been marked as a duplicate of this bug. ***
Comment 4 Rafał Mużyło 2010-04-10 20:14:23 UTC
I disagree:
PKG_CHECK_MODULES(SET_XF86MISC, xxf86misc,
        [SAVE_CPPFLAGS="$CPPFLAGS"
        CPPFLAGS="$CPPFLAGS $SET_XF86MISC_CFLAGS $SET_X11_CFLAGS"
        AC_CHECK_HEADERS([X11/extensions/xf86misc.h X11/extensions/xf86mscstr.h]
,,,
                          [#include <X11/Xlib.h>
#include <X11/Xproto.h>])
        CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
As you may note, it an optional AND automagical dep, so
bug 295878 was correctly a duplicate of bug 293118.