Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311821 - x11-apps/xset: missing dependency: x11-libs/libXxf86misc
Summary: x11-apps/xset: missing dependency: x11-libs/libXxf86misc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 295878 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-28 19:31 UTC by Thomas Sachau
Modified: 2010-04-10 20:14 UTC (History)
1 user (show)

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 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.