Your message dated Fri, 08 Jun 2007 22:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417436: fixed in mrd6 0.9.5-rev3.dfsg-0.2
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: mrd6
Version: 0.9.5-release-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 (20070326-1 or higher)
from unstable.

> Automatic build of mrd6_0.9.5-release-1 on coconut0 by sbuild/ia64 0.49
...
> make[1]: Entering directory `/build/tbm/mrd6-0.9.5-release/src'
> C++ address.cpp
> address.cpp: In member function 'bool inet6_addr::set(const std::string&)':
> address.cpp:160: error: 'strtol' was not declared in this scope
> make[1]: *** [address.o] Error 1

--- src/address.cpp~    2007-04-02 19:00:41.000000000 +0000
+++ src/address.cpp     2007-04-02 19:00:50.000000000 +0000
@@ -27,6 +27,7 @@
 #include <sys/socket.h>
 #include <arpa/inet.h>
 
+#include <cstdlib>
 #include <cstdio>
 
 base_stream &operator << (base_stream &os, const inet6_addr &addr) {

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


--- End Message ---
--- Begin Message ---
Source: mrd6
Source-Version: 0.9.5-rev3.dfsg-0.2

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

mrd6_0.9.5-rev3.dfsg-0.2.diff.gz
  to pool/main/m/mrd6/mrd6_0.9.5-rev3.dfsg-0.2.diff.gz
mrd6_0.9.5-rev3.dfsg-0.2.dsc
  to pool/main/m/mrd6/mrd6_0.9.5-rev3.dfsg-0.2.dsc
mrd6_0.9.5-rev3.dfsg-0.2_i386.deb
  to pool/main/m/mrd6/mrd6_0.9.5-rev3.dfsg-0.2_i386.deb
mrd6_0.9.5-rev3.dfsg.orig.tar.gz
  to pool/main/m/mrd6/mrd6_0.9.5-rev3.dfsg.orig.tar.gz



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.
Lior Kaplan <[EMAIL PROTECTED]> (supplier of updated mrd6 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, 09 Jun 2007 00:57:01 +0300
Source: mrd6
Binary: mrd6
Architecture: source i386
Version: 0.9.5-rev3.dfsg-0.2
Distribution: unstable
Urgency: low
Maintainer: Hugo Santos <[EMAIL PROTECTED]>
Changed-By: Lior Kaplan <[EMAIL PROTECTED]>
Description: 
 mrd6       - IPv6 Multicast Routing Daemon
Closes: 417436 423063
Changes: 
 mrd6 (0.9.5-rev3.dfsg-0.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Repackage upstream tarball to remove non-free IETF RFC/I-D (Closes: 
#423063)
   * Really fix FTBFS with GCC 4.3 (Closes: #417436)
   * Clean up debian/rules and create debian/{examples,manpages}
Files: 
 0e1e3819e51c9a7afa8d9c74bc5f7eaa 589 net optional mrd6_0.9.5-rev3.dfsg-0.2.dsc
 1d7acac4ced434bda975147a162645a9 223358 net optional 
mrd6_0.9.5-rev3.dfsg.orig.tar.gz
 41df7c779cd36561083add9542f7489b 2553 net optional 
mrd6_0.9.5-rev3.dfsg-0.2.diff.gz
 3a9e53ff28d96c827347b22a5384879d 314142 net optional 
mrd6_0.9.5-rev3.dfsg-0.2_i386.deb

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

iD8DBQFGadWkFViURZnoHaARAnAeAKC2IvNiemeHS3GLSITvhf4jtCyoGgCfZVwI
vl0n+yV8xpZcKf3Mp4l7Q5w=
=EUgs
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to