Your message dated Fri, 14 Mar 2008 18:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417477: fixed in pekwm 0.1.5-1.3
has caused the Debian Bug report #417477,
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.)
--
417477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417477
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pekwm
Version: 0.1.5-1.1
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 pekwm_0.1.5-1.1 on coconut0 by sbuild/ia64 0.49
...
> then mv -f ".deps/CfgParserSource.Tpo" ".deps/CfgParserSource.Po"; else
> rm -f ".deps/CfgParserSource.Tpo"; exit 1; fi
> CfgParserSource.cc: In member function 'virtual bool
> CfgParserSourceCommand::open()':
> CfgParserSource.cc:102: error: 'exit' was not declared in this scope
> make[3]: *** [CfgParserSource.o] Error 1
--- src/CfgParserSource.cc~ 2007-04-02 20:57:34.000000000 +0000
+++ src/CfgParserSource.cc 2007-04-02 20:57:41.000000000 +0000
@@ -13,6 +13,7 @@
#include "CfgParserSource.hh"
#include "Util.hh"
+#include <cstdlib>
#include <iostream>
extern "C" {
--- src/Util.cc~ 2007-04-02 21:00:09.000000000 +0000
+++ src/Util.cc 2007-04-02 21:00:18.000000000 +0000
@@ -12,6 +12,7 @@
#include "../config.h"
#include "Util.hh"
+#include <cstdlib>
#include <iostream>
#include <sstream>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: pekwm
Source-Version: 0.1.5-1.3
We believe that the bug you reported is fixed in the latest version of
pekwm, which is due to be installed in the Debian FTP archive:
pekwm_0.1.5-1.3.diff.gz
to pool/main/p/pekwm/pekwm_0.1.5-1.3.diff.gz
pekwm_0.1.5-1.3.dsc
to pool/main/p/pekwm/pekwm_0.1.5-1.3.dsc
pekwm_0.1.5-1.3_i386.deb
to pool/main/p/pekwm/pekwm_0.1.5-1.3_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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated pekwm 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: Fri, 14 Mar 2008 18:17:46 +0000
Source: pekwm
Binary: pekwm
Architecture: source i386
Version: 0.1.5-1.3
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Szalay <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description:
pekwm - Fast & Light WindowManager
Closes: 417477
Changes:
pekwm (0.1.5-1.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #417477).
Files:
941230e063efa298fe3512e61ac83abf 635 x11 optional pekwm_0.1.5-1.3.dsc
1adf2dc2c4e5915f7482c79be8ce838a 66267 x11 optional pekwm_0.1.5-1.3.diff.gz
b189e913eb909cdf4a6ea2fc27a6e86d 311352 x11 optional pekwm_0.1.5-1.3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH2sIq5UTeB5t8Mo0RAiabAKDOBmBZzDzagBaWIXnZCpv0MgAbhgCfUG29
QUfXuXFGhRdLaVmIbDYxAlI=
=WbGz
-----END PGP SIGNATURE-----
--- End Message ---