Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 161356

Summary: Traceback if none of the ebuilds have good digest values
Product: Portage Development Reporter: Petteri Räty (RETIRED) <betelgeuse>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS, REGRESSION
Priority: High    
Version: 2.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 162453    
Attachments: remove bogus __module__ attribute lookup

Description Petteri Räty (RETIRED) gentoo-dev 2007-01-10 17:16:24 UTC
superuser access would be required... adding --pretend to options.


These are the packages that would be merged, in order:

Calculating dependencies \!!! A file is not listed in the Manifest: '/usr/portage/app-misc/gallery-remote/gallery-remote-1.5.ebuild'
!!! A file is not listed in the Manifest: '/usr/portage/app-misc/gallery-remote/gallery-remote-1.5.ebuild'
!!! A file is not listed in the Manifest: '/usr/portage/app-misc/gallery-remote/gallery-remote-1.5.ebuild'
!!! A file is not listed in the Manifest: '/usr/portage/app-misc/gallery-remote/gallery-remote-1.5.ebuild'


!!! Problem in 'app-misc/freemind' dependencies.
!!! 'app-misc/gallery-remote-1.4.1-r3'Traceback (most recent call last):
  File "/usr/bin/emerge", line 5267, in <module>
    retval = emerge_main()
  File "/usr/bin/emerge", line 5262, in emerge_main
    myopts, myaction, myfiles, spinner)
  File "/usr/bin/emerge", line 4588, in action_build
    retval, favorites = mydepgraph.select_files(myfiles)
  File "/usr/bin/emerge", line 1468, in select_files
    print >> sys.stderr, "!!!", str(e), e.__module__
AttributeError: 'exceptions.KeyError' object has no attribute '__module__'


Reproducible: Always

Steps to Reproduce:




Portage 2.1.2_rc4-r7 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r3 i686)
=================================================================
System uname: 2.6.19-gentoo-r3 i686 Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
Gentoo Base System version 1.13.0_alpha11
Last Sync: Unknown
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.4, 2.5-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.19
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=nocona -pipe -fomit-frame-pointer"
DISTDIR="/var/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect cvs distlocks fixpackages java-strict parallel-fetch sandbox sfperms sign strict stricter userpriv usersandbox verify-rdepend"
GENTOO_MIRRORS=" http://trumpetti.atm.tut.fi/gentoo  http://lame.lut.fi/linux/gentoo "
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LDFLAGS="-Wl,--as-needed"
LINGUAS="fi"
MAKEOPTS="-j2"
PKGDIR="/home/pkg/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mnt/checkouts/overlays/betelgeuse"
SYNC="rsync://192.168.150.1:/portage"
USE="a52 aac acl acpi alsa arts audiofile bash-completion berkdb bitmap-fonts bluetooth bzip2 cairo cdb cddb cdparanoia cdr cli cracklib crypt cups dbus dlloader dri dts dvd dvdr dvdread emboss esd fam ffmpeg firefox gif gstreamer hal iconv isdnlog java jpeg kde kdeenablefinal kdehiddenvisibility libg++ logitech-mouse mad mikmod mjpeg mmx mp3 mpeg ncurses network nptl nptlonly nsplugin nvidia offensive ogg opengl pam pcre png ppds pppd qt3 quicktime readline real reflection rtc samba session spell spl sse sse2 ssl subversion svg symlink theora threads truetype truetype-fonts type1-fonts udev unicode usb userlocales vim-syntax vorbis x86 xcb xcomposite xinerama xml xorg xv xvid xvmc zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="mouse keyboard evdev" KERNEL="linux" LINGUAS="fi" USERLAND="GNU" VIDEO_CARDS="none nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2007-01-11 06:55:04 UTC
Created attachment 106496 [details, diff]
remove bogus __module__ attribute lookup

Please try again with this patch. It doesn't fix the real problem but at least we get to see the error.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-01-20 15:26:06 UTC
> Created an attachment (id=106496) [edit]
> remove bogus __module__ attribute lookup
> 
> Please try again with this patch. It doesn't fix the real problem but at least
> we get to see the error.
> 

A little better yeah:
!!! Problem in 'www-servers/tomcat:5.5' dependencies.
!!! 'dev-java/webgraph-1.7'
Traceback (most recent call last):
  File "/usr/bin/emerge", line 5270, in <module>
    retval = emerge_main()
  File "/usr/bin/emerge", line 5265, in emerge_main
    myopts, myaction, myfiles, spinner)
  File "/usr/bin/emerge", line 4596, in action_build
    retval, favorites = mydepgraph.select_files(myfiles)
  File "/usr/bin/emerge", line 1445, in select_files
    self.mysd = self.select_dep(myroot, myatom, arg=myarg)
  File "/usr/bin/emerge", line 1663, in select_dep
    alleb = portdb.xmatch("match-all", x)
  File "/usr/lib/portage/pym/portage.py", line 6040, in xmatch
    if self.aux_get(cpv, ["SLOT"])[0] == myslot]
  File "/usr/lib/portage/pym/portage.py", line 5791, in aux_get
    raise KeyError(mycpv)
KeyError: 'dev-java/webgraph-1.7'
Comment 3 Zac Medico gentoo-dev 2007-01-20 20:10:38 UTC
This is fixed in trunk r5735:5737.
Comment 4 Zac Medico gentoo-dev 2007-01-22 00:14:00 UTC
This has been released in 2.1.2-r2.