Your message dated Sat, 14 Jul 2007 13:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420922: fixed in freefem3d 1.0pre10-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: freefem3d
Version: 1.0pre9-1
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 the near
future.)
> Automatic build of freefem3d_1.0pre9-1 on coconut0 by sbuild/ia64 0.49
...
> ../geometry/Scene.hpp:85: warning: type qualifiers ignored on function return
> type
> parse.pov.yy: In function 'int povparse()':
> parse.pov.yy:198: error: 'exit' is not a member of 'std'
> parse.pov.yy:248: error: 'exit' is not a member of 'std'
> y.tab.c:2708: warning: deprecated conversion from string constant to 'char*'
> y.tab.c:2854: warning: deprecated conversion from string constant to 'char*'
> make[4]: *** [parse.pov.o] Error 1
--- utils/StaticCenter.cpp~ 2007-04-25 11:55:12.000000000 +0000
+++ utils/StaticCenter.cpp 2007-04-25 11:55:19.000000000 +0000
@@ -18,6 +18,7 @@
// $Id: StaticCenter.cpp,v 1.7 2006/05/20 15:23:48 delpinux Exp $
#include <StaticCenter.hpp>
+#include <cstdlib>
#include <iostream>
#include <StreamCenter.hpp>
--- language/parse.pov.yy~ 2007-04-25 11:07:34.000000000 +0000
+++ language/parse.pov.yy 2007-04-25 11:07:46.000000000 +0000
@@ -24,6 +24,7 @@
#define YYDEBUG 1
+#include <cstdlib>
#include <sstream>
#include <iostream>
--- language/FFLexer.cpp~ 2007-04-25 11:09:18.000000000 +0000
+++ language/FFLexer.cpp 2007-04-25 11:09:29.000000000 +0000
@@ -69,6 +69,7 @@
#include <parse.ff.h>
+#include <cstdlib>
#include <cctype>
#include <FFLexer.hpp>
--- language/PDEOperatorExpression.hpp~ 2007-04-25 11:09:46.000000000 +0000
+++ language/PDEOperatorExpression.hpp 2007-04-25 11:11:28.000000000 +0000
@@ -32,6 +32,8 @@
#include <ErrorHandler.hpp>
+#include <limits>
+
class PDEOperator;
class PDEOperatorExpression
--- solver/SurfElem.hpp~ 2007-04-25 11:13:07.000000000 +0000
+++ solver/SurfElem.hpp 2007-04-25 11:13:19.000000000 +0000
@@ -24,6 +24,8 @@
#include <Cell.hpp>
+#include <limits>
+
/**
* @file SurfElem.hpp
* @author Stephane Del Pino
--- solver/ConnectivityBuilder.hpp~ 2007-04-25 11:33:17.000000000 +0000
+++ solver/ConnectivityBuilder.hpp 2007-04-25 11:33:51.000000000 +0000
@@ -21,6 +21,7 @@
#define CONNECTIVITY_BUILDER_HPP
#include <set>
+#include <limits>
#include <list>
#include <map>
--- solver/ScalarFunctionMaxComputer.cpp~ 2007-04-25 11:39:37.000000000
+0000
+++ solver/ScalarFunctionMaxComputer.cpp 2007-04-25 11:39:45.000000000
+0000
@@ -22,6 +22,8 @@
#include <Mesh.hpp>
#include <ScalarFunctionBase.hpp>
+#include <limits>
+
ScalarFunctionMaxComputer::
ScalarFunctionMaxComputer(ConstReferenceCounting<Mesh> mesh,
ConstReferenceCounting<ScalarFunctionBase> function)
--- solver/ScalarFunctionMinComputer.cpp~ 2007-04-25 11:40:50.000000000
+0000
+++ solver/ScalarFunctionMinComputer.cpp 2007-04-25 11:41:21.000000000
+0000
@@ -22,6 +22,8 @@
#include <Mesh.hpp>
#include <ScalarFunctionBase.hpp>
+#include <limits>
+
ScalarFunctionMinComputer::
ScalarFunctionMinComputer(ConstReferenceCounting<Mesh> mesh,
ConstReferenceCounting<ScalarFunctionBase> function)
--- solver/SurfaceMeshGenerator.cpp~ 2007-04-25 11:47:15.000000000 +0000
+++ solver/SurfaceMeshGenerator.cpp 2007-04-25 11:47:42.000000000 +0000
@@ -55,6 +55,7 @@
#include <iostream>
#include <fstream>
#include <stack>
+#include <algorithm>
inline double SDet(const Vertex & V1, const Vertex & V2, const Vertex & V3) {
--- solver/triangulation.hpp~ 2007-04-25 11:49:07.000000000 +0000
+++ solver/triangulation.hpp 2007-04-25 11:49:37.000000000 +0000
@@ -20,6 +20,7 @@
#ifndef TRIANGULATION_HPP
#define TRIANGULATION_HPP
+#include <cstdlib>
#include <ostream>
#include <vector>
#include <list>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: freefem3d
Source-Version: 1.0pre10-1
We believe that the bug you reported is fixed in the latest version of
freefem3d, which is due to be installed in the Debian FTP archive:
freefem3d_1.0pre10-1.diff.gz
to pool/main/f/freefem3d/freefem3d_1.0pre10-1.diff.gz
freefem3d_1.0pre10-1.dsc
to pool/main/f/freefem3d/freefem3d_1.0pre10-1.dsc
freefem3d_1.0pre10-1_i386.deb
to pool/main/f/freefem3d/freefem3d_1.0pre10-1_i386.deb
freefem3d_1.0pre10.orig.tar.gz
to pool/main/f/freefem3d/freefem3d_1.0pre10.orig.tar.gz
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.
Christophe Prud'homme <[EMAIL PROTECTED]> (supplier of updated freefem3d
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, 07 Jul 2007 14:58:00 +0100
Source: freefem3d
Binary: freefem3d
Architecture: source i386
Version: 1.0pre10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]>
Changed-By: Christophe Prud'homme <[EMAIL PROTECTED]>
Description:
freefem3d - A language and solver for partial differential equations in 3D
Closes: 420922
Changes:
freefem3d (1.0pre10-1) unstable; urgency=low
.
[Stéphane Del Pino]
* New upstream release
Bugs fixed in 1.0pre10:
o Bug #11530: "cannot install..." [bison checking in configure]
o Bug #7709 : "Mesh Transformation code not finished" [code finished]
o Fixed Debian Bug#420922: FTBFS with GCC 4.3: missing #includes,
thanks to Martin Michlmayr (Closes: #420922).
o The code is built even when cannot build documentation
o P2 and Q2 elements are now fully working (thanks to Edouard Oudet's
reports)
.
* New in 1.0pre10:
o Added function building simplifier [optimization]
o Removed deprecated functions from language syntax
o Save multiple functions and fields into one VTK file
o Many ff3d feature are now tests in the test suite
o Output improvements: save/read in vtk format for vectors, fields,...
Files:
c438babcfa4d4611bca1789d5ae694bc 944 math optional freefem3d_1.0pre10-1.dsc
97d431b3102b8375bd00755012fec9ae 5222026 math optional
freefem3d_1.0pre10.orig.tar.gz
c92626fe12c4ab70a41d876e3ca83f11 6353 math optional
freefem3d_1.0pre10-1.diff.gz
c0768ba141e6740ab7995225aef36506 4580820 math optional
freefem3d_1.0pre10-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGlFBzoY+0C9S+FFARAovcAJ47e7cla7UeC+v7wb2Y24YW55IqhQCeP9B8
UFUNr5Cwhg0I/OqkZhWxVKk=
=xm/Q
-----END PGP SIGNATURE-----
--- End Message ---