Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15360 - emerge traceback
Summary: emerge traceback
Status: RESOLVED DUPLICATE of bug 15217
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-09 00:41 UTC by Richard Garand
Modified: 2011-10-30 22:18 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 Richard Garand 2003-02-09 00:41:23 UTC
While emerging kde-i18n-3.1 as part of emerge -u world, I got a traceback. It seems to 
be right after the package was merged - when I ran emerge -u world again to try to 
reproduce it, it continued with the next package. The output ended with: 
 
>>> /usr/share/doc/kde-i18n-3.1-r1/ 
>>> /usr/share/doc/kde-i18n-3.1-r1/README.gz 
>>> /usr/share/doc/kde-i18n-3.1-r1/COPYING.gz 
Traceback (most recent call last): 
  File "/usr/bin/emerge", line 1595, in ? 
    mydepgraph.merge(mydepgraph.altlist()) 
  File "/usr/bin/emerge", line 939, in merge 
    retval=portage.doebuild(y,"merge",myroot,edebug) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 1339, in doebuild 
    return 
merge(settings["CATEGORY"],settings["PF"],settings["D"],settings["BUILDDIR"]+"/build-info",myroot,myebuild=settings["EBUILD"]) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 1458, in merge 
    return mylink.merge(pkgloc,infloc,myroot,myebuild) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 3956, in merge 
    return self.treewalk(mergeroot,myroot,inforoot,myebuild) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 3685, in treewalk 
    self.mergeme(srcroot,destroot,outfile,None,secondhand,cfgfiledict,mymtime) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 3797, in mergeme 
    mymtime=movefile(mysrc,mydest,thismtime,mystat) 
  File "/usr/lib/python2.2/site-packages/portage.py", line 1444, in movefile 
    os.utime(dest,(newmtime,newmtime)) 
OSError: [Errno 2] No such file or directory: 
'/usr/kde/3.1/share/doc/HTML/af/kicker-applets/common' 

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.



Portage 2.0.46-r11 (default-x86-1.4, gcc-3.2.2, glibc-2.2.5-r2,2.3.1-r3) 
================================================================= 
System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) Processor 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
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" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="/usr/local/portage" 
USE="x86 apm cups encode libg++ mikmod nls xmms zlib gtkhtml gdbm berkdb slang 
bonobo svga java guile esd oggvorbis gtk ldap cdr scanner 3dnow mmx X opengl dga 
xv fbcon kde qt qtmt arts -gnome motif tcltk imlib ncurses readline sdl gif jpeg png tiff 
gd avi mpeg quicktime oss ipv6 pam ssl crypt tcpd mozilla mozirc spell truetype xml 
xml2 pdflib tetex perl python libwww lib++ mysql postgres innodb samba doc gpm dvd 
ethereal usb" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-tbird -m3dnow -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=athlon-tbird -m3dnow -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-02-09 05:45:17 UTC
We've had a rogue rsync mirror with -r11 on it.
It's not current, and we're remedied the problem.
Please rsync and update to portage-2.0.46-r12.
Comment 2 SpanKY gentoo-dev 2003-02-09 16:02:19 UTC
wrangler 
Comment 3 SpanKY gentoo-dev 2003-02-09 16:02:24 UTC

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