Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] [BUG] portage broken after emerge sync KRimminal <krimminal@××.ro>