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

Bug 322135

Summary: x11-libs/gtk+-2.18.6 missing DEP
Product: Gentoo Linux Reporter: Kevin Haddock <kevinhaddock>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: swegener
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://bugs.gentoo.org/204589
Whiteboard:
Package list:
Runtime testing required: ---

Description Kevin Haddock 2010-05-30 20:24:12 UTC
when doing world update while compiling x11-libs/gtk+-2.18.6 I get this error:

In file included from gdkdisplay-x11.c:40:
gdkinputprivate.h:38:35: error: X11/extensions/XInput.h: No such file or directory
In file included from gdkdisplay-x11.c:40:
gdkinputprivate.h:79: error: expected specifier-qualifier-list before 'XDevice'
gdkinputprivate.h:175: error: expected declaration specifiers or '...' before 'XEventClass'
make[4]: *** [gdkdisplay-x11.lo] Error 1

Which is virtually identical to the bug at the URL above.

When doing:

equery depends inputproto   
[ Searching for packages depending on inputproto... ]
gnome-base/gdm-2.20.10-r2 (x11-proto/inputproto)
gnome-base/gnome-settings-daemon-2.26.1-r2 (x11-proto/inputproto)
media-libs/mesa-7.5.2 (x11-proto/inputproto)
media-video/xine-ui-0.99.5-r1 (X? x11-proto/inputproto)
net-misc/nx-3.4.0 (x11-proto/inputproto)
net-misc/tightvnc-1.3.10-r1 (server? x11-proto/inputproto)
x11-apps/xdpyinfo-1.1.0 (x11-proto/inputproto)
x11-apps/xinput-1.4.2 (>=x11-proto/inputproto-1.5)
x11-drivers/xf86-input-evdev-2.3.2 (x11-proto/inputproto)
x11-drivers/xf86-input-keyboard-1.4.0 (x11-proto/inputproto)
x11-drivers/xf86-input-mouse-1.5.0 (x11-proto/inputproto)
x11-drivers/xf86-input-synaptics-1.2.1 (x11-proto/inputproto)
x11-libs/gtk+-1.2.10-r12 (x11-proto/inputproto)
x11-libs/gtk+-2.16.6 (x11-proto/inputproto)
x11-libs/libX11-1.2.2 (x11-proto/inputproto)
x11-libs/libXi-1.2.1 (>=x11-proto/inputproto-1.5)
x11-libs/libXtst-1.0.3 (x11-proto/inputproto)
x11-libs/qt-gui-4.6.2 (!aqua? x11-proto/inputproto)
xfce-base/xfce4-settings-4.6.3 (x11-proto/inputproto)

one can see that gtk+ library 2.18.6 is *NOT* included in the list of dependencies.  Apparently it should be.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2010-05-30 21:42:02 UTC

*** This bug has been marked as a duplicate of bug 322131 ***