Your message dated Sun, 09 Mar 2008 16:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417319: fixed in lavaps 2.7-4.1
has caused the Debian Bug report #417319,
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.)


-- 
417319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417319
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: lavaps
Version: 2.7-4
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 lavaps_2.7-4 on coconut0 by sbuild/ia64 0.49
...
> const_str.hh:48: warning: type qualifiers ignored on function return type
> const_str.hh: In static member function 'static void 
> const_str::safe_free(const char*)':
> const_str.hh:33: error: 'free' was not declared in this scope

--- src/const_str.hh~   2007-04-02 10:25:52.000000000 +0000
+++ src/const_str.hh    2007-04-02 10:26:07.000000000 +0000
@@ -25,6 +25,7 @@
 #define lavaps_const_str_h
 
 #include <string.h>
+#include <cstdlib>
 
 class const_str {
 protected:

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


--- End Message ---
--- Begin Message ---
Source: lavaps
Source-Version: 2.7-4.1

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

lavaps_2.7-4.1.diff.gz
  to pool/main/l/lavaps/lavaps_2.7-4.1.diff.gz
lavaps_2.7-4.1.dsc
  to pool/main/l/lavaps/lavaps_2.7-4.1.dsc
lavaps_2.7-4.1_i386.deb
  to pool/main/l/lavaps/lavaps_2.7-4.1_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 lavaps 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, 09 Mar 2008 16:26:36 +0000
Source: lavaps
Binary: lavaps
Architecture: source i386
Version: 2.7-4.1
Distribution: unstable
Urgency: medium
Maintainer: Ashley T. Howes <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 lavaps     - a lava lamp of currently running processes
Closes: 417319
Changes: 
 lavaps (2.7-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417319).
Files: 
 47922efe522fe39fe379dd651d562713 618 admin optional lavaps_2.7-4.1.dsc
 a6e2fcf9a3d4284602bfb9130b2180aa 8954 admin optional lavaps_2.7-4.1.diff.gz
 060f6b925cd89d4e10cf5ecb5cecfdfc 129654 admin optional lavaps_2.7-4.1_i386.deb

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

iD8DBQFH1BC55UTeB5t8Mo0RAp/IAJ9eoaVKr9i3vb7+AQtbKDy8beAKtgCgjvCm
dYd/aAMepA8wrDoZZW3V6U0=
=AJlA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to