Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1469 - emerge system fails in installation process
Summary: emerge system fails in installation process
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 07:43 UTC by Mike W
Modified: 2011-10-30 22:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike W 2002-04-02 07:43:06 UTC
After running bootstrap.sh and everything installs fine, 'emerge --pretend 
system' barfs with the following python error: 
 
Calculating system dependencies 
Traceback (most recent call last): 
  File "/usr/bin/emerge", line 1023, in ? 
    mydepgraph.syscreate(getsyslist()) 
  File "/usr/bin/emerge", line 418, in syscreate 
    self.create(self.match(myline,mykey="syscreate1")) 
  File "/usr/bin/emerge", line 432, in match 
    myeb=portage.db[portage.root]["porttree"].dep_bestmatch(mydep2) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 1807, in 
dep_bestmatch 
    if not self.hasnode(mykey): 
  File "/usr/lib/python2.2/site-packages/portage.py", line 1571, in hasnode 
    myreskey=self.resolve_key(mykey) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 1522, in 
resolve_key 
    if len(self.tree[mykey])==0: 
KeyError: sys-apps/portage
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-02 08:50:35 UTC
portage has been upgraded.  Please try the following:

emerge --clean rsync
emerge portage
./bootstrap.sh

and let me know if the error recurs.
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-04-03 23:32:53 UTC
This has been fixed.