Your message dated Tue, 8 Sep 2009 11:58:29 -0700
with message-id <[email protected]>
and subject line Re: Bug#545725: kismet: FTBFS with GCC 4.4
has caused the Debian Bug report #545725,
regarding kismet: FTBFS with GCC 4.4
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.)


-- 
545725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545725
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kismet
Severity: normal
Tags: patch

kismet FTBFS with GCC 4.4.

Attaching a patch to solve this.


-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-backports'), (500, 'jaunty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Prevent FTBFS with GCC 4.4.
Author: Alessio Treglia <[email protected]>
Index: kismet-2008-05-R1/macaddr.h
===================================================================
--- kismet-2008-05-R1.orig/macaddr.h	2009-09-08 20:27:37.794961344 +0200
+++ kismet-2008-05-R1/macaddr.h	2009-09-08 20:28:11.790961464 +0200
@@ -73,7 +73,7 @@
 			longmac |= (uint64_t) bs_in[5] << ((MAC_LEN - 5 - 1) * 8);
 
             // If it has a mask component, get that
-            char *in_mask = strchr(in, '/');
+            const char *in_mask = strchr(in, '/');
             if (in_mask != NULL) {
                 longmask = 0;
 

--- End Message ---
--- Begin Message ---
On Tue, Sep 08, 2009 at 08:42:17PM +0200, Alessio Treglia wrote:
> Package: kismet
> Severity: normal
> Tags: patch

> kismet FTBFS with GCC 4.4.

> Attaching a patch to solve this.

This patch is wrong.  The bug is in gcc-4.4 / eglibc.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to