From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DMARC_REJECT, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from colossus.systems.pipex.net (colossus.systems.pipex.net [62.190.223.73]) by chiba.3jane.net (Postfix) with ESMTP id B493BAC5E0 for ; Tue, 25 Jun 2002 16:58:22 -0500 (CDT) Received: from localhost.golf (userdf195.dsl.pipex.com [62.190.229.195]) by colossus.systems.pipex.net (Postfix) with ESMTP id 9C8B11600017F for ; Tue, 25 Jun 2002 22:58:15 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by localhost.golf (Postfix) with ESMTP id 1A5404D72 for ; Tue, 25 Jun 2002 22:58:12 +0100 (BST) From: Tobias Quinn To: "gentoo-dev@gentoo.org" Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 22:58:11 +0100 Message-Id: <1025042292.22610.2.camel@golf> Mime-Version: 1.0 Subject: [gentoo-dev] portage 2.0.5 update failure Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: f443f92d-5aa2-4f13-9f23-645696f93fac X-Archives-Hash: f8eb2dcecd79b2b747175a28facb5978 Hi All, emerge world -u seems to be failing with the following error - I've tried emerge --clean rsync, emerge portage but nothing seems to stop this error occuring. Can anyone help? Cheers, Tobias. bash-2.05a# emerge world -u Calculating world dependencies Traceback (most recent call last): File "/usr/sbin/emerge", line 1202, in ? if not mydepgraph.syscreate(getworldlist()): File "/usr/sbin/emerge", line 319, in getworldlist if portage.db[portage.root]["porttree"].dep_match(x): File "/usr/lib/python2.2/site-packages/portage.py", line 2267, in dep_match mymatch=gvisible(visible(match(mydep,self.dbapi))) File "/usr/lib/python2.2/site-packages/portage.py", line 2222, in gvisible myaux=db["/"]["porttree"].dbapi.aux_get(mycpv, ["KEYWORDS"]) File "/usr/lib/python2.2/site-packages/portage.py", line 2552, in aux_get self.auxcache[mycpv][auxdbkeys[x]]=mylines[x][:-1] IndexError: list index out of range bash-2.05a#