Your message dated Wed, 04 Apr 2007 15:02:14 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417354: fixed in libnzb 0.0.20050629-3
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: libnzb
Version: 0.0.20050629-2
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 libnzb_0.0.20050629-2 on coconut0 by sbuild/ia64 0.49
...
>  ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wall 
> -I/usr/include/libxml2 -g -O2 -c yenc.cpp  -fPIC -DPIC -o .libs/yenc.o
> yenc.cpp: In function 'ydata ydecode(std::string)':
> yenc.cpp:81: error: 'atoi' was not declared in this scope
> yenc.cpp:87: error: 'atoi' was not declared in this scope
> yenc.cpp:93: error: 'atol' was not declared in this scope
> yenc.cpp:114: error: 'atol' was not declared in this scope
> yenc.cpp:120: error: 'atol' was not declared in this scope
> yenc.cpp:137: error: 'atol' was not declared in this scope
> yenc.cpp:143: error: 'atoi' was not declared in this scope
> yenc.cpp: In function 'bool crc32_check(int, std::string, std::string)':
> yenc.cpp:226: error: 'free' was not declared in this scope
> make[4]: *** [yenc.lo] Error 1

--- src/yenc.cpp~       2007-04-02 12:30:45.000000000 +0000
+++ src/yenc.cpp        2007-04-02 12:30:51.000000000 +0000
@@ -34,6 +34,7 @@
 #include "yenc.h"
 #include "crc32.h"
 
+#include <cstdlib>
 #include <iostream>
 #include <stdio.h>
 

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


--- End Message ---
--- Begin Message ---
Source: libnzb
Source-Version: 0.0.20050629-3

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

libnzb-dev_0.0.20050629-3_amd64.deb
  to pool/main/libn/libnzb/libnzb-dev_0.0.20050629-3_amd64.deb
libnzb0c2a_0.0.20050629-3_amd64.deb
  to pool/main/libn/libnzb/libnzb0c2a_0.0.20050629-3_amd64.deb
libnzb_0.0.20050629-3.diff.gz
  to pool/main/libn/libnzb/libnzb_0.0.20050629-3.diff.gz
libnzb_0.0.20050629-3.dsc
  to pool/main/libn/libnzb/libnzb_0.0.20050629-3.dsc



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.
Mattias Nordstrom <[EMAIL PROTECTED]> (supplier of updated libnzb 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, 04 Apr 2007 17:38:27 +0300
Source: libnzb
Binary: libnzb0c2a libnzb-dev
Architecture: source amd64
Version: 0.0.20050629-3
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom <[EMAIL PROTECTED]>
Changed-By: Mattias Nordstrom <[EMAIL PROTECTED]>
Description: 
 libnzb-dev - An nzb based Usenet binary grabber (development files)
 libnzb0c2a - An nzb based Usenet binary grabber (runtime library)
Closes: 417354
Changes: 
 libnzb (0.0.20050629-3) unstable; urgency=low
 .
   * Updated to Debian Policy v3.7.2.2, no changes needed.
   * Fixed FTBFS with GCC 4.3 (closes: #417354)
Files: 
 276437b9172c6e926ff44dc8a20ad28f 630 libs optional libnzb_0.0.20050629-3.dsc
 f5e56965175b1680fed1e8579e09368e 2430 libs optional 
libnzb_0.0.20050629-3.diff.gz
 da3119e1dcf07237951e7a4db02664b6 24322 libdevel optional 
libnzb-dev_0.0.20050629-3_amd64.deb
 4b9909c0cba01c20051666e2af0f1844 21210 libs optional 
libnzb0c2a_0.0.20050629-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGE7pgwKTxHeBrP5cRAv5QAKCA7NZgaq5di1weC0I4kcIXb/+DBACgpLAm
bNH/dlOorjACofW/cciuR8A=
=z+PM
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to