From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI,RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from host217-35-27-48.in-addr.btopenworld.com ([217.35.27.48] helo=enterprise.kirks.net) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15lDm3-0000mT-00 for gentoo-dev@cvs.gentoo.org; Sun, 23 Sep 2001 12:14:39 -0600 Received: from patrick by enterprise.kirks.net with local (Exim 3.33 #1 (P Kirk)) id 15lDnm-0003oW-00 for ; Sun, 23 Sep 2001 19:16:26 +0100 From: P Kirk To: Gentoo Dev Message-ID: <20010923191626.A14644@enterprise> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: [gentoo-dev] First install having problems Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sun Sep 23 12:15:06 2001 X-Original-Date: Sun, 23 Sep 2001 19:16:26 +0100 X-Archives-Salt: c8529c0b-e73a-4dbd-8483-36b4df0f7dca X-Archives-Hash: 62d1e82f2f67ab3798d31a7c3f52f3a4 if x.has_key(mykey): Hi all, Installing from tbz and having problems. When I tried the first emerge rsync it appeared to work . But bootstrap got the following error. AttributeError: 'None' object has no attribute 'has_key' Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.0/portage.py", line 375, in __getitem__ if x.has_key(mykey): AttributeError: 'None' object has no attribute 'has_key' Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.0/portage.py", line 375, in __getitem__ if x.has_key(mykey): AttributeError: 'None' object has no attribute 'has_key' !!! Error: >=sys-apps/portage-1.6.6 does not exist or is an invalid command-line option. !!! Error: >=sys-apps/baselayout-1.6.2 does not exist or is an invalid command-l ine option.i Now if I try emerge rsync I get this: [/usr/portage]:[/usr/portage]: emerge rsync !!! Invalid token (not "=") python Traceback (most recent call last): File "/usr/sbin/emerge", line 212, in ? if not portage.settings.has_key("MAINTAINER"): File "/usr/lib/python2.0/portage.py", line 385, in has_key if x.has_key(mykey): AttributeError: 'None' object has no attribute 'has_key' I'm still in the chroot environment. Is there something I missed in the instructions? Thanks in advance, Patrick