Your message dated Sat, 03 Nov 2007 19:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417224: fixed in guessnet 0.43-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: guessnet
Version: 0.42-1
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of guessnet_0.42-1 on coconut0 by sbuild/ia64 0.49
...
> IFace.cc:468: warning: type qualifiers ignored on function return type
> g++ -DHAVE_CONFIG_H -I. -I.. -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD 
> -DHAVE_NET_ETHERNET_H -I/usr/include/boost-1_33_1/   
> -DSCRIPTDIR=\"/usr/share/guessnet/test\" -DCOMPILE_TESTSUITE    -g -Wall -O2 
> -c -o Environment.o Environment.cc
> Environment.cc: In function 'void fatal_error(const char*, ...)':
> Environment.cc:64: error: 'exit' was not declared in this scope
> make[3]: *** [Environment.o] Error 1
> make[3]: Leaving directory `/build/tbm/guessnet-0.42/src'

--- tests/test-iface.cc~        2007-04-01 20:54:18.000000000 +0000
+++ tests/test-iface.cc 2007-04-01 20:54:24.000000000 +0000
@@ -1,6 +1,7 @@
 #include "Environment.h"
 #include "IFace.h"
 
+#include <cstdlib>
 #include <stdio.h>
 
 static void printConfig(const char* tag, IFace& iface)
--- src/Environment.cc~ 2007-04-01 20:50:13.000000000 +0000
+++ src/Environment.cc  2007-04-01 20:50:29.000000000 +0000
@@ -29,6 +29,7 @@
 
 #include "Environment.h"
 
+#include <cstdlib>
 #include <stdio.h>
 #include <stdarg.h>
 

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: guessnet
Source-Version: 0.43-1

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

guessnet_0.43-1.dsc
  to pool/main/g/guessnet/guessnet_0.43-1.dsc
guessnet_0.43-1.tar.gz
  to pool/main/g/guessnet/guessnet_0.43-1.tar.gz
guessnet_0.43-1_amd64.deb
  to pool/main/g/guessnet/guessnet_0.43-1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Enrico Zini <[EMAIL PROTECTED]> (supplier of updated guessnet 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: Sat, 03 Nov 2007 19:34:56 +0100
Source: guessnet
Binary: guessnet
Architecture: source amd64
Version: 0.43-1
Distribution: experimental
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini <[EMAIL PROTECTED]>
Description: 
 guessnet   - Guess which LAN a network device is connected to
Closes: 417224 429862
Changes: 
 guessnet (0.43-1) experimental; urgency=low
 .
   * New upstream version
      - Added missing includes.  Closes: bug#417224.
      - Reorganised the code.
      - Implemented wireless tests internally using iwlib.  Closes: bug#429862.
      - Allows to test for open wireless networks.
   * Many things have changed, so this upload goes to experimental
   * Updated Standards-Version
Files: 
 4afb25689cc856483161893675843547 796 net optional guessnet_0.43-1.dsc
 5506a248f251ec310189c9a1190760d0 186824 net optional guessnet_0.43-1.tar.gz
 fccecc072c8dadd30dfbf067de11b6ee 176006 net optional guessnet_0.43-1_amd64.deb

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

iD8DBQFHLMsN9LSwzHl+v6sRAiJTAJ9AOfggURGu0dOIeIUiXJxDhEBeJwCglnmn
09ybWqsgmIYYLoj4qBPrA0A=
=+XrG
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to