Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34157 - emerge -up world fails with traceback error
Summary: emerge -up world fails with traceback error
Status: RESOLVED DUPLICATE of bug 31901
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-22 22:36 UTC by Kevyn Shortell (RETIRED)
Modified: 2011-10-30 22:22 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 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 ***