From: Nikos Chantziaras <realnc@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: portage can not find local ebuild
Date: Fri, 18 Sep 2015 10:38:57 +0300 [thread overview]
Message-ID: <mtgf2i$59i$1@ger.gmane.org> (raw)
In-Reply-To: <55FB81DA.2040501@sys-concept.com>
On 18/09/15 06:15, thelma@sys-concept.com wrote:
> I'm trying to emerge one of my local ebuild and portage can not find it.
> What am I missing?
>
> emerge -avq nxclient
>
> emerge: there are no ebuilds to satisfy "nxclient".
>
> My settings:
>
> make.conf.
> ...
> PORTDRI_OVERLAY="/usr/local/portage"
>
> cat /etc/portage/repos.conf/gentoo.conf
> [DEFAULT]
> main-repo = gentoo
>
> [gentoo]
> location = /usr/portage
> sync-type = rsync
> sync-uri = rsync://192.168.139.7/gentoo-portage
Remove the PORTDIR_OVERLAY entry from make.conf. Then, create a new file
in /etc/portage/repos.conf/, for example "local.conf", with these contents:
[Local]
priority = 99999999
location = /usr/local/portage
auto-sync = no
The high value for priority is just to make sure that your local ebuilds
override any other ebuilds of the same name that exist elsewhere.
next prev parent reply other threads:[~2015-09-18 7:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 3:15 [gentoo-user] portage can not find local ebuild thelma
2015-09-18 3:30 ` wraeth
2015-09-18 3:41 ` thelma
2015-09-18 4:05 ` thelma
2015-09-18 5:15 ` Andrew Savchenko
2015-09-18 7:38 ` Nikos Chantziaras [this message]
2015-09-18 17:11 ` [gentoo-user] " thelma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='mtgf2i$59i$1@ger.gmane.org' \
--to=realnc@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox