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 8B3B1AC660 for ; Thu, 13 Jun 2002 11:37:33 -0500 (CDT) Received: from tharin.com (localhost [127.0.0.1]) by dominion.tharin.com (Postfix) with SMTP id 9EACF1066DB for ; Thu, 13 Jun 2002 09:23:54 -0700 (PDT) Received: from 63.204.248.62 (SquirrelMail authenticated user lang) by dominion.tharin.com with HTTP; Thu, 13 Jun 2002 09:23:54 -0700 (PDT) Message-ID: <1087.63.204.248.62.1023985434.squirrel@dominion.tharin.com> Date: Thu, 13 Jun 2002 09:23:54 -0700 (PDT) Subject: [gentoo-dev] portage broken 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 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: 8d68d4ed-d441-443f-8d0c-dc40f3e634e7 X-Archives-Hash: 75e5ff6429f17c1f408f966bf1a67bad > El jue, 13-06-2002 a las 05:59, Lang Hurst escribi=F3: > > Good Day. I've posted my problem to both the gentoo-user list and to > > the= forums on gentoo.org and while I've found several mentions of this problem= , I've yet to find a solution other than the M$ sounding "reinstall." > >=20 > > emerge is broken on my system (XFS, 2.4.19-gentoo-r5). It seems to be > > so=mething with python, but I really don't know enough about gentoo, or really= python either, to track it down. > >=20 > > emerge rsync WORKS > > emerge -s [package] WORKS > > emerge [package] errors out everytime with: > >=20 > > ValueError: invalid literal for long():=20 > >=20 > Can you send me your make.conf? > > Thx... > > Happy gentooing!!=20 #> grep -v "^#" /etc/make.conf GENTOO_MIRRORS="http://www.ibiblio.org/gentoo" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="pda ssl vorbis mmx 3dfx voodoo -gnome -kde -arts" CHOST="i686-pc-linux-gnu" CFLAGS="-march=i686 -O3 -pipe" CXXFLAGS="-march=i686 -O3 -pipe" Pretty straightforward make.conf. Everything seems to compile with no problems. Frustrating.