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.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from dominion.tharin.com (unknown [64.130.203.13]) by chiba.3jane.net (Postfix) with ESMTP id 0A635ABD5A for ; Thu, 13 Jun 2002 17:26:52 -0500 (CDT) Received: from tharin.com (localhost [127.0.0.1]) by dominion.tharin.com (Postfix) with SMTP id D22B71066DB for ; Thu, 13 Jun 2002 15:13:18 -0700 (PDT) Received: from 63.204.248.62 (SquirrelMail authenticated user lang) by dominion.tharin.com with HTTP; Thu, 13 Jun 2002 15:13:18 -0700 (PDT) Message-ID: <1089.63.204.248.62.1024006398.squirrel@dominion.tharin.com> Date: Thu, 13 Jun 2002 15:13:18 -0700 (PDT) From: To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: [gentoo-dev] emerge broken 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 Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 9f637b29-7db8-4bc9-b725-94bf925d85a9 X-Archives-Hash: dfbd988808f0aa72980d7b1cb1231d79 OK, no one has been able to offer a solution to my problem with emerge erroring out with: >>> Merging sys-apps/portage-1.9.13 to / Traceback (most recent call last): File "/usr/bin/emerge", line 1242, in ? mydepgraph.merge(mydepgraph.altlist()) File "/usr/bin/emerge", line 619, in merge retval=portage.doebuild(y,"merge",myroot,edebug) File "/var/tmp/portage/portage-1.9.13/image//usr/lib/python2.2/site-packages/portage.py",line 1102, in doebuild return merge(settings["CATEGORY"],settings["PF"],settings["D"],settings["BUILDDIR"]+"/build-info",myroot,myebuild=settings["EBUILD"]) File "/var/tmp/portage/portage-1.9.13/image//usr/lib/python2.2/site-packages/portage.py",line 1354, in merge mylink.merge(pkgloc,infloc,myroot,myebuild) File "/var/tmp/portage/portage-1.9.13/image//usr/lib/python2.2/site-packages/portage.py",line 3180, in merge self.treewalk(mergeroot,myroot,inforoot,myebuild) File "/var/tmp/portage/portage-1.9.13/image//usr/lib/python2.2/site-packages/portage.py",line 2858, in treewalk packagecounter=long(globalcounterfile.readline()) ValueError: invalid literal for long(): With any package I try to emerge. I really don't want to reinstall, just don't have a lot of time. Does anyone know offhand if untarring the stage3 tarball over my current / directory will do evil things to my system? It's just a shot in the dark, but I'm thinking it might get things in working order, then re emerge the handfull of apps that I use. Any comments on this plan?