Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Konsole
Date: Mon, 11 Jul 2016 21:44:48
Message-Id: 57841340.9020506@gmail.com
In Reply to: Re: [gentoo-user] Re: Konsole by konsolebox
1 On 11/07/2016 23:05, konsolebox wrote:
2 > On Tue, Jul 12, 2016 at 4:50 AM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
3 >> On 11/07/2016 22:07, konsolebox wrote:
4 >>>
5 >>> On Tue, Jul 12, 2016 at 3:18 AM, Daniel Frey <djqfrey@×××××.com> wrote:
6 >>>>
7 >>>> Thanks, that led me to sync the kde-sunset overlay. However, I think I
8 >>>> am missing a step as when I use emerge or eshowkw it doesn't seem to
9 >>>> show anything from the kde-sunset overlay. layman usually handled this
10 >>>> stuff, any pointers?
11 >>>>
12 >>>
13 >>> Well, that was the only thing I had to do to make it work.
14 >>>
15 >>> Did you check if the files were properly downloaded after running
16 >>> `emerge --sync`? E.g. check if /var/local/overlays/kde-sunset/*
17 >>> exist? How do you know that nothing is shown from there. What
18 >>> command do you use? Do you have any custom package masks that would
19 >>> not make the packages show perhaps? Also, how did you add the
20 >>> repos.conf file for kde-sunset? I presumed that you know that
21 >>> /etc/portage/repos.conf should be a directory. Did you perhaps only
22 >>> added a single repos.conf file?
23 >>>
24 >>> # cat /etc/portage/repos.conf/{gentoo.conf,kde-sunset.conf,local.conf}
25 >>> [gentoo]
26 >>> location = /var/lib/gentoo/portage
27 >>> sync-type = git
28 >>> sync-uri = git://github.com/gentoo-mirror/gentoo.git
29 >>> sync-git-pull-extra-opts = -f
30 >>> auto-sync = yes
31 >>> [kde-sunset]
32 >>> auto-sync = yes
33 >>> location = /var/local/overlays/kde-sunset
34 >>> masters = gentoo
35 >>> sync-type = git
36 >>> sync-uri = https://anongit.gentoo.org/git/proj/kde-sunset.git
37 >>> [local]
38 >>> masters = gentoo
39 >>> priority = 10
40 >>> location = /var/local/portage
41 >>>
42 >>> If it still doesn't work, maybe there's an old configuration line in
43 >>> your `make.conf` that should no longer be there. Or maybe you're
44 >>> using an old sys-apps/portage, or some other tools that make it change
45 >>> its behavior. Although both are unlikely.
46 >>>
47 >>> Another note: At least with portage-2.3.0, you should see "=== Sync
48 >>> completed for kde-sunset" after running `emerge --sync`.
49 >>>
50 >>
51 >> There was an old deprecated *OVERLAY setting in make.conf that must be
52 >> removed when using the new repos.conf
53 >
54 > Indeed, but I'm still doubting that it has something to do with
55 > packages from kde-sunset not appearing with emerge, granting he was
56 > already able to do `emerge --sync` properly as what he said.
57 >
58
59
60
61 Daniel,
62
63 Please clarify what you mean by "doesn't seem to show anything from the
64 kde-sunset overlay", preferably with config files and output of suitable
65 emerge commands.
66
67 Alan

Replies

Subject Author
Re: [gentoo-user] Re: Konsole Daniel Frey <djqfrey@×××××.com>