Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113761 - media-sound/albumart does not find qt python module
Summary: media-sound/albumart does not find qt python module
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-27 22:46 UTC by Daevid Vincent
Modified: 2006-10-01 22:02 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 Daevid Vincent 2005-11-27 22:46:28 UTC
I installed the ebuild for albumart (1.3.1) and tried run it and got this 
error: 
 
locutus ~ # albumart-qt 
Traceback (most recent call last): 
  File "/usr/bin/albumart-qt", line 45, in ? 
    from qt import * 
ImportError: No module named qt 
 
so I unmasked as I saw there is a newer version 1.5.0. I installed that and 
now I get an even scarier message: 
 
locutus ~ # albumart-qt 
Traceback (most recent call last): 
  File "/usr/bin/albumart-qt", line 145, in ? 
    sys.exit(runGui()) 
  File "/usr/bin/albumart-qt", line 77, in runGui 
    import albumart_dialog 
  File "/usr/lib/albumart/albumart_dialog.py", line 24, in ? 
    from qt import * 
ImportError: No module named qt 
 
also, I think the ebuild in portage is still out of date as I went to his 
site: 
http://louhi.kempele.fi/~skyostil/projects/albumart/albumart-1_6_0.blog/ 
and notice that 1.6.0 has an ebuild listed but this page doesn't have any 
mention of it: 
http://packages.gentoo.org/search/?sstring=albumart 
 

Reproducible: Always
Steps to Reproduce:
1. emerge 
2. type 'albumart-qt' at prompt 
3. behold the glorious error barf on the screen 
 
Actual Results:  
the shit barfed all over the screen 

Expected Results:  
it should have fired up a nice pretty xwindow. 
 
also, if some module 'qt' is needed, then the ebuild dependencies should have 
installed that too.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-28 00:40:54 UTC
Version bump is Bug 96713.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-02 04:31:42 UTC
You're missing emerge info. 
Did you update from Python 2.3 to Python 2.4? Run python-updater? 
 
Comment 3 Daevid Vincent 2005-12-04 20:09:31 UTC
emerge --info
Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.2.3-r6, 2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
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
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages keepwork parallel-fetch
sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/
http://gentoo.mirrors.tds.net/gentoo http://gentoo.chem.wisc.edu/gentoo/
ftp://213.186.33.38/gentoo-distfiles/"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acl acpi alsa apm arts audiofile avi berkdb bitmap-fonts bzip2
cdr crypt curl eds emboss encode esd evo exif expat fam flac foomaticdb fortran
gd gdbm ggi gif glut gmp gnome gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6
java jpeg kde lcms libg++ libwww mad mhash mikmod mmx mng motif mozilla mp3 mpeg
mysql ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl oss pam pcmcia pcre
pda pdflib perl png python qt quicktime readline recode ruby samba sdl slang
spell sse ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts udev usb
vhosts vorbis wifi xine xml2 xmms xv xvid zlib linguas_en userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 4 Daevid Vincent 2005-12-04 20:31:35 UTC
(In reply to comment #2)
> Did you update from Python 2.3 to Python 2.4? Run python-updater? 

# python-updater
 * Logging disabled due to permissions
 * Starting Python Updater from 2.3 to 2.4 :
 * Searching for packages with files in /usr/lib/python2.3 /usr/lib32/python2.3
/usr/lib64/python2.3 ..
   Adding to list: dev-python/PyQt-3.13
   Adding to list: media-libs/musicbrainz-2.0.2-r2
 * Calculating Upgrade Package List ..
 * Re-ordering packages to merge ..
 * Preparing to merge these packages in this order:
   dev-python/PyQt-3.13
   media-libs/musicbrainz-2.0.2-r2
 * Starting to merge (1/2) dev-python/PyQt-3.13 ..

PyQT fails and I get this bug:
http://bugs.gentoo.org/show_bug.cgi?id=10703
*sigh*
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2006-01-03 11:38:35 UTC
(In reply to comment #2)
> You're missing emerge info. 
> Did you update from Python 2.3 to Python 2.4? Run python-updater? 

I have found quite a few cases (scons, cute - maybe un/stable status related) when python-updater did not catch the relevant package and updates it accordindly. I'm not sure if this plays a role here, too.

(In reply to comment #4)
> PyQT fails and I get this bug:
> http://bugs.gentoo.org/show_bug.cgi?id=10703
> *sigh*

I doubt this is the bug you wanted to point, to. Probably the best is, you wait for bug 117246 or take the step locally, if you can't wait. I don't think that version 1.3.1 will work, due to some PyQt change, so it's probably time to mark 1.5.0 stable.
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2006-01-05 12:25:19 UTC
The relevant ebuilds are stable on x86, do they work for you, Daevid?
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-01 22:02:03 UTC
Please answer, reopen if it's still an issue.