Your message dated Mon, 14 May 2007 18:32:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417793: fixed in znc 0.047-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: znc
Version: 0.045-3
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. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)


> Automatic build of znc_0.045-3 on coconut0 by sbuild/ia64 0.49
...
> make[1]: Entering directory `/build/tbm/znc-0.045'
> g++ -D_GNU_SOURCE -Wall -s -O2 -fomit-frame-pointer -DHAVE_LIBSSL -D_MODULES 
> -rdynamic -D_MODDIR_=\"/usr/lib/znc\"  -c -o String.o String.cpp
> In file included from String.cpp:2:
> String.h:176: error: 'mode_t' has not been declared
> String.h:177: error: 'mode_t' has not been declared
> In file included from String.cpp:3:
> FileUtils.h: In static member function 'static CString CDir::GetCWD()':
> FileUtils.h:341: error: 'free' was not declared in this scope
> In file included from main.h:86,
>                  from String.cpp:5:


--- String.h~   2007-04-04 15:03:54.000000000 +0000
+++ String.h    2007-04-04 15:04:10.000000000 +0000
@@ -5,6 +5,8 @@
 #include <pcre.h>
 #endif
 
+#include <sys/types.h>
+
 #include <set>
 #include <map>
 #include <string>
--- FileUtils.h~        2007-04-04 15:04:15.000000000 +0000
+++ FileUtils.h 2007-04-04 15:04:23.000000000 +0000
@@ -9,6 +9,7 @@
 #include <sys/stat.h>
 #include <dirent.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "String.h"
 #include <vector>

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


--- End Message ---
--- Begin Message ---
Source: znc
Source-Version: 0.047-1

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

znc_0.047-1.diff.gz
  to pool/main/z/znc/znc_0.047-1.diff.gz
znc_0.047-1.dsc
  to pool/main/z/znc/znc_0.047-1.dsc
znc_0.047-1_i386.deb
  to pool/main/z/znc/znc_0.047-1_i386.deb
znc_0.047.orig.tar.gz
  to pool/main/z/znc/znc_0.047.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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated znc 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, 14 May 2007 13:44:45 -0400
Source: znc
Binary: znc
Architecture: source i386
Version: 0.047-1
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 znc        - an advanced IRC bouncer
Closes: 411495 417793
Changes: 
 znc (0.047-1) unstable; urgency=low
 .
   * New upstream release.
   * Patch from tbm fixing FTBFS with gcc 4.3. Closes: #417793
   * Add a basic README.Debian. Closes: #411495
Files: 
 6661bc50d24840aa265e65998db901eb 635 net optional znc_0.047-1.dsc
 230e68947e1fea605de0fa21de10530f 414605 net optional znc_0.047.orig.tar.gz
 02478b43f3b03607319ce67d07c8b283 4469 net optional znc_0.047-1.diff.gz
 3d0a421ca15c695a9f984749ea49dc56 1065050 net optional znc_0.047-1_i386.deb

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

iD8DBQFGSKj22tp5zXiKP0wRAqDNAJ4j81Qrs/qj3VwKHJZzLZyK2xVdhACglRBr
xOjhQsEGNzpiRqh78hrvbxw=
=C6ci
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to