Your message dated Mon, 02 Apr 2007 22:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417447: fixed in newsbeuter 0.3-5
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: newsbeuter
Version: 0.3-4
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 newsbeuter_0.3-4 on em64t by sbuild/amd64 0.53
...
> c++ -ggdb -I./include -I./stfl -I. -I/usr/local/include -I/sw/include -Wall 
> -pedantic -D_ENABLE_NLS -DLOCALEDIR=\"/usr/share/locale\" 
> -DPACKAGE=\"newsbeuter\" -o src/cache.o -c src/cache.cpp
> src/cache.cpp: In constructor 'newsbeuter::cache::cache(const std::string&, 
> newsbeuter::configcontainer*)':
> src/cache.cpp:147: error: '::exit' has not been declared
> src/cache.cpp:147: error: 'EXIT_FAILURE' was not declared in this scope
> src/cache.cpp: In member function 'std::string 
> newsbeuter::cache::prepare_query(const char*, ...)':
> src/cache.cpp:520: error: 'free' was not declared in this scope
> make[1]: *** [src/cache.o] Error 1

--- src/cache.cpp~      2007-04-02 19:28:50.000000000 +0000
+++ src/cache.cpp       2007-04-02 19:28:55.000000000 +0000
@@ -2,6 +2,7 @@
 #include <sqlite3.h>
 #include <configcontainer.h>
 
+#include <cstdlib>
 #include <sstream>
 #include <fstream>
 #include <iostream>
--- src/queueloader.cpp~        2007-04-02 19:29:47.000000000 +0000
+++ src/queueloader.cpp 2007-04-02 19:29:52.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdlib>
 #include <queueloader.h>
 #include <logger.h>
 #include <fstream>

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


--- End Message ---
--- Begin Message ---
Source: newsbeuter
Source-Version: 0.3-5

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

newsbeuter_0.3-5.diff.gz
  to pool/main/n/newsbeuter/newsbeuter_0.3-5.diff.gz
newsbeuter_0.3-5.dsc
  to pool/main/n/newsbeuter/newsbeuter_0.3-5.dsc
newsbeuter_0.3-5_i386.deb
  to pool/main/n/newsbeuter/newsbeuter_0.3-5_i386.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.
Nico Golde <[EMAIL PROTECTED]> (supplier of updated newsbeuter 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: Tue, 03 Apr 2007 00:33:56 +0200
Source: newsbeuter
Binary: newsbeuter
Architecture: source i386
Version: 0.3-5
Distribution: unstable
Urgency: low
Maintainer: Nico Golde <[EMAIL PROTECTED]>
Changed-By: Nico Golde <[EMAIL PROTECTED]>
Description: 
 newsbeuter - text mode rss feed reader with podcast support
Closes: 417447
Changes: 
 newsbeuter (0.3-5) unstable; urgency=low
 .
   * Added dependency on dpatch and created patch to prevent FTBS with
     newer gcc versions (Closes: #417447).
Files: 
 268c13e16069509880427dee574d277d 668 net optional newsbeuter_0.3-5.dsc
 5b6cc19eed543ebe6559c07b47d4bc48 2581 net optional newsbeuter_0.3-5.diff.gz
 7c1fea493d935ac2b0f70d40510299ad 214548 net optional newsbeuter_0.3-5_i386.deb

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

iD8DBQFGEYZGHYflSXNkfP8RAiuQAJ4172Jr7RLtt3JLw/ZM88Dno1AJcACbBbMb
8seUXeoQwcD1QL6e/mXEKFk=
=/G/7
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to