Gentoo Archives: gentoo-dev

From: KRimminal <krimminal@××.ro>
To: "Sven Köhler" <skoehler@×××.de>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [BUG] portage broken after emerge sync
Date: Wed, 07 Apr 2004 18:23:12
Message-Id: 40744710.7080307@go.ro
In Reply to: [gentoo-dev] [BUG] portage broken after emerge sync by "Sven Köhler"
1 Sven Köhler wrote:
2
3 > hi,
4 >
5 > i downloaded the latest stage3 tarball and tried to download the
6 > portage by doing "emerge sync". i got the error below, so i used a
7 > portage-snapshot for a while, and now retried to sync. i still get the
8 > same error. what's wrong?
9 >
10 > it seems that myportapi is None, but i couldn't figure out why :-(
11 > i could have submitted that to Bugzilla, but this is really urgent.
12 >
13 > here's the stack-trace:
14 >
15 > >>> Updating Portage cache... ...done!
16 >
17 > Traceback (most recent call last):
18 > File "/usr/bin/emerge", line 2250, in ?
19 > reload(portage)
20 > File "/usr/lib/portage/pym/portage.py", line 6128, in ?
21 > settings.regenerate() # XXX: Regenerate use after we get a vartree
22 > -- GLOBAL
23 > File "/usr/lib/portage/pym/portage.py", line 1392, in regenerate
24 >
25 > self.configdict["auto"]["USE"]=autouse(db[root]["vartree"],use_cache=use_cache)
26 >
27 > File "/usr/lib/portage/pym/portage.py", line 1121, in autouse
28 >
29 > myresult=dep_check(mydep,myvartree.dbapi,None,use="no",use_cache=use_cache)
30 >
31 > File "/usr/lib/portage/pym/portage.py", line 3309, in dep_check
32 > mylist=flatten(dep_listcleanup(dep_zapdeps(mysplit,mysplit2)))
33 > File "/usr/lib/portage/pym/portage.py", line 3052, in dep_zapdeps
34 > myresult=dep_zapdeps(unreduced[x],reduced[x])
35 > File "/usr/lib/portage/pym/portage.py", line 3038, in dep_zapdeps
36 > elif myportapi.match(x):
37 > AttributeError: 'NoneType' object has no attribute 'match'
38 >
39 > emerge info:
40 > impossible, only get error-message above
41 >
42 >
43 > --
44 > gentoo-dev@g.o mailing list
45 >
46 >
47 try to emerge portage;
48 maybe the reinstall will 'cure it'
49 if that doesn't work, try looking through your use flags.
50
51 --
52 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] [BUG] portage broken after emerge sync Norberto Bensa <norberto+gentoo-dev@×××××××××.cx>