Gentoo Archives: gentoo-user

From: Jil Larner <jil@××××.eu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerging gnupg
Date: Fri, 21 Dec 2007 12:55:40
Message-Id: 476BB640.6060203@gnoo.eu
In Reply to: [gentoo-user] emerging gnupg by Sergey Kobzar
1 Hello,
2
3 I had the same error. Quoting from
4 http://lists.gnupg.org/pipermail/gnupg-announce/2007q3/000259.html :
5 "GnuPG-2 has a different architecture than GnuPG-1 (e.g. 1.4.6) in that
6 it splits up functionality into several modules. However, both
7 versions may be installed alongside without any conflict. In fact,
8 the gpg version from GnuPG-1 is able to make use of the gpg-agent as
9 included in GnuPG-2 and allows for seamless passphrase caching. The
10 advantage of GnuPG-1 is its smaller size and the lack of dependency on
11 other modules at run and build time. We will keep maintaining GnuPG-1
12 versions because they are very useful for small systems and for server
13 based applications requiring only OpenPGP support."
14
15 You may also wish to look at this thread :
16 http://forums.gentoo.org/viewtopic-p-4055706.html
17
18 The choice is yours between both versions. IMO, it's a good thing
19 portage blocks so you know that you were about to install two software
20 to do the same thing. However, the reason for portage to block it may be
21 different, i don't know (btw, does someone knows where to look at "why
22 is portage doing blocks for my software ?")
23
24 Sergey Kobzar a écrit :
25 > I have a problem with gnupg updating:
26 >
27 > # emerge -upvDN world
28 >
29 > These are the packages that would be merged, in order:
30 >
31 > Calculating world dependencies... done!
32 > [ebuild U ] app-crypt/gnupg-2.0.7 [1.4.7-r1] USE="-bzip2 -doc% -ldap -nls -openct% -pcsc-lite% (-selinux) -smartcard (-bindist%) (-curl%) (-ecc%) (-idea%) (-readline%*) (-static%) (-usb%) (-zlib%*)" LINGUAS="(-ru%)" 3,526 kB
33 > [ebuild NS ] sys-kernel/gentoo-sources-2.6.19-r5 USE="symlink -build" 41,910 kB
34 > [blocks B ] <=app-crypt/gnupg-2.0.1 (is blocking app-crypt/gnupg-2.0.7)
35 >
36 > Total: 2 packages (1 upgrade, 1 in new slot, 1 block), Size of downloads: 45,436 kB
37 >
38 >
39 > When I try update gnupg, I get error:
40 >
41 > # emerge -uDN gnupg
42 > Calculating dependencies... done!
43 >>>> Recording app-crypt/gnupg:1.9 in "world" favorites file...
44 > Traceback (most recent call last):
45 > File "/usr/bin/emerge", line 6518, in ?
46 > retval = emerge_main()
47 > File "/usr/bin/emerge", line 6512, in emerge_main
48 > myopts, myaction, myfiles, spinner)
49 > File "/usr/bin/emerge", line 5968, in action_build
50 > mydepgraph.saveNomergeFavorites()
51 > File "/usr/bin/emerge", line 3401, in saveNomergeFavorites
52 > self.mydbapi[root].aux_get(pkg_key, self._mydbapi_keys)))
53 > File "/usr/lib/portage/pym/portage.py", line 5553, in aux_get
54 > raise KeyError(mycpv)
55 > KeyError: 'app-crypt/gnupg-1.4.7-r1'
56 >
57 >
58 > Could you please tell me what is wrong and how can I fix this?
59 >
60 >
61 --
62 gentoo-user@g.o mailing list