[Python-modules-team] Bug#569300: python-geoclue: Missing build dependency on python-dbus and python-gobject
Michael Bienia
geser at ubuntu.com
Thu Feb 11 11:00:03 UTC 2010
Package: python-geoclue
Version: 0.1.0-1
Severity: normal
Hello,
trying to build python-geoclue in Ubuntu lucid fails because of missing
build dependency on python-dbus and python-gobject.
,----[ http://launchpadlibrarian.net/39018948/buildlog_ubuntu-lucid-i386.python-geoclue_0.1.0-1_FAILEDTOBUILD.txt.gz ]-
| /usr/bin/fakeroot debian/rules clean
| dh clean
| dh_testdir
| dh_auto_clean
| Traceback (most recent call last):
| File "setup.py", line 5, in <module>
| import Geoclue
| File "/build/buildd/python-geoclue-0.1.0/Geoclue/__init__.py", line 17, in <module>
| from Base import *
| File "/build/buildd/python-geoclue-0.1.0/Geoclue/Base.py", line 21, in <module>
| import dbus
| ImportError: No module named dbus
| dh_auto_clean: python setup.py clean -a returned exit code 1
| make: *** [clean] Error 1
`----
After installing python-dbus it failed with:
,----
| debian/rules clean
| dh clean
| dh_testdir
| dh_auto_clean
| Traceback (most recent call last):
| File "setup.py", line 5, in <module>
| import Geoclue
| File "/tmp/buildd/python-geoclue-0.1.0/Geoclue/__init__.py", line 17, in <module>
| from Base import *
| File "/tmp/buildd/python-geoclue-0.1.0/Geoclue/Base.py", line 23, in <module>
| import gobject
| ImportError: No module named gobject
| dh_auto_clean: python setup.py clean -a returned exit code 1
| make: *** [clean] Error 1
`----
After install python-gobject too it finally build.
Michael
More information about the Python-modules-team
mailing list