Gentoo Archives: gentoo-user

From: Justin <justin@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] conflict in update
Date: Sat, 25 Apr 2009 14:32:36
Message-Id: 49F31EFE.4060409@j-schmitz.net
In Reply to: [gentoo-user] conflict in update by "Michael P. Soulier"
1 Michael P. Soulier wrote:
2 > I'm trying to understand the explanation of this but I don't quite see it. It
3 > looks like conflicting libraries used by gimp, inkscape and openoffice.
4 >
5 > I don't quite understand the explanation, and what my options are.
6 >
7 > Translation appreciated.
8 >
9 > Thanks,
10 > Mike
11 >
12 > msoulier@anton:~$ emerge --pretend --update --deep world
13 >
14 > These are the packages that would be merged, in order:
15 >
16 > Calculating dependencies... done!
17 > [ebuild U ] dev-libs/libassuan-1.0.5 [1.0.4]
18 > [ebuild U ] dev-lang/python-2.5.4-r2 [2.5.2-r7] USE="xml%*"
19 > [ebuild U ] dev-python/setuptools-0.6_rc9 [0.6_rc8-r1]
20 > [ebuild U ] app-text/poppler-0.10.5-r1 [0.10.4]
21 > [ebuild U ] app-text/poppler-bindings-0.10.5-r1 [0.10.4]
22 > [ebuild U ] app-crypt/gnupg-2.0.11 [2.0.10]
23 > [ebuild U ] dev-python/pygtk-2.14.1 [2.14.0]
24 >
25 > !!! Multiple package instances within a single package slot have been pulled
26 > !!! into the dependency graph, resulting in a slot conflict:
27 >
28 > app-text/poppler-bindings:0
29 >
30 > ('installed', '/', 'app-text/poppler-bindings-0.10.4', 'nomerge') pulled in
31 > by
32 > ~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
33 > '/', 'media-gfx/gimp-2.6.4', 'nomerge')
34 > ~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
35 > '/', 'virtual/poppler-glib-0.10.4', 'nomerge')
36 > ~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
37 > '/', 'media-gfx/inkscape-0.46-r5', 'nomerge')
38 > (and 1 more)
39 >
40 > ('ebuild', '/', 'app-text/poppler-bindings-0.10.5-r1', 'merge') pulled in by
41 > app-text/poppler-bindings required by world
42 >
43 > Explanation:
44 >
45 > New USE for 'app-text/poppler-bindings:0' are incorrectly set. In
46 > order to solve this, adjust USE to satisfy '~app-text/poppler-
47 > bindings-0.10.4[gtk,cairo]'.
48 >
49
50 It tells you what todo:
51
52 emerge app-text/poppler-bindings-0.10.4
53
54 with USE="gtk cairo"
55
56 check that if it solves the problem

Replies

Subject Author
Re: [gentoo-user] conflict in update Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] conflict in update "Michael P. Soulier" <msoulier@×××××××××××××.ca>
Re: [gentoo-user] conflict in update "Michael P. Soulier" <msoulier@×××××××××××××.ca>