Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34207 - emerge world -p crashes with AttributeError
Summary: emerge world -p crashes with AttributeError
Status: RESOLVED DUPLICATE of bug 31901
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 10:54 UTC by Michaelian Ennis
Modified: 2011-10-30 22:21 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 Michaelian Ennis 2003-11-23 10:54:15 UTC
with Portage 2.0.49-r15

emerge world -p

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'


Reproducible: Always
Steps to Reproduce:
1.emerge world -p or
2.emerge -p world 

Actual Results:  
AttributeError: vartree instance has no attribute 'invalidentry'


Expected Results:  
A list of package to be updated.

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-gentoo-
r5)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium Pro
Gentoo Base System version 1.4.3.10p1
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentiumpro -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-
loops -frerun-loop-opt -frerun-cse-after-loop -falign-functions=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/confi
g /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentiumpro -O3 -pipe -fforce-addr -fomit-frame-pointer -
funroll-loops -frerun-loop-opt -frerun-cse-after-loop -falign-functions=4"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm arts crypt gif imlib jpeg libwww motif mpeg ncurses nls pdflib png 
qt quicktime sdl spell truetype xml2 zlib gdbm slang readline tcpd pam ssl perl 
python emacs ethereal mysql openssh pcap php snmp sse tiff -oss -avi -cups -
encode -foomaticdb -gtk -java -kde -gnome -libg++ -mad -mikmod -oggvorbis -
opengl -X -xmms -xv -berkdb -svga -gpm"
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-11-23 11:18:29 UTC

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