Gentoo Archives: gentoo-dev

From: lang@××××××.com
To: gentoo-dev@g.o
Subject: [gentoo-dev] portage broken
Date: Thu, 13 Jun 2002 11:37:33
Message-Id: 1087.63.204.248.62.1023985434.squirrel@dominion.tharin.com
1 > El jue, 13-06-2002 a las 05:59, Lang Hurst escribi=F3:
2 > > Good Day. I've posted my problem to both the gentoo-user list and to
3 > > the= forums on gentoo.org and while I've found several mentions of this
4 problem=
5 , I've yet to find a solution other than the M$ sounding "reinstall."
6 > >=20
7 > > emerge is broken on my system (XFS, 2.4.19-gentoo-r5). It seems to be
8 > > so=mething with python, but I really don't know enough about gentoo, or
9 really=
10 python either, to track it down.
11 > >=20
12 > > emerge rsync WORKS
13 > > emerge -s [package] WORKS
14 > > emerge [package] errors out everytime with:
15 > >=20
16 > > ValueError: invalid literal for long():=20
17 > >=20
18 > Can you send me your make.conf?
19 >
20 > Thx...
21 >
22 > Happy gentooing!!=20
23
24 #> grep -v "^#" /etc/make.conf
25
26 GENTOO_MIRRORS="http://www.ibiblio.org/gentoo"
27 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
28
29 USE="pda ssl vorbis mmx 3dfx voodoo -gnome -kde -arts"
30
31 CHOST="i686-pc-linux-gnu"
32 CFLAGS="-march=i686 -O3 -pipe"
33 CXXFLAGS="-march=i686 -O3 -pipe"
34
35 Pretty straightforward make.conf. Everything seems to compile with no
36 problems. Frustrating.