From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A3BF139B2A for ; Fri, 18 Sep 2015 05:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DEB221C05C; Fri, 18 Sep 2015 05:15:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DB0621C039 for ; Fri, 18 Sep 2015 05:15:49 +0000 (UTC) Received: from localhost (unknown [185.31.165.68]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bircoph) by smtp.gentoo.org (Postfix) with ESMTPSA id C8C0C340686 for ; Fri, 18 Sep 2015 05:15:45 +0000 (UTC) Date: Fri, 18 Sep 2015 08:15:28 +0300 From: Andrew Savchenko To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] portage can not find local ebuild Message-Id: <20150918081528.fc1bedd916ed15777eb61ccf@gentoo.org> In-Reply-To: <55FB81DA.2040501@sys-concept.com> References: <55FB81DA.2040501@sys-concept.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.20; i686-pc-linux-gnu) 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 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA512"; boundary="Signature=_Fri__18_Sep_2015_08_15_28_+0300_lV_xf5O6OP/_MIZ8" X-Archives-Salt: fefc5292-df46-4fad-907c-fdec7e1c3629 X-Archives-Hash: daa4e04d8d5982a90adf78c0ec5ce74c --Signature=_Fri__18_Sep_2015_08_15_28_+0300_lV_xf5O6OP/_MIZ8 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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? >=20 > emerge -avq nxclient >=20 > emerge: there are no ebuilds to satisfy "nxclient". >=20 > My settings: >=20 > make.conf. > ... > PORTDRI_OVERLAY=3D"/usr/local/portage" 1. PORTDIR_OVERLAY 2. It is no longer used, overlays should be declared at repos.conf these days. =20 > cat /etc/portage/repos.conf/gentoo.conf > [DEFAULT] > main-repo =3D gentoo >=20 > [gentoo] > location =3D /usr/portage > sync-type =3D rsync > sync-uri =3D rsync://192.168.139.7/gentoo-portage You are missing local overlay description. Add to gentoo.conf something like this: [local] priority =3D 100 location =3D /usr/local/portage Best regards, Andrew Savchenko --Signature=_Fri__18_Sep_2015_08_15_28_+0300_lV_xf5O6OP/_MIZ8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJV+53wAAoJEPZTWjO6HuSNQBoP/3rq5CS0jL5W5vAUxWvmm9pn 0/xGvWRMPje9lwUmTT2cXBwRQKGIF84b1H5MDOy0BSee15WvQ0vddAb+fzd2h11H DLvXBCc2HFEBSAPC7SNjNObFegP1nkgs8r4bsdEZlUthDo6vwI+FGFjoY0mNwL+l NXW3oocQdwMQfB4+HjOQJ9fuIh4l+vSn8qtyqiEJaJj/1T3iAmjTVIBq0DduYOOK X5iOAio4TI0iPkACaXPVJqBsoShmgrIITzcXMdQi0roX7FifCeqiosR6FD9EPmj6 2ibcudjs3GytpndWM7NvmoKkB0jbcp5VjP/zB1K9da6Coh5glhrl4f2zCkK9pEdK Q8sDf+NnWGRI/dg7+GPBUpkllnfjzFlWe6QkGxl8VkO6+aJP55V8q6G6dm51Z6Gd r54ROU5N+yOqzHcRhDj8zr313q9u0HsTaBTtaid5N1OEC4cXaWMRi9o0tbfykk6x BTMjYuyGaXOI41PrTHO/5MexMuZkJTSA4sgFE/ac62ZfeHjrhS7P+hBRLjpMoF// XxitR8pishL45qvs7h+BtVgT+6vqmiAZKWPxwHUHtk0+Si1Uwp8G811M/NZsIzKS qJE/TevvzAvzCc1/RvWON4B9vX/QWq8b8iKyefCDK2p8JS5WM4KoiPbDR8YGornN muj1JUMGemN4z29IJKSq =tII/ -----END PGP SIGNATURE----- --Signature=_Fri__18_Sep_2015_08_15_28_+0300_lV_xf5O6OP/_MIZ8--