Your message dated Wed, 20 Apr 2011 03:32:08 +0000
with message-id <e1qco9a-0000nv...@franck.debian.org>
and subject line Bug#623420: fixed in bluez-hcidump 2.0-3
has caused the Debian Bug report #623420,
regarding bluez-hcidump:FTBFS: /usr/include/bluetooth/bluetooth.h:185:24: note: 
previous definition of 'ntoh64' was here
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 ow...@bugs.debian.org
immediately.)


-- 
623420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bluez-hcidump
Version: 2.0-2
Severity: serious
Tags: patch

Hi,

bluez-hcidump FTBFS on current unstable.

-----

#   source='src/hcidump.c' object='src/hcidump.o' libtool=no
gcc -DHAVE_CONFIG_H -I.     -g -O2 -g -O2 -Wall -c -o src/hcidump.o
src/hcidump.c
src/hcidump.c:54:24: error: redefinition of 'ntoh64'
/usr/include/bluetooth/bluetooth.h:185:24: note: previous definition
of 'ntoh64' was here
make[2]: *** [src/hcidump.o] Error 1

-----

This problem already revised in git repository.
  
http://git.kernel.org/?p=bluetooth/bluez-hcidump.git;a=commit;h=95ea4ff5c9c7dbda2f3faaef4e5cd46d542a48c8

Please check your package.

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
From 95ea4ff5c9c7dbda2f3faaef4e5cd46d542a48c8 Mon Sep 17 00:00:00 2001
From: Anderson Lizardo <anderson.liza...@openbossa.org>
Date: Fri, 18 Mar 2011 15:10:19 -0400
Subject: [PATCH] Fix compilation against latest BlueZ

BlueZ now has ntoh64()/hton64() functions in bluetooth.h, therefore the
hcidump local copy is not necessary.
---
 src/hcidump.c |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/hcidump.c b/src/hcidump.c
index af086c7..2023130 100644
--- a/src/hcidump.c
+++ b/src/hcidump.c
@@ -50,22 +50,6 @@
 #include "parser/parser.h"
 #include "parser/sdp.h"
 
-#if __BYTE_ORDER == __LITTLE_ENDIAN
-static inline uint64_t ntoh64(uint64_t n)
-{
-	uint64_t h;
-	uint64_t tmp = ntohl(n & 0x00000000ffffffff);
-	h = ntohl(n >> 32);
-	h |= tmp << 32;
-	return h;
-}
-#elif __BYTE_ORDER == __BIG_ENDIAN
-#define ntoh64(x) (x)
-#else
-#error "Unknown byte order"
-#endif
-#define hton64(x) ntoh64(x)
-
 #define SNAP_LEN 	HCI_MAX_FRAME_SIZE
 #define DEFAULT_PORT	"10839";
 
-- 
1.7.4.1


--- End Message ---
--- Begin Message ---
Source: bluez-hcidump
Source-Version: 2.0-3

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

bluez-hcidump_2.0-3.diff.gz
  to main/b/bluez-hcidump/bluez-hcidump_2.0-3.diff.gz
bluez-hcidump_2.0-3.dsc
  to main/b/bluez-hcidump/bluez-hcidump_2.0-3.dsc
bluez-hcidump_2.0-3_amd64.deb
  to main/b/bluez-hcidump/bluez-hcidump_2.0-3_amd64.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 623...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu <iwama...@debian.org> (supplier of updated bluez-hcidump 
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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 20 Apr 2011 11:46:43 +0900
Source: bluez-hcidump
Binary: bluez-hcidump
Architecture: source amd64
Version: 2.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Bluetooth Maintainers 
<pkg-bluetooth-maintain...@lists.alioth.debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Description: 
 bluez-hcidump - Analyses Bluetooth HCI packets
Closes: 623420
Changes: 
 bluez-hcidump (2.0-3) unstable; urgency=low
 .
   * Update debian/rules.
     include patchsys-quilt.mk.
   * Update debian/control.
     Add quilt to Build-Depends.
   * Fix build with latest bluez (Closes: #623420).
     Add patches/0001-Fix-compilation-against-latest-BlueZ.patch.
     Cherry-picked from upstream/95ea4ff5c9c7dbda2f3faaef4e5cd46d542a48c8.
Checksums-Sha1: 
 50f3d2e2fcfff01133c53103cf73be29c6b0fcfa 2004 bluez-hcidump_2.0-3.dsc
 f8a3e536fbfa9088eddeee62513d94209a4b2836 4775 bluez-hcidump_2.0-3.diff.gz
 a2be39d9370a32a82d2a53e3eab0d413f35d0196 96694 bluez-hcidump_2.0-3_amd64.deb
Checksums-Sha256: 
 3d9749ed9dda37fa37d6d95a496286035ba9f5490d3546ad113332290dc15452 2004 
bluez-hcidump_2.0-3.dsc
 9365e489294c21609b9933acd72638f6f201e6eee40a77382165643e0e6bb20d 4775 
bluez-hcidump_2.0-3.diff.gz
 d1331260882e8a01166348053309cec86ccbd77ed308556827c342afa8710b18 96694 
bluez-hcidump_2.0-3_amd64.deb
Files: 
 9c3d754ecbc5c716177f2a94c65c1737 2004 admin extra bluez-hcidump_2.0-3.dsc
 609e6639ba049c90d0a03150320145d4 4775 admin extra bluez-hcidump_2.0-3.diff.gz
 dfbd6a19f64992535e2fc0ffff976228 96694 admin extra 
bluez-hcidump_2.0-3_amd64.deb

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

iQIcBAEBCAAGBQJNrk5YAAoJEDIkf7tArR+mlQEP/j30ue37/4b3DvDbPCtZcp35
moWcrQw3Sl+N+RnRll/dUHsqm7jPcYootoj9TYsaxcDvjsW7pOTQpkrYJ+RfvlLK
t9Hj0BWyzcXPauJ2Y2Dyr9VgozWI91MqsS9Sjxtl83RJAXLBaZQiNWfQxd/VCMze
mjPa6oOPDa6iRNMWWgaFHjnvJlwm8ALPIEpQQO/0ZGMkFWJU6RgheLag0VW/adK+
Jkkhm6LeCmLbiSrJVJuYZFChRjW17XwJZKhLt+D8sswJHt3dzNOV8oI2sKIWmknU
tMjSKq6qSc4Seo1qWhXgOLAG9rbbFdT3UEgtJKa6Dt7wj40mMO3O8jTyhpk9mqyr
eeYnQh00yYwan19wve1O+a1h/ddyDk0Sq0mqXKaoqM+wZV06vkOQnSzNfGpnMRVi
UNoaICVmG0Sj70Opz5Nj1CVHmKj1r84qknsj66u36xaDloPknNb4XzMPYk/Ur9lg
a55Qbbgn90uv7fAK0vIBIeQgchOdzH6I126emOL9EuSF8zVtGh+Xs8dOY0uOwEYI
zsrLT1s3Pdm7xIkI/1vJKew+ZcvEvrCqpqTc7kiNSpTWV109+grnofkL8dqIZ3Ee
NTyIO/wupuZC0rEnPgq1BkaZpg3wqRYo5O4gNKL6O/6V479cYvApQb1ekIHrKRVx
kZPTSTMAzKY28ieOz4n+
=xT2O
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to