Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Really confusing situation
Date: Fri, 11 Apr 2008 16:05:32
Message-Id: 1207929917.29713.14.camel@camille.espersunited.com
1 I do a daily emerge --sync and emerge -avuD world, but today when I did
2 it, this came up:
3
4 camille ~ # emerge -pvuD world
5
6 These are the packages that would be merged, in order:
7
8 Calculating world dependencies |
9 !!! Multiple versions within a single package slot have been
10 !!! pulled into the dependency graph:
11
12 app-crypt/gnupg:0
13
14 ('ebuild', '/', 'app-crypt/gnupg-1.4.7-r1', 'merge') pulled in by
15 ('installed', '/', 'mail-client/squirrelmail-1.4.10a-r2', 'nomerge')
16
17 ('ebuild', '/', 'app-crypt/gnupg-2.0.7-r1', 'merge') pulled in by
18 ('installed', '/', 'app-crypt/gpgme-1.1.6', 'nomerge')
19 ('installed', '/', 'kde-base/kdepim-3.5.8', 'nomerge')
20 ('installed', '/', 'mail-filter/spamassassin-3.2.1-r1', 'nomerge')
21 (and 2 more)
22
23
24 It may be possible to solve this problem by using package.mask to
25 prevent one of those packages from being selected. However, it is also
26 possible that conflicting dependencies exist such that they are
27 impossible to satisfy simultaneously. If such a conflict exists in the
28 dependencies of two different packages, then those packages can not be
29 installed simultaneously.
30
31 For more information, see MASKED PACKAGES section in the emerge man page
32 or refer to the Gentoo Handbook.
33
34 ... done!
35 [ebuild N ] app-crypt/gnupg-1.4.7-r1 USE="bzip2 nls readline usb
36 zlib -bindist -curl -ecc -idea -ldap (-selinux) -smartcard -static"
37 LINGUAS="-ru" 0 kB
38 [ebuild N ] app-crypt/gnupg-2.0.7-r1 USE="bzip2 doc nls -ldap
39 -openct -pcsc-lite (-selinux) -smartcard" 0 kB
40
41 Total: 2 packages (2 new), Size of downloads: 0 kB
42 camille ~ # emerge -pvC app-crypt/gnupg
43
44 >>> These are the packages that would be unmerged:
45
46 --- Couldn't find 'app-crypt/gnupg' to unmerge.
47
48 >>> No packages selected for removal by unmerge
49
50 As you can see, gnupg is not installed, yet it is in the way, and emerge
51 wants to install it. Should I submit this as a bug?
52
53 --
54 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Really confusing situation Andrey Falko <ma3oxuct@×××××.com>
Re: [gentoo-user] Really confusing situation Tim <root@×××××××××××××××.com>