Your message dated Thu, 12 Apr 2007 14:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417477: fixed in pekwm 0.1.5-1.2
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: 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.2

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.2.diff.gz
  to pool/main/p/pekwm/pekwm_0.1.5-1.2.diff.gz
pekwm_0.1.5-1.2.dsc
  to pool/main/p/pekwm/pekwm_0.1.5-1.2.dsc
pekwm_0.1.5-1.2_i386.deb
  to pool/main/p/pekwm/pekwm_0.1.5-1.2_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.
Julien Danjou <[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: Thu, 12 Apr 2007 15:43:12 +0200
Source: pekwm
Binary: pekwm
Architecture: source i386
Version: 0.1.5-1.2
Distribution: unstable
Urgency: low
Maintainer: Nicolas Szalay <[EMAIL PROTECTED]>
Changed-By: Julien Danjou <[EMAIL PROTECTED]>
Description: 
 pekwm      - Fast & Light WindowManager
Closes: 417477
Changes: 
 pekwm (0.1.5-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix gcc-4.3 errors (Closes: #417477)
Files: 
 a8a57562493643ad9cd6742504a129b4 635 x11 optional pekwm_0.1.5-1.2.dsc
 fdbf0f7074232754b4d4a25a23fe1000 65884 x11 optional pekwm_0.1.5-1.2.diff.gz
 e206291352cc327b74a0308fc064202b 341580 x11 optional pekwm_0.1.5-1.2_i386.deb

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

iD8DBQFGHjh4pGK1HsL+5c0RAmvGAKCXmRpVc8cRCSubRMoV6fryAVKIygCeIt+m
3vZUBUkGzmwEfLMMwSTmoxs=
=9oMf
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to