Your message dated Sun, 06 Apr 2008 09:03:13 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417289: fixed in kdissert 1.0.7-3
has caused the Debian Bug report #417289,
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.)


-- 
417289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417289
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kdissert
Version: 1.0.6.c-2
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 kdissert_1.0.6.c-2 on em64t by sbuild/amd64 0.53
...
> /usr/lib/gcc-snapshot/bin/g++ -Wall -g -Wall -O2 -trigraphs 
> -Idefault/src/kdissert -I../src/kdissert -Idefault/src/kdissert/datastruct 
> -I../src/kdissert/datastruct -Idefault/src/kdissert/canvasview 
> -I../src/kdissert/canvasview -Idefault/src/kdissert/gui -I../src/kdissert/gui 
> -Idefault/src/kdissert/shell -I../src/kdissert/shell 
> -Idefault/src/kdissert/treelistview -I../src/kdissert/treelistview 
> -I/usr/share/qt3/include/ -I/usr/include/kde/ -I. -Idefault -Idefault/ -I..  
> ../src/kdissert/canvasview/DCanvasView.cpp -c -o 
> default/src/kdissert/canvasview/DCanvasView.o
> |Total 137|Current 51|Inputs DCanvasLink.cpp|Outputs DCanvasLink.o|Time 
> 00:01:53|
> 
> ../src/kdissert/canvasview/DCanvasLink.cpp: In member function 'void 
> DCanvasLink::setPosThickWeb()':
> ../src/kdissert/canvasview/DCanvasLink.cpp:308: error: 'abs' was not declared 
> in this scope


--- src/kdissert/canvasview/DCanvasLink.cpp~    2007-04-02 09:20:38.000000000 
+0000
+++ src/kdissert/canvasview/DCanvasLink.cpp     2007-04-02 09:20:45.000000000 
+0000
@@ -12,6 +12,7 @@
  *   GNU General Public License for more details.                          *
  ***************************************************************************/
 
+#include <cstdlib>
 #include <math.h>
 #include <qpainter.h>
 #include <qcolor.h>

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


--- End Message ---
--- Begin Message ---
Source: kdissert
Source-Version: 1.0.7-3

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

kdissert_1.0.7-3.diff.gz
  to pool/main/k/kdissert/kdissert_1.0.7-3.diff.gz
kdissert_1.0.7-3.dsc
  to pool/main/k/kdissert/kdissert_1.0.7-3.dsc
kdissert_1.0.7-3_i386.deb
  to pool/main/k/kdissert/kdissert_1.0.7-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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated kdissert 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, 06 Apr 2008 09:23:07 +0200
Source: kdissert
Binary: kdissert
Architecture: source i386
Version: 1.0.7-3
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description: 
 kdissert   - mindmapping tool
Closes: 417289
Changes: 
 kdissert (1.0.7-3) unstable; urgency=low
 .
   * Add a couple of missing #includes, fixing compilation with g++ 4.3
     (thanks to Simon McVittie) (closes: #417289)
Files: 
 21840269085d96cb417cb470c3b8f08f 682 kde optional kdissert_1.0.7-3.dsc
 5ca28edf75ac1c209e62c76a9fd06316 4806 kde optional kdissert_1.0.7-3.diff.gz
 b6a0cdb1c9922383af510487cdb1edae 869702 kde optional kdissert_1.0.7-3_i386.deb

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

iD8DBQFH+IL+TTx8oVVPtMYRAm1fAJ0VsdhAMakHuf5YLht2ckajh3LeWwCfd/8J
8WnmKVbTLrpWO+DsKfuyHs0=
=x9Gu
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to