Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60164 - Python traceback during last phase of merging portage-2.0.51_pre17
Summary: Python traceback during last phase of merging portage-2.0.51_pre17
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-12 12:02 UTC by Danny van Dyk (RETIRED)
Modified: 2004-08-13 06:06 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 Danny van Dyk (RETIRED) gentoo-dev 2004-08-12 12:02:36 UTC
This is what i get when emerging sys-apps/portage-2.0.51_pre17

"...
 * Checking //var/lib/portage for bad/illegal files:

 * Feature additions are noted in help and make.conf descriptions.

 * Update configs using 'etc-update' please. Maintaining current configs
 * for portage and other system packages is fairly important for the
 * continued health of your system.

 * NOTICE: There have been changes in the location of some internal files
 *         to better match the FHS. The changes do not directly affect users
 *         but please be advised that changing between versions of portage
 *         with and without these changes may introduce some inconsistencies
 *         in package data regarding 'world' and 'virtuals' (provides).

 *         /var/cache/edb/world has moved to /var/lib/portage/world
 *         with a convenience symlink at /etc/portage/sets/world

 *         /var/cache/edb/virtuals has been deprecated and is now calculated
 *         on demand. Strictly _USER_ modifications to virtuals may go into
 *         /etc/portage/virtuals and will never be modified by portage.

Recalculating the counter... Counter updated successfully.
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.3/py_compile.py", line 115, in compile
    f = open(file, 'U')
IOError: [Errno 2] No such file or directory: '/usr/lib/portage/pym/portage_dep.py'
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "/usr/lib/python2.3/py_compile.py", line 115, in compile
    f = open(file, 'U')
IOError: [Errno 2] No such file or directory: '/usr/lib/portage/pym/portage_dep.py'
ccache
 * Caching service dependencies..."

However, portage works fine, even with above error.
phi xorg-x11 # emerge info
Portage 2.0.50-r7 (default-amd64-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 x86_64 4
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe -ftracer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /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="-march=k8 -O2 -pipe -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs livecvsportage"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://sigma/gentoo-portage"
USE="X aalib alsa amd64 apm arts artswrappersuid avi berkdb cdr crypt cups directfb dvb dvd dvdr encode esd f77 foomaticdb freetype gdbm ggi gif gpm gtk gtk2 guile imlib ipv6 java jpeg kde ldap libg++ libwww mad mikmod motif mozilla moznocompose moznoirc mpeg multilib mysql nas ncurses nls nogcj oggvorbis opengl oss pam pdflib perl plotutils png python qt qt-mt quicktime readline sdl slang spell ssl tcltk tcpd tetex truetype type1 v4l wmf wxwindows xml2 xmms xosd xv zlib"
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2004-08-13 06:06:10 UTC
The settings up of CVS portage should be done before emerging portage with FEATURES="livecvsportage"