Your message dated Thu, 19 Jun 2008 14:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474729: fixed in coherence 0.5.6-1
has caused the Debian Bug report #474729,
regarding python-coherence: media_renderer.py doesn't import os.
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.)


-- 
474729: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474729
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: python-coherence
Version: 0.5.2-1
Severity: important
Tags: patch


The file 
/usr/lib/python2.4/site-packages/coherence/upnp/devices/media_renderer.py uses 
os.path,
but doesn't import "os" beforehand.

A patch is attached ;)

Franklin


Enabling DNLA/UPnp in Rhythmbox typically produce the error message
(quoted mainly for googlers):
> WARN  coherence                   Apr 07 14:44:42  Coherence UPnP framework 
> version 0.5.2 starting... (coherence/base.py:165)
> WARN  webserver                   Apr 07 14:44:42  WebServer on port 60182 
> ready (coherence/base.py:103)
> WARN  rb_media_renderer           Apr 07 14:44:42  __init__ RhythmboxPlayer 
> {'shell': <rb.Shell object at 0x93ccdc4 (RBShell at 0x8194020)>, 
> 'no_thread_needed': True, 'icon': {'url': 'file:///home/fpiat/.face', 
> 'mimetype': 'image/png', 'depth': '24', 'height': '96', 'width': '96'}} 
> (coherence/MediaPlayer.py:33)
> WARN  rb_media_renderer           Apr 07 14:44:42  get_volume 1.0 
> (coherence/MediaPlayer.py:357)
> Unhandled error in Deferred:
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/twisted/internet/gtk2reactor.py", 
> line 216, in simulate
>     self.runUntilCurrent()
>   File "/usr/lib/python2.4/site-packages/twisted/internet/base.py", line 561, 
> in runUntilCurrent
>     call.func(*call.args, **call.kw)
>   File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 
> 239, in callback
>     self._startRunCallbacks(result)
>   File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 
> 304, in _startRunCallbacks
>     self._runCallbacks()
> --- <exception caught here> ---
>   File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", line 
> 317, in _runCallbacks
>     self.result = callback(self.result, *args, **kw)
>   File "/usr/lib/python2.4/site-packages/louie/plugin.py", line 103, in called
>     return receiver(*args, **kw)
>   File 
> "/usr/lib/python2.4/site-packages/coherence/upnp/devices/media_renderer.py", 
> line 233, in init_complete
>     icons=self.icons))
>   File 
> "/usr/lib/python2.4/site-packages/coherence/upnp/devices/media_renderer.py", 
> line 129, in __init__
>     ET.SubElement(i, k).text = '/'+uuid[5:]+'/'+os.path.basename(v)
> exceptions.NameError: global name 'os' is not defined
> WARN  rb_coherence_plugin         Apr 07 14:44:43  found upnp server 
> Rhythmbox on 192.168.0.20 
> (uuid:e71991be-7a85-47a5-a5bf-d19d9335fce1::upnp:rootdevice) 
> (coherence/__init__.py:144)
> WARN  coherence                   Apr 07 14:45:01  Coherence UPnP framework 
> shutdown (coherence/base.py:322)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-coherence depends on:
ii  python                        2.4.4-6    An interactive high-level object-o
ii  python-celementtree           1.0.5-9    Light-weight toolkit for XML proce
ii  python-central                0.6.1      register and build utility for Pyt
ii  python-configobj              4.4.0-2    a simple but powerful config file 
ii  python-ctypes                 1.0.2-2    Python package to create and manip
ii  python-elementtree            1.2.6-11   Light-weight toolkit for XML proce
ii  python-gst0.10                0.10.11-1  generic media-playing framework (P
ii  python-louie                  1.1-1      Python signal dispatching mechanis
ii  python-pkg-resources          0.6c8-2    Package Discovery and Resource Acc
ii  python-twisted-core           2.5.0-2    Event-based framework for internet
ii  python-twisted-web            0.7.0-1    An HTTP protocol implementation to
ii  python-zopeinterface          3.3.1-5    The implementation of interface de

python-coherence recommends no packages.

-- no debconf information
--- /usr/lib/python2.4/site-packages/coherence/upnp/devices/media_renderer.py~	2008-04-07 14:46:16.000000000 +0200
+++ /usr/lib/python2.4/site-packages/coherence/upnp/devices/media_renderer.py	2008-04-07 14:46:21.000000000 +0200
@@ -20,6 +20,7 @@
 from coherence.upnp.devices.basics import BasicAVMixin
 
 import louie
+import os
 
 from coherence import log
 

--- End Message ---
--- Begin Message ---
Source: coherence
Source-Version: 0.5.6-1

We believe that the bug you reported is fixed in the latest version of
coherence, which is due to be installed in the Debian FTP archive:

coherence_0.5.6-1.diff.gz
  to pool/main/c/coherence/coherence_0.5.6-1.diff.gz
coherence_0.5.6-1.dsc
  to pool/main/c/coherence/coherence_0.5.6-1.dsc
coherence_0.5.6.orig.tar.gz
  to pool/main/c/coherence/coherence_0.5.6.orig.tar.gz
python-coherence_0.5.6-1_all.deb
  to pool/main/c/coherence/python-coherence_0.5.6-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.
Arnaud Quette <[EMAIL PROTECTED]> (supplier of updated coherence 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: Thu, 12 Jun 2008 16:49:04 +0200
Source: coherence
Binary: python-coherence
Architecture: source all
Version: 0.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Quette <[EMAIL PROTECTED]>
Changed-By: Arnaud Quette <[EMAIL PROTECTED]>
Description: 
 python-coherence - Python UPnP framework
Closes: 474729 485592
Changes: 
 coherence (0.5.6-1) unstable; urgency=low
 .
   * New upstream release (Closes: #474729)
   * debian/control:
     - allow Depends on python2.5 or python2.4 (Closes: #485592)
     - update Standards-Version to 3.8.0
Checksums-Sha1: 
 9700008f7b591e485e54c5c6f859820968a15fa3 1109 coherence_0.5.6-1.dsc
 542fc07b4ffda7b19709519be1a5efc0ff4b083a 235098 coherence_0.5.6.orig.tar.gz
 24339a161102c576818f9fc79bcf575aca64b122 2523 coherence_0.5.6-1.diff.gz
 645ba297485119c37b6d1df15cfef7f0f7cb84ab 238080 
python-coherence_0.5.6-1_all.deb
Checksums-Sha256: 
 0ce712d5e766ad5e5ec2e9e58a6e4af0e316f5cc11e8a739175ab98c039ca2d9 1109 
coherence_0.5.6-1.dsc
 3a6577d32579ef81f57d7b21b66d26c54fba9235f6fb5800e810c73c7055d310 235098 
coherence_0.5.6.orig.tar.gz
 260d3a140d73f048ea3fafd67a32cb970c4c2539b47b1579976195a735ac0d0e 2523 
coherence_0.5.6-1.diff.gz
 c93ed8bd5add7ad65dbf3d60b22a71ff55844a0998091c7732d0739404f84cfd 238080 
python-coherence_0.5.6-1_all.deb
Files: 
 056df929a8be0420eec05e8677db2e24 1109 python optional coherence_0.5.6-1.dsc
 d59c213e039457e8ae02ac77d40decdd 235098 python optional 
coherence_0.5.6.orig.tar.gz
 00c1aecbe4b37236b6d28f078f157e01 2523 python optional coherence_0.5.6-1.diff.gz
 e45e733ca629fb8496888623798cd302 238080 python optional 
python-coherence_0.5.6-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIWm1n22QUyiBN3xsRAmqZAJ40C/FBSZ2ik8EReHl6Yrpj14+X/QCfV79H
waOzns3iCnTbA/LwfkgL4J0=
=hzzd
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-utopia-maintainers

Reply via email to