Your message dated Sun, 04 Nov 2007 23:13:22 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417207: fixed in gnome-chemistry-utils 0.8.1-1
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: gnome-chemistry-utils
Version: 0.6.3-3
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 gnome-chemistry-utils_0.6.3-3 on coconut0 by sbuild/ia64 
> 0.49
...
> formula.cc: In member function 'void gcu::Formula::Parse(std::string&, 
> std::list<gcu::FormulaElt*, std::allocator<gcu::FormulaElt*> >&)':
> formula.cc:402: error: 'strtol' was not declared in this scope
> formula.cc:423: error: 'strtol' was not declared in this scope
> make[3]: *** [formula.lo] Error 1


--- gcu/formula.cc~     2007-04-01 20:06:33.000000000 +0000
+++ gcu/formula.cc      2007-04-01 20:06:41.000000000 +0000
@@ -27,6 +27,7 @@
 #include "element.h"
 #include <math.h>
 #include <string.h>
+#include <cstdlib>
 #include <ctype.h>
 #include <glib/gi18n.h>
 #include <sstream>
--- gcu/application.cc~ 2007-04-01 20:07:11.000000000 +0000
+++ gcu/application.cc  2007-04-01 20:07:17.000000000 +0000
@@ -26,6 +26,7 @@
 #include "application.h"
 #include <gconf/gconf-client.h>
 #include <sys/stat.h>
+#include <cstdlib>
 
 using namespace gcu;
 
--- gcu/dialog.cc~      2007-04-01 20:08:29.000000000 +0000
+++ gcu/dialog.cc       2007-04-01 20:08:35.000000000 +0000
@@ -26,6 +26,7 @@
 #include "dialog.h"
 #include "application.h"
 #include <glib/gi18n.h>
+#include <cstdlib>
 #include <string.h>
 
 using namespace gcu;

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


--- End Message ---
--- Begin Message ---
Source: gnome-chemistry-utils
Source-Version: 0.8.1-1

We believe that the bug you reported is fixed in version 0.8.1-1 of
the gnome-chemistry-utils package.

Closing manually.

Regards, Daniel



--- End Message ---

Reply via email to