Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28295 - emerge with option U fails
Summary: emerge with option U fails
Status: RESOLVED FIXED
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-09-09 14:26 UTC by Tim Rädisch
Modified: 2011-10-30 22:19 UTC (History)
1 user (show)

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 Tim Rädisch 2003-09-09 14:26:11 UTC
Hi! 
 
Since the last portage-update emerge with the option updates-only does not work. 
 
"emerge -pU ..." or "emerge -kbu ..."  works, but not "emerge -kbU ...:" 

Reproducible: Always
Steps to Reproduce:
1.emerge -kbU --deep world 
2. 
3. 
Actual Results:  
root@gandalf /home/tim> emerge -kbU --deep world 
>>> --upgradeonly implies --update... adding --update to options. 
Calculating world dependencies \Traceback (most recent call last): 
  File "/usr/bin/emerge", line 2023, in ? 
    if not mydepgraph.xcreate(myaction): 
  File "/usr/bin/emerge", line 963, in xcreate 
    if not self.create(myk): 
  File "/usr/bin/emerge", line 684, in create 
    if not self.select_dep("/",mydep["/"],myparent=mp): 
  File "/usr/bin/emerge", line 842, in select_dep 
    cand=self.is_newer_ver_installed(myroot,x,myeb) 
  File "/usr/bin/emerge", line 760, in is_newer_ver_installed 
    myslot=portage.portdb.aux_get(pkgver,["SLOT"])[0] 
  File "/usr/lib/python2.2/site-packages/portage.py", line 3464, in aux_get 
    mydbkey=dbcachedir+"/"+mycpv 
TypeError: cannot concatenate 'str' and 'NoneType' objects 
 

Expected Results:  
Updating the System 

Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.1-r2,2.3.2-r1, 2.6.0-test4) 
================================================================= 
System uname: 2.6.0-test4 i686 AMD Athlon(tm) XP 1700+ 
distcc 2.9 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="no" 
CFLAGS="-mcpu=athlon-xp -O3 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/archiv/distfiles" 
FEATURES="sandbox ccache autoaddcvs" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/archiv/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/archiv/portage.local" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="oss apm gpm libg++ mad mikmod ncurses nls zlib gdbm berkdb slang svga 
tcltk sdl tcpd libwww motif acpi alsa apache2 arts avi -bonobo cdr crypt cups dvd 
encode flash foomaticdb freetds -gb gd gif -gnome -gtk imap imlib ipv6 java jpeg kde 
ldap lirc mmx mozilla mpeg mysql nhc98 oggvorbis opengl pam pdflib perl png python 
qt quicktime readline samba scanner spell ssl tetex tiff truetype usb videos wmf X xml 
xml2 xmms xv x86"
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-12-24 14:28:02 UTC
Old issue.