Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115737 - TypeError in "emerge" during emerge -e world.
Summary: TypeError in "emerge" during emerge -e world.
Status: RESOLVED DUPLICATE of bug 103564
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 23:02 UTC by Chris Fairles
Modified: 2005-12-16 01:57 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 Chris Fairles 2005-12-15 23:02:43 UTC
This was probably the third instance of an emerge -e world run breaking due to
the actual "emerge" app. This is during a complete system upgrade to ~x86 and
gcc4.0.2 (emerge -e system already completed without error).

-- !empty dir /usr/share/man
--- !empty dir /usr/share/doc/colordiff-1.0.5-r2
--- !empty dir /usr/share/doc
--- !empty dir /usr/share
--- !empty dir /usr/bin
--- !empty dir /usr
--- !empty dir /etc
>>> original instance of package unmerged safely.
>>> Regenerating /etc/ld.so.cache...
>>> app-misc/colordiff-1.0.5-r2 merged.
 
>>> clean: No packages selected for removal.
 
>>> emerge (55 of 383) net-misc/dhcp-3.0.3-r1 to /
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3204, in ?
    mydepgraph.merge(portage.mtimedb["resume"]["mergelist"])
  File "/usr/bin/emerge", line 1897, in merge
    emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Cleaning
("+x[pkgindex]+"::"+y+")", short_msg=short_msg)
TypeError: cannot concatenate 'str' and 'NoneType' objects


Reproducible: Sometimes
Steps to Reproduce:
1. emerge -e world
2.
3.

Actual Results:  
emerge breaks with TypeError

Expected Results:  
all apps recompiled without user intervention

Portage 2.0.53 (default-linux/x86/2005.1, gcc-4.0.2, glibc-2.3.6-r1,
2.6.14-nitro2 i686)
=================================================================
System uname: 2.6.14-nitro2 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System version 1.12.0_pre11
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo
http://mirror.datapipe.net/gentoo http://mirror.datapipe.net/gentoo
http://mirrors.acm.cs.rpi.edu/gentoo/ ftp://gentoo.risq.qc.ca"
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 X a52 aac acpi alsa apache2 audiofile avi bash-completion berkdb
bitmap-fonts browserplugin bzip2 cdr crypt cscope cups curl divx4linux dvd dvdr
emacs emboss encode exif expat fam ffmpeg fftw firefox flac foomaticdb fortran
ftp gd gdbm gif ginac glut glx gmp gpm gstreamer gtk gtk2 guile hal idn
imagemagick imlib java javascript jpeg jpeg2k kerberos lcms ldap libg++ libwww
mad mhash mikmod mjpeg mmx mng motif mp3 mpeg msn mysql ncurses netboot nis nntp
nptl nptlonly nsplugin ogg oggvorbis openal opengl oss pam pcmcia pdflib perl
png posix ppds pthreads python qt quicktime readline real samba sdl sharedmem
smp snmp spell sse ssl svga tcltk tcpd tetex threads tiff transcode truetype
truetype-fonts type1-fonts udev usb v4l v4l2 vcd verbose vorbis wifi win32codecs
wxwindows xine xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-16 01:57:41 UTC

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