Your message dated Tue, 10 Apr 2007 16:17:19 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417768: fixed in xmds 1.6-2
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: xmds
Version: 1.5.3-8
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 (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of xmds_1.5.3-8 on coconut0 by sbuild/ia64 0.49
...
> g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -c -o xsilfield.o `test -f
> 'xsilfield.cc' || echo './'`xsilfield.cc
> xsilfield.cc: In member function 'void xsilField::writeAsFormat(FILE*, const
> outputFormatEnum&, const long int&, const char*)':
> xsilfield.cc:792: error: 'exit' was not declared in this scope
> xsilfield.cc:803: error: 'exit' was not declared in this scope
--- source/xsilfield.cc~ 2007-04-04 14:15:44.000000000 +0000
+++ source/xsilfield.cc 2007-04-04 14:15:50.000000000 +0000
@@ -31,6 +31,7 @@
More detailed explanation...
*/
+#include<cstdlib>
#include<string>
#include<ctype.h>
#include<xmlbasics.h>
--- source/xmdsintegrateark45.cc~ 2007-04-04 14:17:40.000000000 +0000
+++ source/xmdsintegrateark45.cc 2007-04-04 14:17:48.000000000 +0000
@@ -31,6 +31,7 @@
More detailed explanation...
*/
+#include<cstdlib>
#include<xmlbasics.h>
#include<dom3.h>
#include<xmdsutils.h>
--- source/xmdssimulation.cc~ 2007-04-04 14:18:13.000000000 +0000
+++ source/xmdssimulation.cc 2007-04-04 14:18:21.000000000 +0000
@@ -30,6 +30,7 @@
More detailed explanation...
*/
+#include<cstdlib>
#include<xmlbasics.h>
#include<dom3.h>
#include<xmdsutils.h>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xmds
Source-Version: 1.6-2
We believe that the bug you reported is fixed in the latest version of
xmds, which is due to be installed in the Debian FTP archive:
xmds_1.6-2.diff.gz
to pool/main/x/xmds/xmds_1.6-2.diff.gz
xmds_1.6-2.dsc
to pool/main/x/xmds/xmds_1.6-2.dsc
xmds_1.6-2_i386.deb
to pool/main/x/xmds/xmds_1.6-2_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.
Rafael Laboissiere <[EMAIL PROTECTED]> (supplier of updated xmds 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: Tue, 10 Apr 2007 17:54:35 +0200
Source: xmds
Binary: xmds
Architecture: source i386
Version: 1.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
Changed-By: Rafael Laboissiere <[EMAIL PROTECTED]>
Description:
xmds - eXtensible multi-dimensional Simulator
Closes: 417768
Changes:
xmds (1.6-2) unstable; urgency=low
.
* debian/patches/gcc-4.3-include-cstdlib.patch: Also include cstdlib in
source/xmdsintegrateark89.cc (closes: #417768). Thanks Martin
Milchmayr for the patch.
Files:
88948180ef056eca086170af2d668c39 889 science extra xmds_1.6-2.dsc
7f86357c95790b4307af5cd3c6c70226 4465 science extra xmds_1.6-2.diff.gz
cc7b7d06c4e5b03165a727927faf9797 633076 science extra xmds_1.6-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGG7RVk3oga0pdcv4RAo/uAJ9eBYeyEbtwJqkWOqwxzvp1pJ2mZgCfWwH4
aRh1KShP2Dmm43LtX1vdfU8=
=VePW
-----END PGP SIGNATURE-----
--- End Message ---