From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 206C31382FE for ; Mon, 11 Jul 2016 20:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F4F321C119; Mon, 11 Jul 2016 20:08:29 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65FCFE0A40 for ; Mon, 11 Jul 2016 20:08:22 +0000 (UTC) Received: by mail-wm0-f42.google.com with SMTP id f65so76769201wmi.0 for ; Mon, 11 Jul 2016 13:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=Mauib4t+NmSvStB3ctolJreiyVcvkLvqenVwMpZgtNU=; b=JEtgYMPbWcEVVVFrXFC3K7f2MafChzjjb4ouqrY7IFU2Qts/y5hVyd1G7VEa02bpY6 wi4K7at46d+1r6apkuzg/LfwKfN+Dk0zezTByo0/Zgro+PmUlvagygYUAtpTktCyVQ5A H8SnthNbD8TN5iOzEcONTmHY+qit4KbAL8dse9woOi8uPcgcwpTY/bwW77KSlK2EnvIH spdfx8fKTGvKSVaBnhdJz3SLG3fMVeYoVH9jm2kUxIXEeMxyIpT2BgU2jAUClYhhwnJZ +pcFsOGjnBSN3FgvmKFJYY8MisKUsUswxwH0PDZTZeVktt8qDNe7mpzk4iqTZy9d07IG miEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=Mauib4t+NmSvStB3ctolJreiyVcvkLvqenVwMpZgtNU=; b=Le21snXpQ0+sM9Ze7BGSdp+qm534PH9W0dCe9cPPR9iGIjl9pCC+4Frb6jl2zR+qvQ vJj1MzIbeUkagEveB6Dw+BKU4nyHtBj+NqDoth9bgCmLlStGCquC8NspLm4IVJ795msv YIDut5QuEJI00sp3WRpu/4hiHzRrm57XyBxme2wiTsxn3gNJ8nfexMU3lK1QvA+BlBHO 6+8+tzrozHCh99DrbEfZyFopAPej22UGcpJsFQHNKfYLTzUj+/WwMkHLrfb9l54HAKHG pFNl7F8uqzzm+Ua0vKOk4cRIAjIaM74nNGWYKPfIGNXzA9ff6SpUlHU355ZPrG6yvBCL SXpg== X-Gm-Message-State: ALyK8tIGhI55l9RoZa1HuqLAzZw6PQOomVg9iUifcijY7DOfhpa7kIWuO9nszUae7pdNZTUDixWL79arTaDYYw== X-Received: by 10.28.238.154 with SMTP id j26mr14748787wmi.94.1468267700784; Mon, 11 Jul 2016 13:08:20 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.28.222.214 with HTTP; Mon, 11 Jul 2016 13:07:41 -0700 (PDT) In-Reply-To: <5783F0F2.2020300@gmail.com> References: <20160709194445.GC1286@ca.inter.net> <5782AFAB.7070104@gmail.com> <5782EC59.8020403@gmail.com> <5783F0F2.2020300@gmail.com> From: konsolebox Date: Tue, 12 Jul 2016 04:07:41 +0800 Message-ID: Subject: Re: [gentoo-user] Re: Konsole To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 6f56a9e2-4b5a-45e1-addb-0fe64a3d519d X-Archives-Hash: 4a046401678cda5d71579484795b06fd On Tue, Jul 12, 2016 at 3:18 AM, Daniel Frey wrote: > Thanks, that led me to sync the kde-sunset overlay. However, I think I > am missing a step as when I use emerge or eshowkw it doesn't seem to > show anything from the kde-sunset overlay. layman usually handled this > stuff, any pointers? > Well, that was the only thing I had to do to make it work. Did you check if the files were properly downloaded after running `emerge --sync`? E.g. check if /var/local/overlays/kde-sunset/* exist? How do you know that nothing is shown from there. What command do you use? Do you have any custom package masks that would not make the packages show perhaps? Also, how did you add the repos.conf file for kde-sunset? I presumed that you know that /etc/portage/repos.conf should be a directory. Did you perhaps only added a single repos.conf file? # cat /etc/portage/repos.conf/{gentoo.conf,kde-sunset.conf,local.conf} [gentoo] location = /var/lib/gentoo/portage sync-type = git sync-uri = git://github.com/gentoo-mirror/gentoo.git sync-git-pull-extra-opts = -f auto-sync = yes [kde-sunset] auto-sync = yes location = /var/local/overlays/kde-sunset masters = gentoo sync-type = git sync-uri = https://anongit.gentoo.org/git/proj/kde-sunset.git [local] masters = gentoo priority = 10 location = /var/local/portage If it still doesn't work, maybe there's an old configuration line in your `make.conf` that should no longer be there. Or maybe you're using an old sys-apps/portage, or some other tools that make it change its behavior. Although both are unlikely. Another note: At least with portage-2.3.0, you should see "=== Sync completed for kde-sunset" after running `emerge --sync`. -- konsolebox