Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 34157

Summary: emerge -up world fails with traceback error
Product: Portage Development Reporter: Kevyn Shortell (RETIRED) <trance>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kevyn Shortell (RETIRED) gentoo-dev 2003-11-22 22:36:48 UTC
In running emerge -up world I get the following traceback error:

These are the packages that I would merge, in order:
  
 Calculating world dependencies ...done!
 Traceback (most recent call last):
   File "/usr/bin/emerge", line 2133, in ?
     mydepgraph.display(mydepgraph.altlist())
   File "/usr/bin/emerge", line 1103, in display
     elif (not "--emptytree" in myopts) and
portage.db[x[1]]["vartree"].exists_specific_cat(x[2]):
   File "/usr/lib/python2.2/site-packages/portage.py", line 3469, in
exists_specific_cat
     self.invalidentry(self.root+"var/db/pkg/"+a[0]+"/"+x)
 AttributeError: vartree instance has no attribute 'invalidentry'
 
portage version: 2.0.49-r15



Reproducible: Always
Steps to Reproduce:




System is a iBook G3/500 running ~ppc config.
Comment 1 SpanKY gentoo-dev 2003-11-22 23:35:00 UTC

*** This bug has been marked as a duplicate of 31901 ***