Your message dated Sat, 15 Mar 2008 21:47:27 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417774: fixed in xmpi 2.2.3b8-10.1
has caused the Debian Bug report #417774,
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.)
--
417774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417774
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xmpi
Version: 2.2.3b8-10
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.)
> xmpi_asc_parse.cc: In function 'int xmpi_asc_parse(const char*, int4*,
> LIST**)':
> xmpi_asc_parse.cc:91: error: 'malloc' was not declared in this scope
> xmpi_asc_parse.cc:99: error: 'free' was not declared in this scope
> xmpi_asc_parse.cc:108: error: 'free' was not declared in this scope
> xmpi_asc_parse.cc:122: error: 'free' was not declared in this scope
> xmpi_asc_parse.cc: In function 'OPT* xmpi_get_options(const char*)':
> xmpi_asc_parse.cc:252: error: 'malloc' was not declared in this scope
> xmpi_asc_parse.cc:266: error: 'free' was not declared in this scope
> make[3]: *** [xmpi_asc_parse.lo] Error 1
--- src/libxmpi/xmpi_asc_parse.cc~ 2007-04-04 14:25:24.000000000 +0000
+++ src/libxmpi/xmpi_asc_parse.cc 2007-04-04 14:25:31.000000000 +0000
@@ -17,6 +17,7 @@
* Function: - parse an application schema
*/
+#include <cstdlib>
#include <string>
using namespace std;
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: xmpi
Source-Version: 2.2.3b8-10.1
We believe that the bug you reported is fixed in the latest version of
xmpi, which is due to be installed in the Debian FTP archive:
libxmpi4-dev_2.2.3b8-10.1_i386.deb
to pool/main/x/xmpi/libxmpi4-dev_2.2.3b8-10.1_i386.deb
libxmpi4_2.2.3b8-10.1_i386.deb
to pool/main/x/xmpi/libxmpi4_2.2.3b8-10.1_i386.deb
xmpi_2.2.3b8-10.1.diff.gz
to pool/main/x/xmpi/xmpi_2.2.3b8-10.1.diff.gz
xmpi_2.2.3b8-10.1.dsc
to pool/main/x/xmpi/xmpi_2.2.3b8-10.1.dsc
xmpi_2.2.3b8-10.1_i386.deb
to pool/main/x/xmpi/xmpi_2.2.3b8-10.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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated xmpi 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, 15 Mar 2008 21:33:11 +0000
Source: xmpi
Binary: xmpi libxmpi4 libxmpi4-dev
Architecture: source i386
Version: 2.2.3b8-10.1
Distribution: unstable
Urgency: medium
Maintainer: Camm Maguire <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description:
libxmpi4 - A graphical user interface for MPI program development
libxmpi4-dev - A graphical user interface for MPI program development
xmpi - A graphical user interface for MPI program development
Closes: 417774
Changes:
xmpi (2.2.3b8-10.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #417774).
Files:
5f1f6b66aba16ff7fcde3b2b530a185b 665 devel optional xmpi_2.2.3b8-10.1.dsc
32f4c168265f5a417cd7c1001c263cf5 86507 devel optional xmpi_2.2.3b8-10.1.diff.gz
05ec21fefba4185c4977913f7422a87b 93618 devel extra xmpi_2.2.3b8-10.1_i386.deb
4edf5f05fdc63b391c0035b7e6e09661 38958 libs optional
libxmpi4_2.2.3b8-10.1_i386.deb
c85e2a8b7d8015f07e4211fc7533fb78 92938 libdevel optional
libxmpi4-dev_2.2.3b8-10.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3EFB5UTeB5t8Mo0RAvQSAJ9uFxn8/iqC2YfQ7GJID4ZFShRwjgCfQUnk
NjI9F5plVzaWLdbq3Ow0JSc=
=OCk4
-----END PGP SIGNATURE-----
--- End Message ---