[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417305: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Mon, 22 Oct 2007 01:02:02 +0000
with message-id <E1IjlgA-0001eC-T6@ries.debian.org>
and subject line Bug#417305: fixed in ksimus 0.3.6-2-13
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: ksimus
Version: 0.3.6-2-12
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 ksimus_0.3.6-2-12 on coconut0 by sbuild/ia64 0.49
...
> componentmap.cpp: In member function 'void ComponentMap::addRouteList(CPointListList*, mapItem)':
> componentmap.cpp:140: warning: conversion to 'unsigned int' from 'int' may alter its value
> componentmap.cpp:140: warning: conversion to 'unsigned int' from 'int' may alter its value
> componentmap.cpp: In member function 'void ComponentMap::draw(QPainter*)':
> componentmap.cpp:153: warning: conversion to 'unsigned int' from 'int' may alter its value
> componentmap.cpp: In member function 'bool ComponentMap::findRoute(ConnectorList*, CPointListList*)':
> componentmap.cpp:211: error: 'abs' was not declared in this scope
> componentmap.cpp:240: error: 'abs' was not declared in this scope


--- ksimus/componentmap.cpp~	2007-04-02 09:52:52.000000000 +0000
+++ ksimus/componentmap.cpp	2007-04-02 09:53:01.000000000 +0000
@@ -18,6 +18,7 @@
 #include <limits.h>
 #include <qpainter.h>
 #include <queue>
+#include <cstdlib>
 
 
 #include "resource.h"

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


--- End Message ---
--- Begin Message ---
Source: ksimus
Source-Version: 0.3.6-2-13

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

ksimus-dev_0.3.6-2-13_all.deb
  to pool/main/k/ksimus/ksimus-dev_0.3.6-2-13_all.deb
ksimus_0.3.6-2-13.diff.gz
  to pool/main/k/ksimus/ksimus_0.3.6-2-13.diff.gz
ksimus_0.3.6-2-13.dsc
  to pool/main/k/ksimus/ksimus_0.3.6-2-13.dsc
ksimus_0.3.6-2-13_amd64.deb
  to pool/main/k/ksimus/ksimus_0.3.6-2-13_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 417305@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Geissert <atomo64@gmail.com> (supplier of updated ksimus 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 21 Oct 2007 18:05:45 -0500
Source: ksimus
Binary: ksimus-dev ksimus
Architecture: source amd64 all
Version: 0.3.6-2-13
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Raphael Geissert <atomo64@gmail.com>
Description: 
 ksimus     - KDE tool for simulating electrical circuits
 ksimus-dev - KSimus development header files
Closes: 417305
Changes: 
 ksimus (0.3.6-2-13) unstable; urgency=low
 .
   * QA upload.
   * Updated debian/menu to reflect new Debian Menu Sub-Policy.
   * Added missing cstdlib include. (Closes: #417305)
     - Thanks to Martin Michlmayr for the test and patch.
Files: 
 81460dfadd42377628944b07eab6b7a9 790 electronics optional ksimus_0.3.6-2-13.dsc
 f00f24cc6c813be46576d4afe1e3226d 25471 electronics optional ksimus_0.3.6-2-13.diff.gz
 c8b901b68c33c92bb50b6fe077045989 93684 libdevel optional ksimus-dev_0.3.6-2-13_all.deb
 6fa3ee05077dbf005ba34818e3292453 1040024 electronics optional ksimus_0.3.6-2-13_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFHG/SJn3j4POjENGERAo6DAJ9Oxt0xpDgXLT31uuF1DfemK+ddBQCdEpEF
XKssrltA+04gsF958lc5x90=
=vrjD
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: