Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126845 - equery depends bug.
Summary: equery depends bug.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 11:43 UTC by Luís Marques
Modified: 2006-06-19 20:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for package.py (gentoolkit.126845.patch,1.32 KB, patch)
2006-03-20 02:44 UTC, Paul Varner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Luís Marques 2006-03-19 11:43:53 UTC
There's a problem (maybe a weird behavor) with _last_ equery package. The problem is about equery depends <package>. Let's see an example:

dune drune # equery depends qt
[ Searching for packages depending on qt... ]
!!! aux_get(): ebuild path for 'app-emulation/emul-linux-x86-glibc-1000' not specified:
!!!            None
!!! aux_get(): ebuild path for 'dev-lang/python-2.3.5' not specified:
!!!            None
!!! aux_get(): ebuild path for 'app-misc/lirc-0.8.0_pre3' not specified:
!!!            None
!!! aux_get(): ebuild path for 'gnome-extra/libgda-1.0.3' not specified:
!!!            None
!!! aux_get(): ebuild path for 'media-sound/vorbis-tools-1.1.1-r1' not specified:
!!!            None
!!! aux_get(): ebuild path for 'app-shells/sash-3.7' not specified:
!!!            None
dev-python/sip-4.3.1
!!! aux_get(): ebuild path for 'net-irc/irssi-0.8.10-r1' not specified:
!!!            None
!!! aux_get(): ebuild path for 'media-plugins/bmp-mp4-20041215' not specified:
!!!            None
!!! aux_get(): ebuild path for 'media-plugins/bmp-infopipe-1.3' not specified:
!!!            None
!!! aux_get(): ebuild path for 'net-analyzer/libnasl-2.2.4' not specified:
!!!            None
!!! aux_get(): ebuild path for 'net-analyzer/nessus-plugins-2.2.4' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.12-r6' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.11-r1' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.14-r5' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.12-r9' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.12-r10' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.13-r3' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.13-r5' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.14-r2' not specified:
!!!            None
!!! aux_get(): ebuild path for 'sys-kernel/gentoo-sources-2.6.14-r6' not specified:
!!!            None


** It happens with _all_ packages i've tested. I'm running ~amd64, but i guess all systems are affected.

** emerge --info equery:

Portage 2.1_pre6-r4 (default-linux/amd64/2005.0, gcc-3.4.5, glibc-2.4-r1, 2.6.15-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre16
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.2-r1
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://darkstar.ist.utl.pt/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts cdr crypt cups dri dvd dvdread eds emboss encode foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde lzw lzw-tiff mp3 mpeg ncurses nls nptl nptlonly opengl pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts type1-fonts usb xpm xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-19 11:47:16 UTC
Please, don't restrict bugs. And yeah, this happens with every merged ebuild that is punted from the tree (latest gentoolkit). :/
Comment 2 Paul Varner (RETIRED) gentoo-dev 2006-03-20 02:44:30 UTC
Created attachment 82644 [details, diff]
Patch for package.py

This patch for /usr/lib/gentoolkit/pym/gentoolkit/package.py will revert the behavior to back to the behavior in gentoolkit-0.2.2_pre2.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-06-14 14:18:26 UTC
This still happens for portage-2.1 and gentoolkit-2.2? Tried bogus package names and also merged stuff after deleting its ebuilds (kdelibs) and no crash.
Comment 4 Paul Varner (RETIRED) gentoo-dev 2006-06-14 19:59:11 UTC
This should not still be happening with gentoolkit-0.2.2 since I reverted the changes that caused the problem. If you are seeing these errors please attach or post the command and the output from the command.
Comment 5 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-06-15 02:42:55 UTC
No, I was trying to say it doesn't happen (at least here) and so this bug probably doesn't have to be open anymore :)
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-06-15 03:51:03 UTC
(In reply to comment #5)
> No, I was trying to say it doesn't happen (at least here) and so this bug
> probably doesn't have to be open anymore :)

Clear as mud, huh? :P Nah, thanks. I can't reproduce it either w/ latest version, can be closed as FIXED. ;)
 

Comment 7 Paul Varner (RETIRED) gentoo-dev 2006-06-19 20:51:17 UTC
Released in gentoolkit-0.2.2