* [gentoo-user] portage can not find local ebuild
@ 2015-09-18 3:15 thelma
2015-09-18 3:30 ` wraeth
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: thelma @ 2015-09-18 3:15 UTC (permalink / raw
To: Gentoo mailing list
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
ll /usr/local/portage/net-misc/
total 16
drwxr-xr-x 3 portage portage 4096 May 22 13:05 nx
drwxr-xr-x 2 root root 4096 Sep 17 20:10 nxclient
drwxr-xr-x 3 portage portage 4096 Oct 3 2014 nxserver-freeedition
drwxr-xr-x 3 portage portage 4096 May 22 13:05 nxserver-freenx
ll /usr/local/portage/net-misc/nxclient/
total 8
-rw-r--r-- 1 root root 774 Sep 17 20:10 Manifest
-rw-r--r-- 1 root root 1989 Sep 17 20:08 nxclient-3.5.0.7.ebuild
--
Thelma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage can not find local ebuild
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 5:15 ` Andrew Savchenko
2015-09-18 7:38 ` [gentoo-user] " Nikos Chantziaras
2 siblings, 1 reply; 7+ messages in thread
From: wraeth @ 2015-09-18 3:30 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 18/09/15 13:15, thelma@sys-concept.com wrote:
> My settings:
>
> make.conf. ... PORTDRI_OVERLAY="/usr/local/portage"
Did you mean PORTDIR_OVERLAY, or is there a typo in your make.conf?
- --
wraeth <wraeth@wraeth.id.au>
GnuPG Key: B2D9F759
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iF4EAREIAAYFAlX7hUMACgkQXcRKerLZ91mT+QD/XGw9yC2WZOLS2NiJyb/PlbKA
StDpSbNaO+pCnoDc1zoA/j5cTEzk1epQ9qic6oa2OkpNJRhBhOBo+nSbU/CCF31u
=EY2J
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage can not find local ebuild
2015-09-18 3:30 ` wraeth
@ 2015-09-18 3:41 ` thelma
2015-09-18 4:05 ` thelma
0 siblings, 1 reply; 7+ messages in thread
From: thelma @ 2015-09-18 3:41 UTC (permalink / raw
To: gentoo-user
Thelma
On 09/17/2015 09:30 PM, wraeth wrote:
> On 18/09/15 13:15, thelma@sys-concept.com wrote:
>> My settings:
>
>> make.conf. ... PORTDRI_OVERLAY="/usr/local/portage"
>
> Did you mean PORTDIR_OVERLAY, or is there a typo in your make.conf?
Hypo :-/ thanks.
Thelma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage can not find local ebuild
2015-09-18 3:41 ` thelma
@ 2015-09-18 4:05 ` thelma
0 siblings, 0 replies; 7+ messages in thread
From: thelma @ 2015-09-18 4:05 UTC (permalink / raw
To: Gentoo mailing list
On 09/17/2015 09:41 PM, thelma@sys-concept.com wrote:
>
>
> Thelma
>
> On 09/17/2015 09:30 PM, wraeth wrote:
>> On 18/09/15 13:15, thelma@sys-concept.com wrote:
>>> My settings:
>>
>>> make.conf. ... PORTDRI_OVERLAY="/usr/local/portage"
>>
>> Did you mean PORTDIR_OVERLAY, or is there a typo in your make.conf?
>
> Hypo :-/ thanks.
That suppose to be: Typo,
I have to buy bigger monitor.
Thelma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] portage can not find local ebuild
2015-09-18 3:15 [gentoo-user] portage can not find local ebuild thelma
2015-09-18 3:30 ` wraeth
@ 2015-09-18 5:15 ` Andrew Savchenko
2015-09-18 7:38 ` [gentoo-user] " Nikos Chantziaras
2 siblings, 0 replies; 7+ messages in thread
From: Andrew Savchenko @ 2015-09-18 5:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 822 bytes --]
Hi,
On Thu, 17 Sep 2015 21:15:38 -0600 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"
1. PORTDIR_OVERLAY
2. It is no longer used, overlays should be declared at repos.conf
these days.
> 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
You are missing local overlay description. Add to gentoo.conf
something like this:
[local]
priority = 100
location = /usr/local/portage
Best regards,
Andrew Savchenko
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: portage can not find local ebuild
2015-09-18 3:15 [gentoo-user] portage can not find local ebuild thelma
2015-09-18 3:30 ` wraeth
2015-09-18 5:15 ` Andrew Savchenko
@ 2015-09-18 7:38 ` Nikos Chantziaras
2015-09-18 17:11 ` thelma
2 siblings, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2015-09-18 7:38 UTC (permalink / raw
To: gentoo-user
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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Re: portage can not find local ebuild
2015-09-18 7:38 ` [gentoo-user] " Nikos Chantziaras
@ 2015-09-18 17:11 ` thelma
0 siblings, 0 replies; 7+ messages in thread
From: thelma @ 2015-09-18 17:11 UTC (permalink / raw
To: gentoo-user
On 09/18/2015 01:38 AM, Nikos Chantziaras wrote:
[snip]
>
> 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.
Good suggestion, thanks.
Thelma
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-09-18 17:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [gentoo-user] " Nikos Chantziaras
2015-09-18 17:11 ` thelma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox