Gentoo Archives: gentoo-user

From: Robin Atwood <robin@×××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Update blocked by kdebase-startkde:4
Date: Sat, 17 Sep 2016 13:26:41
Message-Id: 201609172026.19119.robin@binro.org
In Reply to: Re: [gentoo-user] Update blocked by kdebase-startkde:4 by Robin Atwood
1 On Monday 15 August 2016, Robin Atwood wrote:
2 > On Sunday 14 August 2016, Daniel Frey wrote:
3 > > On 08/14/2016 05:12 AM, Robin Atwood wrote:
4 > > > 'layman -L' finds no kde-sunset.
5 > >
6 > > I had that problem too, it's not listed there.
7 > >
8 > > If you want to use it, create /etc/portage/repos.conf/kde-sunset.conf
9 > > with these contents:
10 > >
11 > > [kde-sunset]
12 > > auto-sync = yes
13 > > location = /var/local/overlays/kde-sunset
14 > > masters = gentoo
15 > > sync-type = git
16 > > sync-uri = https://anongit.gentoo.org/git/proj/kde-sunset.git
17 > >
18 > > Dan
19 >
20 > Dan-
21
22 I tried it and got:
23
24 # layman -s kde-sunset
25
26 * Fetching remote list...
27 * Fetch Ok
28
29 * Syncing selected overlay(s)...
30 Traceback (most recent call last):
31 File "/usr/lib64/python3.4/site-packages/layman/api.py", line 394, in sync
32 odb = db.select(ovl)
33 File "/usr/lib64/python3.4/site-packages/layman/dbbase.py", line 260, in
34 select
35 raise UnknownOverlayException(overlay)
36 layman.dbbase.UnknownOverlayException: Exception: Overlay "kde-sunset" does
37 not exist.
38
39 This is becoming a problem because now I also get when updating Gentoo:
40
41 # emerge -uDv @world
42
43 These are the packages that would be merged, in order:
44
45 Calculating dependencies... done!
46
47 !!! All ebuilds that could satisfy "kde-plasma/kactivitymanagerd:5" have been
48 masked.
49 !!! One of the following masked packages is required to complete your request:
50 - kde-plasma/kactivitymanagerd-5.7.5::gentoo (masked by: package.mask, ~amd64
51 keyword)
52 - kde-plasma/kactivitymanagerd-5.7.4::gentoo (masked by: package.mask, ~amd64
53 keyword)
54 - kde-plasma/kactivitymanagerd-5.6.5::gentoo (masked by: package.mask)
55
56 (dependency required by "kde-base/kactivities-4.13.3-r2::gentoo" [installed])
57 (dependency required by "kde-apps/okular-16.04.3::gentoo[kde]" [ebuild])
58 (dependency required by "@selected" [set])
59 (dependency required by "@world" [argument])
60
61 looking at the kactivities ebuild I see:
62
63 RDEPEND="
64 kde-plasma/kactivitymanagerd:5
65 "
66
67 So KDE4 users are no longer allowed to update Gentoo?
68
69 TIA
70 Robin
71
72 --
73 ----------------------------------------------------------------------
74 Robin Atwood.
75
76 "Ship me somewheres east of Suez, where the best is like the worst,
77 Where there ain't no Ten Commandments an' a man can raise a thirst"
78 from "Mandalay" by Rudyard Kipling
79 ----------------------------------------------------------------------
80
81
82
83
84
85
86
87
88
89 --
90 This message has been scanned for viruses and
91 dangerous content by MailScanner, and is
92 believed to be clean.

Replies

Subject Author
Re: [gentoo-user] Update blocked by kdebase-startkde:4 Alan McKinnon <alan.mckinnon@×××××.com>