Gentoo Archives: gentoo-user

From: "Michael P. Soulier" <msoulier@×××××××××××××.ca>
To: gentoo-user@l.g.o
Subject: [gentoo-user] conflict in update
Date: Sat, 25 Apr 2009 14:27:20
Message-Id: 20090425142706.GA367@anton.digitaltorque.ca
1 I'm trying to understand the explanation of this but I don't quite see it. It
2 looks like conflicting libraries used by gimp, inkscape and openoffice.
3
4 I don't quite understand the explanation, and what my options are.
5
6 Translation appreciated.
7
8 Thanks,
9 Mike
10
11 msoulier@anton:~$ emerge --pretend --update --deep world
12
13 These are the packages that would be merged, in order:
14
15 Calculating dependencies... done!
16 [ebuild U ] dev-libs/libassuan-1.0.5 [1.0.4]
17 [ebuild U ] dev-lang/python-2.5.4-r2 [2.5.2-r7] USE="xml%*"
18 [ebuild U ] dev-python/setuptools-0.6_rc9 [0.6_rc8-r1]
19 [ebuild U ] app-text/poppler-0.10.5-r1 [0.10.4]
20 [ebuild U ] app-text/poppler-bindings-0.10.5-r1 [0.10.4]
21 [ebuild U ] app-crypt/gnupg-2.0.11 [2.0.10]
22 [ebuild U ] dev-python/pygtk-2.14.1 [2.14.0]
23
24 !!! Multiple package instances within a single package slot have been pulled
25 !!! into the dependency graph, resulting in a slot conflict:
26
27 app-text/poppler-bindings:0
28
29 ('installed', '/', 'app-text/poppler-bindings-0.10.4', 'nomerge') pulled in
30 by
31 ~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
32 '/', 'media-gfx/gimp-2.6.4', 'nomerge')
33 ~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
34 '/', 'virtual/poppler-glib-0.10.4', 'nomerge')
35 ~app-text/poppler-bindings-0.10.4[gtk,cairo] required by ('installed',
36 '/', 'media-gfx/inkscape-0.46-r5', 'nomerge')
37 (and 1 more)
38
39 ('ebuild', '/', 'app-text/poppler-bindings-0.10.5-r1', 'merge') pulled in by
40 app-text/poppler-bindings required by world
41
42 Explanation:
43
44 New USE for 'app-text/poppler-bindings:0' are incorrectly set. In
45 order to solve this, adjust USE to satisfy '~app-text/poppler-
46 bindings-0.10.4[gtk,cairo]'.
47
48 app-text/poppler:0
49
50 ('ebuild', '/', 'app-text/poppler-0.10.5-r1', 'merge') pulled in by
51 ~app-text/poppler-0.10.5 required by ('ebuild', '/',
52 'app-text/poppler-bindings-0.10.5-r1', 'merge')
53 (and 1 more)
54
55 ('installed', '/', 'app-text/poppler-0.10.4', 'nomerge') pulled in by
56 ~app-text/poppler-0.10.4 required by ('installed', '/',
57 'dev-tex/luatex-0.30.3', 'nomerge')
58 ~app-text/poppler-0.10.4 required by ('installed', '/',
59 'app-text/poppler-bindings-0.10.4', 'nomerge')
60 ~app-text/poppler-0.10.4 required by ('installed', '/',
61 'app-office/openoffice-3.0.0', 'nomerge')
62 (and 3 more)
63
64
65 It may be possible to solve this problem by using package.mask to
66 prevent one of those packages from being selected. However, it is also
67 possible that conflicting dependencies exist such that they are
68 impossible to satisfy simultaneously. If such a conflict exists in the
69 dependencies of two different packages, then those packages can not be
70 installed simultaneously.
71
72 For more information, see MASKED PACKAGES section in the emerge man page
73 or refer to the Gentoo Handbook.
74
75 --
76 Michael P. Soulier <msoulier@×××××××××××××.ca>
77 "Any intelligent fool can make things bigger and more complex... It takes a
78 touch of genius - and a lot of courage to move in the opposite direction."
79 --Albert Einstein

Replies

Subject Author
Re: [gentoo-user] conflict in update Justin <justin@×××××××××.net>