Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gtkmm puzzle
Date: Tue, 24 Mar 2009 18:25:39
Message-Id: 58965d8a0903241125i408731d0o3d35f99480fae5c0@mail.gmail.com
In Reply to: [gentoo-user] gtkmm puzzle by Andrew Gaydenko
1 On Tue, Mar 24, 2009 at 12:24 PM, Andrew Gaydenko <a@××××××××.com> wrote:
2 > Hi!
3 >
4 > Current ~amd64 tree says - see below. My steps?
5 >
6 > -------------------------------------------------------
7 >
8 > emerge -pvDuN world
9 >
10 > These are the packages that would be merged, in order:
11 >
12 > Calculating dependencies... done!
13 > [ebuild U ] net-firewall/iptables-1.4.3.1 [1.4.2-r2] USE="(-l7filter%)" 422 kB
14 > [ebuild U ] x11-libs/pixman-0.14.0-r1 [0.14.0] USE="mmx sse2 (-altivec) -debug (-sse%*)" 0 kB
15 > [ebuild R ] dev-cpp/gtkmm-2.14.3 USE="-debug -doc -examples -test (-accessibility%*)" 0 kB
16 > [ebuild R ] media-video/mplayer-1.0_rc2_p20090322 USE="X a52 aac aalib alsa amrnb amrwb ass cddb cdio
17 > cdparanoia dirac dts dv dvb dvd dvdnav enca encode faac faad gif iconv jack jpeg ladspa lirc live mad mmx mp2
18 > mp3 nemesi network opengl oss png pulseaudio quicktime rar real rtc schroedinger sdl speex sse sse2 ssse3
19 > theora tremor truetype unicode vorbis x264 xscreensaver xv xvid -3dnow -3dnowext (-altivec) -arts -bidi -
20 > bindist -bl -cpudetection -custom-cflags -custom-cpuopts -debug -dga -directfb -doc -dxr3 -esd -fbcon -ftp -
21 > ggi -gtk -ipv6 -joystick -libcaca -lzo -md5sum -mmxext -mng -musepack -nas -openal -pnm -pvr -radio -samba (-
22 > svga) -teletext -tga -v4l -v4l2 -vdpau (-vidix) (-win32codecs) -xanim -xinerama -xvmc* -zoran" VIDEO_CARDS="-
23 > mga -nvidia -s3virge -tdfx -vesa" 0 kB
24 >
25 > Total: 4 packages (2 upgrades, 2 reinstalls), Size of downloads: 422 kB
26 >
27 > !!! Multiple package instances within a single package slot have been pulled
28 > !!! into the dependency graph, resulting in a slot conflict:
29 >
30 > dev-cpp/gtkmm:2.4
31 >
32 > ('ebuild', '/', 'dev-cpp/gtkmm-2.14.3', 'merge') pulled in by
33 > dev-cpp/gtkmm:2.4 required by world
34 > >=dev-cpp/gtkmm-2.4 required by ('installed', '/', 'dev-cpp/gconfmm-2.24.0', 'nomerge')
35 > >=dev-cpp/gtkmm-2.10.0 required by ('installed', '/', 'media-gfx/inkscape-0.46-r5', 'nomerge')
36 > (and 9 more)
37 >
38 > ('installed', '/', 'dev-cpp/gtkmm-2.14.3', 'nomerge') pulled in by
39 > >=dev-cpp/gtkmm-2.12.3[accessibility] required by ('installed', '/', 'media-sound/ardour-2.7.1',
40 > 'nomerge')
41 > (and 12 more)
42 >
43 > Explanation:
44 >
45 > New USE for 'dev-cpp/gtkmm:2.4' are incorrectly set. In order to solve
46 > this, adjust USE to satisfy '>=dev-cpp/gtkmm-2.12.3[accessibility]'.
47 >
48 >
49 >
50
51 ardour requires gtkmm with accessiblity use flag, but this flag no
52 longer exists on gtkmm. I think you should file a bug about ardour so
53 they can fix it.

Replies

Subject Author
Re: [gentoo-user] gtkmm puzzle Andrew Gaydenko <a@××××××××.com>