Summary: | x11-libs/gtk+-2.18.6 missing DEP | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kevin Haddock <kevinhaddock> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
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 19:42:57 UTC
(In reply to comment #0) > equery depends inputproto > [ Searching for packages depending on inputproto... ] > ... > x11-libs/gtk+-2.16.6 (x11-proto/inputproto) > ... > > one can see that gtk+ library 2.18.6 is *NOT* included in the list of > dependencies. Apparently it should be. > lol Anyway, what are your useflags for gtk+ ? Are you i.e. masking 1.7 server ? emerge -pv gtk+ These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] x11-libs/gtk+-2.18.6 [2.16.6] USE="cups jpeg tiff (-aqua) -debug -doc -jpeg2k -test -vim-syntax -xinerama" 0 kB I don't see any mask in /etc/portage/package.mask in /etc/portage: $ grep -R 1.7 . ./package.use/.svn/entries:cf66bf8d-32c8-44ce-8bf1-729498b3d127 ./package.mask/.svn/entries:cf66bf8d-32c8-44ce-8bf1-729498b3d127 ./package.mask/.svn/entries:163bd416c1ab12480672147c584be37e ./package.mask/.svn/entries:a262661175ddc4a0929cfda7c84eb890 ./.svn/entries:cf66bf8d-32c8-44ce-8bf1-729498b3d127 ./package.keywords.orig/xorg-1.6-keywords:=x11-base/xorg-x11-7.4-r1 ./package.keywords.orig/xorg-1.6-keywords:=x11-drivers/xf86-video-siliconmotion-1.7.3 ./package.keywords.orig/.svn/entries:cf66bf8d-32c8-44ce-8bf1-729498b3d127 apparently, according to the ebuild I need the aqua flag to bring in inputproto , but isn't that still a bug if it bombs without it? *** Bug 322135 has been marked as a duplicate of this bug. *** What versions of xinputproto and libXi you have ? aqua is treated as unset - it's profile masked, as, IIRC, it's mac only. (In reply to comment #5) > What versions of xinputproto and libXi you have ? * x11-proto/inputproto Latest version available: 2.0 Latest version installed: 2.0 Size of files: 136 kB Homepage: http://xorg.freedesktop.org/ Description: X.Org Input protocol headers License: MIT * x11-libs/libXi Latest version available: 1.3 Latest version installed: 1.2.1 Size of files: 342 kB Homepage: http://xorg.freedesktop.org/ Description: X.Org Xi library License: MIT > > aqua is treated as unset - it's profile masked, > as, IIRC, it's mac only. > Ok, I'll take that back *out* of my USE flags then :) Tell me, what does 'emerge -1pv x11-libs/libXi' prints ? emerge -1pv x11-libs/libXi These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] x11-libs/libX11-1.3.3 [1.2.2] USE="ipv6 xcb -debug -doc% -test%" 0 kB [ebuild U ] x11-libs/libXi-1.3 [1.2.1] USE="-debug" 0 kB Total: 2 packages (2 upgrades), Size of downloads: 0 kB (In reply to comment #8) > [ebuild U ] x11-libs/libX11-1.3.3 [1.2.2] USE="ipv6 xcb -debug -doc% > -test%" 0 kB > [ebuild U ] x11-libs/libXi-1.3 [1.2.1] USE="-debug" 0 kB > Exactly. Your world update is incomplete. That makes this bug (mostly) INVALID. |