Your message dated Sun, 18 Nov 2007 16:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417117: fixed in blackbox 0.70.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: blackbox
Version: 0.70.1-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 from unstable.

> Automatic build of blackbox_0.70.1-1.1 on coconut0 by sbuild/ia64 0.49
...
>  ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS 
> -DLOCALEPATH=\"/usr/share/blackbox/nls\" -I/usr/include -I/usr/local/include 
> -g -O2 -I/usr/include/freetype2 -MT XDG.lo -MD -MP -MF .deps/XDG.Tpo -c 
> XDG.cc  -fPIC -DPIC -o .libs/XDG.o
> XDG.cc: In function 'std::list<std::basic_string<char, 
> std::char_traits<char>, std::allocator<char> >, 
> std::allocator<std::basic_string<char, std::char_traits<char>, 
> std::allocator<char> > > > readEnvDirList(const char*, const char*)':
> XDG.cc:65: error: 'find' is not a member of 'std'
> make[3]: *** [XDG.lo] Error 1
> make[3]: Leaving directory `/build/tbm/blackbox-0.70.1/lib'


--- lib/XDG.cc~ 2007-04-01 16:04:16.000000000 +0000
+++ lib/XDG.cc  2007-04-01 16:04:23.000000000 +0000
@@ -26,6 +26,7 @@
 #include "XDG.hh"
 
 #include <stdlib.h>
+#include <algorithm>
 
 
 // make sure directory names end with a slash
--- util/bsetroot.cc~   2007-04-01 16:06:54.000000000 +0000
+++ util/bsetroot.cc    2007-04-01 16:07:01.000000000 +0000
@@ -27,6 +27,7 @@
 #include <Pen.hh>
 #include <Texture.hh>
 
+#include <cstdlib>
 #include <cctype>
 
 #include <X11/Xatom.h>

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: blackbox
Source-Version: 0.70.1-2

We believe that the bug you reported is fixed in the latest version of
blackbox, which is due to be installed in the Debian FTP archive:

blackbox_0.70.1-2.diff.gz
  to pool/main/b/blackbox/blackbox_0.70.1-2.diff.gz
blackbox_0.70.1-2.dsc
  to pool/main/b/blackbox/blackbox_0.70.1-2.dsc
blackbox_0.70.1-2_i386.deb
  to pool/main/b/blackbox/blackbox_0.70.1-2_i386.deb
libbt-dev_0.70.1-2_i386.deb
  to pool/main/b/blackbox/libbt-dev_0.70.1-2_i386.deb
libbt_0.70.1-2_i386.deb
  to pool/main/b/blackbox/libbt_0.70.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.
Bruno Barrera C. <[EMAIL PROTECTED]> (supplier of updated blackbox 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, 18 Nov 2007 12:04:56 -0300
Source: blackbox
Binary: blackbox libbt-dev libbt
Architecture: source i386
Version: 0.70.1-2
Distribution: unstable
Urgency: low
Maintainer: Bruno Barrera C. <[EMAIL PROTECTED]>
Changed-By: Bruno Barrera C. <[EMAIL PROTECTED]>
Description: 
 blackbox   - Window manager for X
 libbt      - Blackbox - shared library
 libbt-dev  - Blackbox - development library
Closes: 417117
Changes: 
 blackbox (0.70.1-2) unstable; urgency=low
 .
   * Repaired FTBFS with GCC 4.3. (closes: #417117)
Files: 
 2037893293194371fdcf0b48d4adc75f 680 x11 optional blackbox_0.70.1-2.dsc
 22d69c765be559ced607518b979b5f71 141580 x11 optional blackbox_0.70.1-2.diff.gz
 eb386f9859091daf0e466dc786065174 251170 x11 optional blackbox_0.70.1-2_i386.deb
 f0b82af128bd21d9882027d4627f346b 136226 libdevel optional 
libbt-dev_0.70.1-2_i386.deb
 474d95b42fda8184b41649a47adc371a 108412 libs optional libbt_0.70.1-2_i386.deb

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

iD8DBQFHQF0vf+2upy2F5boRAnsMAKCFAh7N6G3NP8yNIdjRDLFbovE2hACeKsrN
D/ToJf0pF5AeDj99wozkBSY=
=vGaD
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to