Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31651 - emerge -upD world fails with traceback
Summary: emerge -upD world fails with traceback
Status: RESOLVED FIXED
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-10-21 00:23 UTC by Thomas Preissler
Modified: 2011-10-30 22:18 UTC (History)
0 users

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


Attachments
Traceback of "emerge -upD world" (traceback,587 bytes, text/plain)
2003-10-21 00:24 UTC, Thomas Preissler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Preissler 2003-10-21 00:23:10 UTC
"emerge -upD world" with portage-2.0.49-r13 fails. I never had this error 
before, it occurs shortly after updating to portage-2.0.49-r13. I already 
tried re-emerging portage, but it did not help. 

Reproducible: Always
Steps to Reproduce:
1. emerge -upD world 
Actual Results:  
Traceback, see attachment. 

Expected Results:  
If I correct line 846 in /usr/bin/emerge to 
 
  mycheck=portage.dep_check(depstring,self.mydbapi[myroot]) 
 
(w/o ",myuse=myuse") it looks like this: 
 
... 
Generating cache entry0: /usr/portage/net-misc/dhcp/dhcp-3.0_p2-r2.ebuild 
Generating cache entry0: /usr/portage/net-misc/dhcp/dhcp-3.0_p2.ebuild 
Generating cache entry0: 
/usr/portage/net-analyzer/arping/arping-1.06-r1.ebuild 
Generating cache entry0: 
/usr/portage/games-mud/gnome-mud/gnome-mud-0.10.1.ebuild 
 
And after a while, "emerge -upD world" works fine ;-)) and it shows me the 
expected results. 

Portage 2.0.49-r13-2 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.19) 
================================================================= 
System uname: 2.4.19 i686 AMD Duron(tm) Processor  
Gentoo Base System version 1.4.3.10 
ccache version 2.2 [enabled] 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -mcpu=i686 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb 
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs sandbox ccache digest keepwork fixpackages" 
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod 
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib 
directfb gtkhtml alsa gdbm berkdb slang readline arts tetex aalib nas bonobo 
svga ggi tcltk java guile mysql X sdl gpm tcpd pam libwww ssl perl python esd 
imlib oggvorbis gnome gtk qt kde motif opengl mozilla ldap cdr scanner acpi 
activefilter curl dvb dvd evo fbcon flash gb gd gd-external imap innodb ipv6 
jikes mbox mcal memlimit pic postgres samba sasl snmp socks5 tiff xchattext 
xml"
Comment 1 Thomas Preissler 2003-10-21 00:24:10 UTC
Created attachment 19569 [details]
Traceback of "emerge -upD world"
Comment 2 Thomas Preissler 2003-10-21 12:46:38 UTC
I just remerged the actual portage portage-2.0.49-r13 (-2), and now - everything
works fine.

Wow, but I do not know, why.
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2003-10-21 14:01:25 UTC
closing