Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gpgme update and kdepimlibs-4.14.11_pre20160211 blocker
Date: Sat, 04 Mar 2017 10:45:05
Message-Id: 8ccabf3f-4c04-4670-b16d-f0800a8307f5@gmail.com
In Reply to: [gentoo-user] gpgme update and kdepimlibs-4.14.11_pre20160211 blocker by Mick
1 On 04/03/2017 11:50, Mick wrote:
2 > Hi All,
3 >
4 > This morning's attempt to update a no-multilib PC brought up this conflict:
5 >
6 > # emerge -1aDv app-crypt/gpgme
7 >
8 > These are the packages that would be merged, in order:
9 >
10 > Calculating dependencies... done!
11 > [ebuild U ] app-crypt/gpgme-1.8.0-r2:1/11::gentoo [1.5.5:1/11::gentoo]
12 > USE="cxx%* qt5%* -common-lisp -python% -static-libs"
13 > PYTHON_TARGETS="python2_7%* python3_4%* (-python3_5)" 1,268 KiB
14 > [blocks B ] kde-apps/kdepimlibs:4 ("kde-apps/kdepimlibs:4" is blocking
15 > app-crypt/gpgme-1.8.0-r2)
16 >
17 > Total: 1 package (1 upgrade), Size of downloads: 1,268 KiB
18 > Conflict: 1 block (1 unsatisfied)
19 >
20 > * Error: The above package list contains packages which cannot be
21 > * installed at the same time on the same system.
22
23 The blocker in gpgme-1.8.0-r2 is this:
24
25 RDEPEND="${COMMON_DEPEND}
26 cxx? (
27 !kde-apps/gpgmepp
28 !kde-apps/kdepimlibs:4
29 )"
30
31 > I can see that kde-apps/kdepimlibs-4.14.11_pre20160211-r2 is the latest
32 > version in the tree. How am I supposed to move on from here?
33
34 2 options:
35
36 - remove cxx from USE for gpgme
37 - mask gpgme-1.8.0-r2 and continue to use gpgme-1.6.0
38
39 If you cannot use either of those options, then you cannot have
40 kdepimlibs:4. Unfortunately, gentoo never guaranteed that KDE-4 would
41 work endlessly, a day will come when it simply can't be done anymore.
42 kdepim-4 users need to know this, and there is a non-zero chance that
43 that day may be today
44
45 --
46 Alan McKinnon
47 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] gpgme update and kdepimlibs-4.14.11_pre20160211 blocker Mick <michaelkintzios@×××××.com>