Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34729 - emerge -u -p world fails with a python error
Summary: emerge -u -p world fails with a python error
Status: RESOLVED DUPLICATE of bug 31901
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-29 15:35 UTC by Spicer T. Matthews
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 Spicer T. Matthews 2003-11-29 15:35:49 UTC
When I type the command below i get the error shown.  If I just do a emerge -u
world it works, however I have no idea what I am upgrading.  This has been
happening for like a month now. I have upgraded portage in hopes of correcting this.


rager root # emerge -u -p world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 2200, in ?
    mydepgraph.display(mydepgraph.altlist())
  File "/usr/bin/emerge", line 1105, in display
    elif (not "--emptytree" in myopts) and
portage.db[x[1]]["vartree"].exists_specific_cat(x[2]):
  File "/usr/lib/portage/pym/portage.py", line 3480, in exists_specific_cat
    self.invalidentry(self.root+"var/db/pkg/"+a[0]+"/"+x)
AttributeError: vartree instance has no attribute 'invalidentry'
rager root # 


thanks for your time.

~spicer

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

Actual Results:  
see details


rager root # emerge info
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-gentoo-r8
            )
=================================================================
System uname: 2.4.20-gentoo-r8 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-tbird -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1
            /share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/alias /var/qm             ail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon-tbird -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
            x/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rampage.matthews-etc.com/gentoo-portage"
USE="X aalib apm arts avi berkdb bonobo cdr crypt cups dga encode esd foomaticdb
             gdbm gif gnome gpm gtk gtkhtml guile imlib jpeg kde libg++ libwww
m0ozilla mad              mikmod motif mozilla mpeg ncurses nls oggvorbis opengl
oss pam pdflib perl png p             pds python qt quicktime readline samba
scanner sdl slang spell ssl svga tcltk tc             pd tiff truetype usb x86
xinerama xml2 xmms xv zlib"

rager root #
Comment 1 SpanKY gentoo-dev 2003-11-29 17:03:10 UTC

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