Your message dated Sun, 02 Mar 2008 15:47:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417781: fixed in xstow 0.5.1-5
has caused the Debian Bug report #417781,
regarding FTBFS with GCC 4.3: missing #includes
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
417781: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417781
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xstow
Version: 0.5.1-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 xstow_0.5.1-3 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I.. -g -O2 -DNDEBUG -DNFORMAT
> -DSYSCONFDIR='"/etc/xstow"' -c -o cppdir.o `test -f cppdir.cpp || echo
> './'`cppdir.cpp
> In file included from cppdir.cpp:1:
> cppdir.h:45: warning: 'typedef' was ignored in this declaration
> cppdir.cpp: In function 'std::string CppDir::pwd()':
> cppdir.cpp:358: error: 'malloc' was not declared in this scope
> cppdir.cpp:365: error: 'realloc' was not declared in this scope
> cppdir.cpp:372: error: 'free' was not declared in this scope
> cppdir.cpp:378: error: 'free' was not declared in this scope
> cppdir.cpp: In function 'std::string CppDir::readlink(const std::string&)':
> cppdir.cpp:490: error: 'malloc' was not declared in this scope
> cppdir.cpp:500: error: 'realloc' was not declared in this scope
> cppdir.cpp:506: error: 'free' was not declared in this scope
> make[3]: *** [cppdir.o] Error 1
--- src/cppdir.cpp~ 2007-04-04 14:33:40.000000000 +0000
+++ src/cppdir.cpp 2007-04-04 14:34:11.000000000 +0000
@@ -1,6 +1,8 @@
#include "cppdir.h"
#include "debug.h"
+#include <cstdlib>
+
#define OUT(level) DEBUG_OUT( level, MODULE_CPPDIR)
extern "C" {
--- src/main.cpp~ 2007-04-04 14:34:40.000000000 +0000
+++ src/main.cpp 2007-04-04 14:34:46.000000000 +0000
@@ -1,3 +1,4 @@
+#include <cstdlib>
#include <iostream>
#include "local_config.h"
--- src/setup.cpp~ 2007-04-04 14:35:50.000000000 +0000
+++ src/setup.cpp 2007-04-04 14:35:56.000000000 +0000
@@ -5,6 +5,8 @@
#include "debug.h"
#include "nignore.h"
+#include <cstdlib>
+
#undef OUT
#define OUT( level ) DEBUG_OUT( level, MODULE_SETUP )
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xstow
Source-Version: 0.5.1-5
We believe that the bug you reported is fixed in the latest version of
xstow, which is due to be installed in the Debian FTP archive:
xstow_0.5.1-5.diff.gz
to pool/main/x/xstow/xstow_0.5.1-5.diff.gz
xstow_0.5.1-5.dsc
to pool/main/x/xstow/xstow_0.5.1-5.dsc
xstow_0.5.1-5_i386.deb
to pool/main/x/xstow/xstow_0.5.1-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.
Mats Rynge <[EMAIL PROTECTED]> (supplier of updated xstow 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: Sun, 02 Mar 2008 10:16:25 -0500
Source: xstow
Binary: xstow
Architecture: source i386
Version: 0.5.1-5
Distribution: unstable
Urgency: low
Maintainer: Mats Rynge <[EMAIL PROTECTED]>
Changed-By: Mats Rynge <[EMAIL PROTECTED]>
Description:
xstow - An extended replacement of GNU Stow written in C++
Closes: 417781
Changes:
xstow (0.5.1-5) unstable; urgency=low
.
* gcc-4.3 includes fixes, now tested. (Closes: #417781)
Files:
c7596fe0db76ab3ed8055543edecd628 580 utils optional xstow_0.5.1-5.dsc
e7cbe2d8c1b1bbed3472fb082061b156 11854 utils optional xstow_0.5.1-5.diff.gz
124843ef127c6993922d81dd0634e249 182296 utils optional xstow_0.5.1-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHysi/9cFp3aBpFaMRAiz2AJsHkyHq84COn5wIrExXpdM6L7E52QCgik6B
TkkGHDVqVxwcUfGOncnEqW8=
=MGxt
-----END PGP SIGNATURE-----
--- End Message ---