Your message dated Mon, 16 Jul 2007 16:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417082: fixed in anteater 0.4.5-7
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: anteater
Version: 0.4.5-6
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 anteater_0.4.5-6 on coconut0 by sbuild/ia64 0.49
...
> if ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -MT 
> syslogfilter.o -MD -MP -MF ".deps/syslogfilter.Tpo" \
>         -c -o syslogfilter.o `test -f 'syslogfilter.cpp' || echo 
> './'`syslogfilter.cpp; \
>       then mv -f ".deps/syslogfilter.Tpo" ".deps/syslogfilter.Po"; \
>       else rm -f ".deps/syslogfilter.Tpo"; exit 1; \
>       fi
> syslogfilter.cpp: In member function 'syslogFilter::logline_t 
> syslogFilter::getLogLine(std::istream&)':
> syslogfilter.cpp:103: error: 'atoi' was not declared in this scope
> syslogfilter.cpp: In member function 'syslogFilter::sendmail_t 
> syslogFilter::splitup(std::string)':
> syslogfilter.cpp:159: error: 'atoi' was not declared in this scope
> make[4]: *** [syslogfilter.o] Error 1


--- anteater/syslogfilter.cpp~  2007-04-01 14:31:22.000000000 +0000
+++ anteater/syslogfilter.cpp   2007-04-01 14:31:32.000000000 +0000
@@ -9,6 +9,7 @@
 
 #include "syslogfilter.h"
 #include "plugin.h"
+#include <cstdlib>
 #include <ctime>
 
 //#define DEBUG
--- anteater/parameter.cpp~     2007-04-01 14:31:56.000000000 +0000
+++ anteater/parameter.cpp      2007-04-01 14:32:30.000000000 +0000
@@ -8,6 +8,7 @@
 // ========================================================================
 
 #include "parameter.h"
+#include <cstdlib>
 
 Parameter::Parameter() :
                str_unknown( "Unknown" ),

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


--- End Message ---
--- Begin Message ---
Source: anteater
Source-Version: 0.4.5-7

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

anteater_0.4.5-7.diff.gz
  to pool/main/a/anteater/anteater_0.4.5-7.diff.gz
anteater_0.4.5-7.dsc
  to pool/main/a/anteater/anteater_0.4.5-7.dsc
anteater_0.4.5-7_amd64.deb
  to pool/main/a/anteater/anteater_0.4.5-7_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.
Andrea Capriotti <[EMAIL PROTECTED]> (supplier of updated anteater 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: Mon, 16 Jul 2007 16:22:45 +0200
Source: anteater
Binary: anteater
Architecture: source amd64
Version: 0.4.5-7
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Andrea Capriotti <[EMAIL PROTECTED]>
Description: 
 anteater   - MTA log analyser written 100% in C++
Closes: 417082
Changes: 
 anteater (0.4.5-7) unstable; urgency=low
 .
   * Added missing #includes to compile with gcc-4.3 (Closes: #417082)
   * Set Standards-Version to 3.7.2; no changes.
Files: 
 9a03049f965bbecba5c27b2cc6975e39 574 mail optional anteater_0.4.5-7.dsc
 05226f8bfc421c5c09cc2e5013f25033 23956 mail optional anteater_0.4.5-7.diff.gz
 f8c2ff49d2f1c3f271714fe2fd7dd9ee 116186 mail optional 
anteater_0.4.5-7_amd64.deb

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

iD8DBQFGm5LT9LSwzHl+v6sRAoM1AJsFV2rlgs80X+ExetgkWlN6vZqaQACfaJe3
dcZOLzv9AJDPH3TkaZLFyL0=
=nfr2
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to