Your message dated Thu, 03 May 2007 05:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410403: fixed in kismet 2007-01-R1b-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: kismet
Version: 2007-01-R1b-1
Severity: serious

Hi,

Your package is failing to build on 64 bit arches.  It generates lots of
warnings, and in the middle it has an error:
gpsmap.cc:2249: error: cast from 'void*' to 'int' loses precision

You can't cast a pointer to an int, since it's not the same size.

About the warnings:
You have some warnings in this style:
finitestate.cc:228: warning: format '%llx' expects type 'long long unsigned int
', but argument 5 has type 'long unsigned int'

That should say "%lx"
finitestate.cc:228: warning: format '%llx' expects type 'long long unsigned int
', but argument 6 has type 'uint64_t'

For this you can include <inttypes.h> and then use PRIx64 which will
expand to "%llx" or "%lx"


gpsmap.cc:1029: warning: format '%d' expects type 'int', but argument 3 has 
type 'size_t'

That should be "%zd"

It also has warnings about redefining PACKAGE_*, but I wonder why
magick-config.h defines those.

Please look at the build log for all warnings:
http://buildd.debian.org/fetch.cgi?pkg=kismet;ver=2007-01-R1b-1;arch=amd64;stamp=1170885194


Kurt



--- End Message ---
--- Begin Message ---
Source: kismet
Source-Version: 2007-01-R1b-1.1

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

kismet_2007-01-R1b-1.1.diff.gz
  to pool/main/k/kismet/kismet_2007-01-R1b-1.1.diff.gz
kismet_2007-01-R1b-1.1.dsc
  to pool/main/k/kismet/kismet_2007-01-R1b-1.1.dsc
kismet_2007-01-R1b-1.1_alpha.deb
  to pool/main/k/kismet/kismet_2007-01-R1b-1.1_alpha.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.
Steve Langasek <[EMAIL PROTECTED]> (supplier of updated kismet 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, 02 May 2007 16:41:43 -0700
Source: kismet
Binary: kismet
Architecture: source alpha
Version: 2007-01-R1b-1.1
Distribution: unstable
Urgency: low
Maintainer: Francois Gurin <[EMAIL PROTECTED]>
Changed-By: Steve Langasek <[EMAIL PROTECTED]>
Description: 
 kismet     - Wireless 802.11b monitoring tool
Closes: 410403
Changes: 
 kismet (2007-01-R1b-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * 0-day alpha porter NMU.
   * Drop an unused 'thread_status' variable whose only function is to
     prevent the package from building on 64-bit architectures. ;)
     Closes: #410403.
Files: 
 66f3508d009c98544b054fd58ee1afef 762 net optional kismet_2007-01-R1b-1.1.dsc
 6110df9ac674780ef452ead0df745442 19863 net optional 
kismet_2007-01-R1b-1.1.diff.gz
 ff94ce63691e9abf3d80ab712535531a 1045322 net optional 
kismet_2007-01-R1b-1.1_alpha.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGOV6SKN6ufymYLloRAgSQAJ9PiIi/AMe9AdQTVu1r2Fsf0XxJ6ACglS5x
7lNE8bzXiWQ5L+gUFHuYJi0=
=MmO+
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to