Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324143 - hamster-applet-2.30.1 fail to run after install due to missing dependency
Summary: hamster-applet-2.30.1 fail to run after install due to missing dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 15:11 UTC by Frank
Modified: 2010-06-15 16:41 UTC (History)
0 users

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


Attachments
Fixed hamster-applet ebuild including pyxdg (hamster-applet-2.30.1.ebuild,1.41 KB, text/plain)
2010-06-15 15:12 UTC, Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2010-06-15 15:11:09 UTC
The current ebuild is missing a pyxdg RDEPEND dependency. Fixed ebuild will be provided in a second.

Reproducible: Always

Steps to Reproduce:
1. emerge -C pyxdg
2. emerge -DuvN hamster-applet
3. hamster-standalong

Actual Results:  
raceback (most recent call last):
  File "/usr/bin/hamster-standalone", line 33, in <module>
    from hamster.configuration import conf, runtime, dialogs
  File "/usr/lib/python2.6/site-packages/hamster/configuration.py", line 31, in <module> 
    from xdg.BaseDirectory import xdg_data_home
ImportError: No module named xdg.BaseDirectory

Expected Results:  
hamster starts
Comment 1 Frank 2010-06-15 15:12:42 UTC
Created attachment 235425 [details]
Fixed hamster-applet ebuild including pyxdg
Comment 2 Pacho Ramos gentoo-dev 2010-06-15 16:41:13 UTC
+  15 Jun 2010; Pacho Ramos <pacho@gentoo.org> hamster-applet-2.30.1.ebuild:
+  Add RDEPEND on dev-python/pyxdg as reported by Frank in bug 324143.

Also reported to upstream as they should add a configure check for this
https://bugzilla.gnome.org/show_bug.cgi?id=621666