Your message dated Sun, 06 Apr 2008 09:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417289: fixed in kdissert 1.0.7-2.1
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-2.1

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-2.1.diff.gz
  to pool/main/k/kdissert/kdissert_1.0.7-2.1.diff.gz
kdissert_1.0.7-2.1.dsc
  to pool/main/k/kdissert/kdissert_1.0.7-2.1.dsc
kdissert_1.0.7-2.1_i386.deb
  to pool/main/k/kdissert/kdissert_1.0.7-2.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.
Simon McVittie <[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: Sat, 05 Apr 2008 23:15:02 +0000
Source: kdissert
Binary: kdissert
Architecture: source i386
Version: 1.0.7-2.1
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[EMAIL PROTECTED]>
Changed-By: Simon McVittie <[EMAIL PROTECTED]>
Description: 
 kdissert   - mindmapping tool
Closes: 417289
Changes: 
 kdissert (1.0.7-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add a couple of missing #includes, fixing compilation with g++ 4.3
     (closes: #417289)
Files: 
 a486ffe061554ffbed9c2b818c8641cf 686 kde optional kdissert_1.0.7-2.1.dsc
 e1d3bdcc0bec255c6c88bf28c12a7676 4854 kde optional kdissert_1.0.7-2.1.diff.gz
 130dff9e9f1e71f02b90e1ad93a95e10 874308 kde optional 
kdissert_1.0.7-2.1_i386.deb

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

iD8DBQFH+JRtBxd04ADYzRYRAtjdAJ0SaNXxj+GbnOR9dDElgYuF/FAYTACfbv65
F5zuPCYicg6WX4jGa+9I6Q8=
=bE6D
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to