Your message dated Wed, 11 Oct 2006 03:02:02 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392199: fixed in pybluez 0.9.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: pybluez
Version: 0.7.1-3
Severity: serious
Tags: patch

When building 'pybluez' on unstable, I get the following error:

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes 
-fPIC -I/usr/include/python2.4 -c bluez/btmodule.c -o 
build/temp.linux-x86_64-2.4/bluez/btmodule.o
In file included from bluez/btmodule.c:20:
bluez/btmodule.h:34: error: expected specifier-qualifier-list before 
'sdp_session_t'
bluez/btmodule.c: In function 'sock_close':
bluez/btmodule.c:718: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:719: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:721: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c: In function 'sock_dealloc':
bluez/btmodule.c:1331: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:1332: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:1334: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c: In function 'bt_sdp_advertise_service':
bluez/btmodule.c:2283: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:2358: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c: In function 'bt_sdp_stop_advertising':
bluez/btmodule.c:2414: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:2416: error: 'PySocketSockObject' has no member named 
'sdp_session'
bluez/btmodule.c:2418: error: 'PySocketSockObject' has no member named 
'sdp_session'
error: command 'gcc' failed with exit status 1
make: *** [build-stamp] Error 1

With the attached patch 'pybluez' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/pybluez-0.7.1/bluez/btmodule.h ./bluez/btmodule.h
--- ../tmp-orig/pybluez-0.7.1/bluez/btmodule.h  2006-05-03 23:05:30.000000000 
+0000
+++ ./bluez/btmodule.h  2006-10-10 17:37:29.000000000 +0000
@@ -4,6 +4,7 @@
 #include "Python.h"
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/sdp.h>
+#include <bluetooth/sdp_lib.h>
 #include <stdint.h>
 
 #ifdef __cplusplus


--- End Message ---
--- Begin Message ---
Source: pybluez
Source-Version: 0.9.1-1

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

pybluez_0.9.1-1.diff.gz
  to pool/main/p/pybluez/pybluez_0.9.1-1.diff.gz
pybluez_0.9.1-1.dsc
  to pool/main/p/pybluez/pybluez_0.9.1-1.dsc
pybluez_0.9.1.orig.tar.gz
  to pool/main/p/pybluez/pybluez_0.9.1.orig.tar.gz
python-bluez_0.9.1-1_powerpc.deb
  to pool/main/p/pybluez/python-bluez_0.9.1-1_powerpc.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.
Filippo Giunchedi <[EMAIL PROTECTED]> (supplier of updated pybluez 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.7
Date: Wed, 11 Oct 2006 11:44:21 +0200
Source: pybluez
Binary: python-bluez
Architecture: source powerpc
Version: 0.9.1-1
Distribution: unstable
Urgency: high
Maintainer: Debian Bluetooth <[EMAIL PROTECTED]>
Changed-By: Filippo Giunchedi <[EMAIL PROTECTED]>
Description: 
 python-bluez - Python wrappers around BlueZ for rapid bluetooth development
Closes: 392183 392199
Changes: 
 pybluez (0.9.1-1) unstable; urgency=high
 .
   [ Albert Huang ]
   * New upstream release
 .
   [ Filippo Giunchedi ]
   * this new release (closes: #392183, #392199, FTBFS/RC thus urgency=high)
Files: 
 34297358b74a018cc3e3aa03d85450b6 808 python optional pybluez_0.9.1-1.dsc
 3e7e951ea4e8433f3b80ef8c14d99c28 59145 python optional 
pybluez_0.9.1.orig.tar.gz
 389e41f8878f42908961ff016d3efa65 2771 python optional pybluez_0.9.1-1.diff.gz
 4988289d63cbf4370ef781c2c1e3ac18 95534 python optional 
python-bluez_0.9.1-1_powerpc.deb

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

iD8DBQFFLMBeABzeamt51AERAoO4AJ9ioQcFaoDtnIQ1Uj1Bz0L2r56+dwCffqyC
KrQj/QIUWD+z9P+f96Un4oU=
=i43u
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to