Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Update blocked by kdebase-startkde:4
Date: Sat, 09 Jul 2016 16:10:56
Message-Id: 1686988.XCzWUe7ODS@peak
In Reply to: [gentoo-user] Update blocked by kdebase-startkde:4 by Robin Atwood
1 On Saturday 09 Jul 2016 20:52:46 Robin Atwood wrote:
2 > Attempting to update/world this weekend I get:
3 >
4 > # emerge -uDv @world
5 >
6 > These are the packages that would be merged, in order:
7 >
8 > Calculating dependencies... done!
9 >
10 > !!! All ebuilds that could satisfy "kde-apps/kdebase-runtime-meta:5" have
11 > been masked.
12 > !!! One of the following masked packages is required to complete your
13 > request: - kde-apps/kdebase-runtime-meta-16.04.2::gentoo (masked by:
14 > package.mask, ~amd64 keyword)
15 > - kde-apps/kdebase-runtime-meta-15.12.3::gentoo (masked by: package.mask)
16 >
17 > (dependency required by "kde-base/kdebase-startkde-4.11.22-r1::gentoo"
18 > [ebuild])
19 > (dependency required by "@selected" [set])
20 > (dependency required by "@world" [argument])
21 >
22 > I have all of KDE:5 masked since I think installing it sounds too risky.
23 > Checking the kdebase-startkde-4.11.22-r1 ebuild it has a dependency on kde-
24 > apps/kdebase-runtime-meta:5. Is this a mistake? Has anyone found a solution
25 > to this?
26
27 Yes, I got it too, even going straight to rsync.gentoo.org instead of my usual
28 UK mirror. I tried adding to package.mask:
29 >=kde-base/kdebase-startkde-4.11.22-r1
30 >=kde-base/kactivities-4.13.3-r2
31 but that only caused another failure because those package versions weren't
32 available.
33
34 I was hoping this was a part-update problem, in which the devs hadn't released
35 all the packages involved in whatever change they're making. I'm still
36 inclined to think that, because:
37
38 $ diff $(equery w =kde-base/kdebase-startkde-4.11.22-r1) $(equery w =kde-base/kdebase-startkde-4.11.22)
39 12c12
40 < KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
41 ---
42 > KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
43 51d50
44 < "${FILESDIR}/${PN}-kwalletd-pam.patch"
45 $
46
47 ...and that patch file has no mention of kde-apps/kdebase-runtime-meta:5.
48
49 This is an ~amd64 box, by the way, so I'm not affected by the change of
50 keyword in -r1.
51
52 --
53 Rgds
54 Peter