Your message dated Wed, 06 Jun 2007 21:32:11 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417368: fixed in libwibble 0.1.10
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: libwibble
Version: 0.1.9
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 libwibble_0.1.9 on coconut0 by sbuild/ia64 0.49
...
> /build/tbm/libwibble-0.1.9/./wibble/exception.cpp: In function 'void
> wibble::exception::DefaultUnexpected()':
> /build/tbm/libwibble-0.1.9/./wibble/exception.cpp:48: error: 'free' was not
> declared in this scope
> make[3]: *** [wibble/CMakeFiles/wibble.dir/exception.o] Error 1
--- wibble/commandline/doc.cpp~ 2007-04-02 13:01:15.000000000 +0000
+++ wibble/commandline/doc.cpp 2007-04-02 13:01:23.000000000 +0000
@@ -2,6 +2,7 @@
#include <wibble/commandline/doc.h>
#include <locale.h>
#include <errno.h>
+#include <cstdlib>
#include <set>
using namespace std;
--- wibble/commandline/options.cpp~ 2007-04-02 13:01:36.000000000 +0000
+++ wibble/commandline/options.cpp 2007-04-02 13:01:41.000000000 +0000
@@ -3,6 +3,7 @@
#include <ctype.h>
#include <stdio.h>
#include <errno.h>
+#include <cstdlib>
#include <set>
#include <sstream>
--- wibble/tests/tut-main.cpp~ 2007-04-02 13:06:16.000000000 +0000
+++ wibble/tests/tut-main.cpp 2007-04-02 13:07:05.000000000 +0000
@@ -1,5 +1,6 @@
#include <wibble/tests/tut-wibble.h>
#include <signal.h>
+#include <cstdlib>
namespace tut
{
--- wibble/tests/test_childprocess.cpp~ 2007-04-02 13:08:57.000000000 +0000
+++ wibble/tests/test_childprocess.cpp 2007-04-02 13:09:19.000000000 +0000
@@ -2,6 +2,7 @@
#include <wibble/sys/process.h>
#include <wibble/sys/childprocess.h>
#include <wibble/sys/exec.h>
+#include <cstdlib>
#include <iostream>
using namespace std;
--- wibble/tests/test_fs.cpp~ 2007-04-02 13:10:10.000000000 +0000
+++ wibble/tests/test_fs.cpp 2007-04-02 13:10:15.000000000 +0000
@@ -1,5 +1,6 @@
#include <wibble/config.h>
#include <wibble/sys/fs.h>
+#include <cstdlib>
#include <set>
using namespace std;
--- wibble/sys/process.cpp~ 2007-04-02 13:02:11.000000000 +0000
+++ wibble/sys/process.cpp 2007-04-02 13:02:20.000000000 +0000
@@ -33,6 +33,7 @@
#include <grp.h> // getgr*, initgroups
#include <errno.h>
+#include <cstdlib>
#include <sstream>
namespace wibble {
--- wibble/sys/fs.h~ 2007-04-02 13:04:12.000000000 +0000
+++ wibble/sys/fs.h 2007-04-02 13:04:36.000000000 +0000
@@ -4,6 +4,7 @@
#include <string>
#include <dirent.h> // opendir, closedir
#include <memory> // auto_ptr
+#include <sys/types.h> // mode_t
struct stat;
--- wibble/sys/childprocess.cpp~ 2007-04-02 13:05:01.000000000 +0000
+++ wibble/sys/childprocess.cpp 2007-04-02 13:05:18.000000000 +0000
@@ -20,6 +20,7 @@
#include <wibble/sys/childprocess.h>
+#include <stdlib.h> // EXIT_FAILURE
#include <sys/types.h> // fork, waitpid, kill, open, getpw*, getgr*,
initgroups
#include <sys/stat.h> // open
#include <sys/resource.h> // getrlimit, setrlimit
--- wibble/exception.cpp~ 2007-04-02 13:00:36.000000000 +0000
+++ wibble/exception.cpp 2007-04-02 13:00:43.000000000 +0000
@@ -23,6 +23,7 @@
#include <string.h> // strerror_r
#include <errno.h>
+#include <cstdlib>
#include <typeinfo>
#include <sstream>
#include <iostream>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: libwibble
Source-Version: 0.1.10
We believe that the bug you reported is fixed in the latest version of
libwibble, which is due to be installed in the Debian FTP archive:
libwibble-dev_0.1.10_amd64.deb
to pool/main/libw/libwibble/libwibble-dev_0.1.10_amd64.deb
libwibble_0.1.10.dsc
to pool/main/libw/libwibble/libwibble_0.1.10.dsc
libwibble_0.1.10.tar.gz
to pool/main/libw/libwibble/libwibble_0.1.10.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.
Enrico Zini <[EMAIL PROTECTED]> (supplier of updated libwibble 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: Thu, 24 May 2007 11:11:48 +0200
Source: libwibble
Binary: libwibble-dev
Architecture: source amd64
Version: 0.1.10
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Enrico Zini <[EMAIL PROTECTED]>
Description:
libwibble-dev - Library of various useful C++ code
Closes: 417368
Changes:
libwibble (0.1.10) unstable; urgency=low
.
* Added missing includes, applying tbm's patch. Closes: #417368.
* Added a way to see if an option was set or not.
* Added wibble/text/wordwrap
Files:
0e3e7837b361e8bf7f7f20b472090549 695 libdevel optional libwibble_0.1.10.dsc
ba120797db45ecccc1d059f941e46b01 365254 libdevel optional
libwibble_0.1.10.tar.gz
e0e65e6889a5f39bb697442c9ff8db58 189964 libdevel optional
libwibble-dev_0.1.10_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGZyWW9LSwzHl+v6sRAm2QAKCLN0qggeYsDoH5Uz2a+KfRlnmvFQCfWrO1
s+/2EQZLMe9GrONoIW//EgY=
=bm6L
-----END PGP SIGNATURE-----
--- End Message ---