Your message dated Fri, 12 Feb 2010 23:02:42 +0000
with message-id <[email protected]>
and subject line Bug#516799: fixed in moovida 1.0.9+bzr1614-1
has caused the Debian Bug report #516799,
regarding elisa crashes on startup (module object has no attribute Bus)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
516799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516799
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: elisa
Version: 0.5.28-1
Severity: grave
Justification: renders package unusable
Just upgraded my elisa install from unstable to the one in experimental.
Just to be sure I also did rm -rf ~/.elisa* but that didn't make a difference.
<type 'exceptions.AttributeError'>
Python 2.5.4: /usr/bin/python
Mon Feb 23 19:07:03 2009
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/bin/elisa in <module>()
5 from pkg_resources import load_entry_point
6
7 sys.exit(
8 load_entry_point('elisa==0.5.28', 'gui_scripts', 'elisa')()
9 )
load_entry_point = <function load_entry_point at 0x7faba8e97cf8>
/usr/lib/python2.5/site-packages/elisa/core/launcher.py in main()
378
379 def main():
380 Launcher().main(sys.argv)
381
382
global Launcher = <class 'elisa.core.launcher.Launcher'>
).main = <unbound method Launcher.main>
global sys = <module 'sys' (built-in)>
sys.argv = ['/usr/bin/elisa']
/usr/lib/python2.5/site-packages/elisa/core/launcher.py in
main(self=<elisa.core.launcher.Launcher object at 0x7faba8e486d0>,
argv=['/usr/bin/elisa'])
81 self.main_before_voodoo()
82 # from now on it's safe to import stuff
83 return self.main_after_voodoo(argv)
84
85 def setup_win_output_redirection(self):
self = <elisa.core.launcher.Launcher object at 0x7faba8e486d0>
self.main_after_voodoo = <bound method Launcher.main_after_voodoo of
<elisa.core.launcher.Launcher object at 0x7faba8e486d0>>
argv = ['/usr/bin/elisa']
/usr/lib/python2.5/site-packages/elisa/core/launcher.py in
main_after_voodoo(self=<elisa.core.launcher.Launcher object at 0x7faba8e486d0>,
argv=['/usr/bin/elisa'])
222 self.exit(2)
223
224 self.run_application()
225
226 def set_win_environment_after_voodoo(self):
self = <elisa.core.launcher.Launcher object at 0x7faba8e486d0>
self.run_application = <bound method Launcher.run_application of
<elisa.core.launcher.Launcher object at 0x7faba8e486d0>>
/usr/lib/python2.5/site-packages/elisa/core/launcher.py in
run_application(self=<elisa.core.launcher.Launcher object at 0x7faba8e486d0>)
349 from twisted.internet import reactor
350
351 application = Application(self.options)
352 common.set_application(application)
353
application undefined
Application = <class 'elisa.core.application.Application'>
self = <elisa.core.launcher.Launcher object at 0x7faba8e486d0>
self.options = {'files': (), 'fullscreen': 0, 'shell': 0, 'log'...
'unfullscreen': 0, 'rss': None, 'tracebacks': 0}
/usr/lib/python2.5/site-packages/elisa/core/application.py in
__init__(self=<elisa.core.application.Application object at 0x2b0c250>,
options={'files': (), 'fullscreen': 0, 'shell': 0, 'log'... 'unfullscreen': 0,
'rss': None, 'tracebacks': 0})
239 self.update_checker = None
240
241 self.bus = bus.Bus()
242
243 self.service_manager = service_manager.ServiceManager()
self = <elisa.core.application.Application object at 0x2b0c250>
self.bus undefined
global bus = <module 'elisa.core.bus' from
'/usr/lib/python2.5/site-packages/elisa/core/bus/__init__.pyc'>
bus.Bus undefined
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'Bus'
__class__ = <type 'exceptions.AttributeError'>
__delattr__ = <method-wrapper '__delattr__' of exceptions.AttributeError
object at 0x2b94758>
__dict__ = {}
__doc__ = 'Attribute not found.'
__getattribute__ = <method-wrapper '__getattribute__' of
exceptions.AttributeError object at 0x2b94758>
__getitem__ = <method-wrapper '__getitem__' of exceptions.AttributeError
object at 0x2b94758>
__getslice__ = <method-wrapper '__getslice__' of exceptions.AttributeError
object at 0x2b94758>
__hash__ = <method-wrapper '__hash__' of exceptions.AttributeError object
at 0x2b94758>
__init__ = <method-wrapper '__init__' of exceptions.AttributeError object
at 0x2b94758>
__new__ = <built-in method __new__ of type object at 0x726d00>
__reduce__ = <built-in method __reduce__ of exceptions.AttributeError
object at 0x2b94758>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.AttributeError
object at 0x2b94758>
__repr__ = <method-wrapper '__repr__' of exceptions.AttributeError object
at 0x2b94758>
__setattr__ = <method-wrapper '__setattr__' of exceptions.AttributeError
object at 0x2b94758>
__setstate__ = <built-in method __setstate__ of exceptions.AttributeError
object at 0x2b94758>
__str__ = <method-wrapper '__str__' of exceptions.AttributeError object at
0x2b94758>
args = ("'module' object has no attribute 'Bus'",)
message = "'module' object has no attribute 'Bus'"
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/usr/bin/elisa", line 8, in <module>
load_entry_point('elisa==0.5.28', 'gui_scripts', 'elisa')()
File "/usr/lib/python2.5/site-packages/elisa/core/launcher.py", line 380, in
main
Launcher().main(sys.argv)
File "/usr/lib/python2.5/site-packages/elisa/core/launcher.py", line 83, in
main
return self.main_after_voodoo(argv)
File "/usr/lib/python2.5/site-packages/elisa/core/launcher.py", line 224, in
main_after_voodoo
self.run_application()
File "/usr/lib/python2.5/site-packages/elisa/core/launcher.py", line 351, in
run_application
application = Application(self.options)
File "/usr/lib/python2.5/site-packages/elisa/core/application.py", line 241,
in __init__
self.bus = bus.Bus()
AttributeError: 'module' object has no attribute 'Bus'
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (300, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages elisa depends on:
ii elisa-plugins-bad 0.5.28-1 Elisa plugins from the "bad" set
ii elisa-plugins-good 0.5.28-1 Elisa plugins from the "good" set
ii python 2.5.2-3 An interactive high-level object-o
ii python-elisa 0.5.28-1 media center solution - Python lib
ii python-gst0.10 0.10.14-2 generic media-playing framework (P
ii python-pkg-resources 0.6c9-2 Package Discovery and Resource Acc
ii python-twisted-core 8.2.0-1 Event-based framework for internet
Versions of packages elisa recommends:
ii elisa-plugins-ugly 0.5.28-1 Elisa plugins from the "ugly" set
Versions of packages elisa suggests:
pn ipython <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: moovida
Source-Version: 1.0.9+bzr1614-1
We believe that the bug you reported is fixed in the latest version of
moovida, which is due to be installed in the Debian FTP archive:
elisa_1.0.9+bzr1614-1_all.deb
to main/m/moovida/elisa_1.0.9+bzr1614-1_all.deb
moovida_1.0.9+bzr1614-1.diff.gz
to main/m/moovida/moovida_1.0.9+bzr1614-1.diff.gz
moovida_1.0.9+bzr1614-1.dsc
to main/m/moovida/moovida_1.0.9+bzr1614-1.dsc
moovida_1.0.9+bzr1614-1_all.deb
to main/m/moovida/moovida_1.0.9+bzr1614-1_all.deb
moovida_1.0.9+bzr1614.orig.tar.gz
to main/m/moovida/moovida_1.0.9+bzr1614.orig.tar.gz
python-moovida_1.0.9+bzr1614-1_all.deb
to main/m/moovida/python-moovida_1.0.9+bzr1614-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul van Tilburg <[email protected]> (supplier of updated moovida package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 12 Feb 2010 22:24:10 +0100
Source: moovida
Binary: python-moovida moovida elisa
Architecture: source all
Version: 1.0.9+bzr1614-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages
<[email protected]>
Changed-By: Paul van Tilburg <[email protected]>
Description:
elisa - The Elisa media center application (transitional package)
moovida - The Moovida media center application
python-moovida - Python library for the Moovida media center application
Closes: 516799 533121 555337 567978
Changes:
moovida (1.0.9+bzr1614-1) unstable; urgency=low
.
* Upload to unstable (closes: #533121); first upload to unstable
with python-support (closes: #516799).
* New upstream release; pulled some extra revisions from the to include
some plugin fixes released after 1.0.9.
* debian/control:
- Dropped recommend on python-xdg, it is not used (closes: #567978).
- Bumped standards version to 3.8.4; no changes required.
- Added depend on python-configobj.
- Removed unnecessary buid-depend on python-dev.
- Removed XS-Python-Version and XB-Python-Version fields, they are not
used by python-support.
* debian/patches:
- Dropped 00_disable-plugin-updates.patch in favor of a new patch.
- Added 00_freeze-plugins-core.patch to make sure core parts are
never updated through the plugin registry/update system
(courtesy of MichaĆ Sawicz).
- Added 02_use-system-configobj.patch to force Moovida to use
the system-wide configobj module (closes: #555337).
* debian/README.Debian: spell checked and corrected.
Checksums-Sha1:
01a0bda7f8ee449f056829c3a20433ca2fdc84c5 1388 moovida_1.0.9+bzr1614-1.dsc
612abd4589cb5030a8314d14bb2e7e70df8a3970 483450
moovida_1.0.9+bzr1614.orig.tar.gz
25d04baeb1fb1dab3b381d92a86df90f17a4d637 18853 moovida_1.0.9+bzr1614-1.diff.gz
13ba9c238d104a268b86b4bc00f19c021bb24d01 475320
python-moovida_1.0.9+bzr1614-1_all.deb
56f66738bf518ed449d2b6a4fda105b2e872bc3d 62296 moovida_1.0.9+bzr1614-1_all.deb
5fc23501ef937318b42003964e0aca1a1777aa13 42276 elisa_1.0.9+bzr1614-1_all.deb
Checksums-Sha256:
b40d750656276e311eec5bfe0557fe3a27fb500e4b12ea6768ff2634e93fa569 1388
moovida_1.0.9+bzr1614-1.dsc
dea3a949e9ff450f994f982ffd02170ccddace8ab95d63eb52d92e70ade2a64f 483450
moovida_1.0.9+bzr1614.orig.tar.gz
6328eeb3891a7bb113672affe7c8109d765546a22b9a4921f25d5cce7b024c28 18853
moovida_1.0.9+bzr1614-1.diff.gz
756b339114fb626ca2c4fe2247f971dd853b9a332d44632d3376948a2488f306 475320
python-moovida_1.0.9+bzr1614-1_all.deb
3b10f191f12ee5fd8f064ffad5d009cd141b86dc0644307a8854f8e4a9b8d3aa 62296
moovida_1.0.9+bzr1614-1_all.deb
74163871292dc0811a4ceeccc66692c64de0932d3837e229e9148f9c602a607c 42276
elisa_1.0.9+bzr1614-1_all.deb
Files:
580aabcd53da5adb70b2813e7f73434d 1388 video optional
moovida_1.0.9+bzr1614-1.dsc
47ff9d56c2114dcd8830488c95fe0dff 483450 video optional
moovida_1.0.9+bzr1614.orig.tar.gz
d8c8aec5bb470b34999e902d5182a57e 18853 video optional
moovida_1.0.9+bzr1614-1.diff.gz
8c2feb28e7c05092781d50bdcb9fb514 475320 python optional
python-moovida_1.0.9+bzr1614-1_all.deb
b11845fc039f9ed196c48413d4050abb 62296 video optional
moovida_1.0.9+bzr1614-1_all.deb
7ce09f1c49765e8b32bdfc4f1cee2308 42276 video optional
elisa_1.0.9+bzr1614-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkt12CkACgkQJBBhylAGQYFllQCeKup0F/J0BOwN8WWkgYMQT7SG
kGMAniUvdWc1vKPkJCoq5TpmVGkww5Wq
=EBhE
-----END PGP SIGNATURE-----
--- End Message ---