From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MBVPB-0008N6-VK for garchives@archives.gentoo.org; Tue, 02 Jun 2009 14:55:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70427E04C7; Tue, 2 Jun 2009 14:55:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48592E04C7 for ; Tue, 2 Jun 2009 14:55:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E1C2665D22 for ; Tue, 2 Jun 2009 14:55:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.497 X-Spam-Level: X-Spam-Status: No, score=-3.497 required=5.5 tests=[AWL=0.102, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id esawTRbIfSjN for ; Tue, 2 Jun 2009 14:55:46 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 97B8F64F7B for ; Tue, 2 Jun 2009 14:55:45 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MBVOs-0007oo-V9 for gentoo-user@gentoo.org; Tue, 02 Jun 2009 14:55:38 +0000 Received: from athedsl-374955.home.otenet.gr ([79.131.16.169]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jun 2009 14:55:38 +0000 Received: from realnc by athedsl-374955.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Jun 2009 14:55:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: /usr/local/portage/profiles/repo_name Date: Tue, 02 Jun 2009 17:55:47 +0300 Organization: Lucas Barks Message-ID: References: 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: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-374955.home.otenet.gr User-Agent: Thunderbird 2.0.0.21 (X11/20090429) In-Reply-To: Sender: news X-Archives-Salt: f0451cdf-7b0b-46f1-bed6-7661a5d77e45 X-Archives-Hash: e1d23ddf91a88264a10156f6a15ba3da James wrote: > Hello, > > > Upon routine update of one gentoo system, I get this > error message: > > WARNING: One or more repositories have missing repo_name entries: > /usr/local/portage/profiles/repo_name > NOTE: Each repo_name entry should be a plain text file containing a > unique name for the repository on the first line. > > > So looking in /etc/make.conf I see this entry: > source /usr/portage/local/layman/make.conf > > > Obviously there is a miss-match? > > > I have no "/usr/local/portage/profiles" directory. > I have not used the overlays (layman or Sunrise) > for some time, so maybe I need to read up on > how to set these up, as to keep current? > > > Any suggestions are most welcome. With the new layman version, everything moved from /usr/portage/local/layman to /usr/local/portage/layman. You will need to either mv the directory or reconfigure to use the old location.