Your message dated Fri, 14 Nov 2008 09:32:26 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#505590: fixed in pekwm 0.1.8-2
has caused the Debian Bug report #505590,
regarding FTBFS with GCC 4.4: missing #include
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.)
--
505590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505590
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pekwm
Version: 0.1.8-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of pekwm_0.1.8-1 on em64t by sbuild/amd64 0.53
...
> mv -f .deps/PImageNativeLoaderPng.Tpo .deps/PImageNativeLoaderPng.Po
> x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -g -O2
> -I/usr/include/freetype2 -I/usr/include/libpng12
> -DSYSCONFDIR=\"/etc//pekwm\" -DDATADIR=\"/usr/share\" -MT
> PImageNativeLoaderXpm.o -MD -MP -MF .deps/PImageNativeLoaderXpm.Tpo -c -o
> PImageNativeLoaderXpm.o PImageNativeLoaderXpm.cc
> PImageNativeLoaderXpm.cc: In member function 'unsigned char*
> PImageNativeLoaderXpm::createXpmToRgbaTable(XpmImage*)':
> PImageNativeLoaderXpm.cc:130: error: 'sscanf' was not declared in this scope
> make[3]: *** [PImageNativeLoaderXpm.o] Error 1
> make[3]: Leaving directory `/build/tbm/pekwm-0.1.8/src'
--- src/PImageNativeLoaderXpm.cc~ 2008-11-13 18:51:42.000000000 +0000
+++ src/PImageNativeLoaderXpm.cc 2008-11-13 18:51:47.000000000 +0000
@@ -14,6 +14,7 @@
#include "PImageNativeLoaderXpm.hh"
+#include <cstdio>
#include <iostream>
#include <cstring>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: pekwm
Source-Version: 0.1.8-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.8-2.diff.gz
to pool/main/p/pekwm/pekwm_0.1.8-2.diff.gz
pekwm_0.1.8-2.dsc
to pool/main/p/pekwm/pekwm_0.1.8-2.dsc
pekwm_0.1.8-2_amd64.deb
to pool/main/p/pekwm/pekwm_0.1.8-2_amd64.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.
Daniel Moerner <[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.8
Date: Thu, 13 Nov 2008 14:52:25 -0800
Source: pekwm
Binary: pekwm
Architecture: source amd64
Version: 0.1.8-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Moerner <[EMAIL PROTECTED]>
Changed-By: Daniel Moerner <[EMAIL PROTECTED]>
Description:
pekwm - Fast & Light Window Manager
Closes: 505590
Changes:
pekwm (0.1.8-2) unstable; urgency=low
.
* Use dh_prep instead of dh_clean -k in debian/rules
* include-stdio-for-gcc-4.4.diff: Properly include cstdio so it isn't
just included indirectly. (Closes: #505590)
Checksums-Sha1:
8e24696c83215b8b12a09a4ecd981c00f135f41e 1042 pekwm_0.1.8-2.dsc
435c5b6f3db7f449f7da9da5ff37d9feed154e52 8077 pekwm_0.1.8-2.diff.gz
7241c04b11f4cc74c0f961326f973da0ef44e94d 311674 pekwm_0.1.8-2_amd64.deb
Checksums-Sha256:
5f14a5ae59e550454ea41bd92497e976997f2c11e8cceee79afef3c211ba2a73 1042
pekwm_0.1.8-2.dsc
e2e35e246673c78d68ea5791c89641c8d8f0d03db2c90f42a8cbb2acc2e71748 8077
pekwm_0.1.8-2.diff.gz
5b55e7174fb9af43979b19624eb2ef8ff803b03043884a66ce9231e8091d0a4c 311674
pekwm_0.1.8-2_amd64.deb
Files:
070070666b3ffd3fa103c17479dbf821 1042 x11 optional pekwm_0.1.8-2.dsc
2a8078f0a91639b3275782aee395c7fa 8077 x11 optional pekwm_0.1.8-2.diff.gz
727065de50507ef2d11561e6b04ca251 311674 x11 optional pekwm_0.1.8-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkdPSQACgkQpGK1HsL+5c0AuQCgpotovUSlixuP896Ox5BNQGOV
z9cAnRAFjljByt7PFSaE5sKhV8LDHoly
=tGyc
-----END PGP SIGNATURE-----
--- End Message ---