Your message dated Fri, 14 Apr 2006 11:47:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#358053: fixed in freefem3d 1.0pre8-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: freefem3d
Version: 1.0pre7-3
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is attached.


> Automatic build of freefem3d_1.0pre7-3 on bigsur by sbuild/mips 1.106
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I..   -I.. -I../solver -I../algebra 
> -I../geometry -I../utils -I../language -I../graphics  -Wall -DNDEBUG -O0 
> -funroll-all-loops -fargument-noalias-global -fno-gcse -MT FFLexer.o -MD -MP 
> -MF ".deps/FFLexer.Tpo" -c -o FFLexer.o FFLexer.cpp; \
>       then mv -f ".deps/FFLexer.Tpo" ".deps/FFLexer.Po"; else rm -f 
> ".deps/FFLexer.Tpo"; exit 1; fi
> FFLexer.cpp:241:2: warning: #warning "'medit' will be depreciated and may be 
> replaced by 'mesh'"
> ./MeshExpression.hpp:217: error: extra qualification 
> 'MeshExpressionExtract::' on member '__extract'
> make[4]: *** [FFLexer.o] Error 1
> make[4]: Leaving directory `/build/tbm/freefem3d-1.0pre7/language'


--- ./graphics/VTKDriver.hpp~   2006-03-20 23:29:48.000000000 +0000
+++ ./graphics/VTKDriver.hpp    2006-03-20 23:29:55.000000000 +0000
@@ -50,8 +50,7 @@
    * @return a vtkDoubleArray that contains the values
    */
   vtkDoubleArray*
-  VTKDriver::__getValues(const Mesh& m,
-                        ReferenceCounting<UserFunction> u);
+  __getValues(const Mesh& m, ReferenceCounting<UserFunction> u);
 
   template <typename MeshType>
   void __plot(const MeshType& m,
--- ./language/MeshExpression.hpp~      2006-03-20 23:29:04.000000000 +0000
+++ ./language/MeshExpression.hpp       2006-03-20 23:29:13.000000000 +0000
@@ -214,7 +214,7 @@
   std::ostream& put(std::ostream& os) const;
 
   template <typename MeshType>
-  void MeshExpressionExtract::__extract();
+  void __extract();
 
 public:
   void execute();


But then I get this scary stuff.  No idea why, though:


g++ -Wall -DNDEBUG -O2 -funroll-all-loops -fargument-noalias-global -fno-gcse 
-o ff3d trapFPE.o main.o FFThread.o -pthread  language/libfflanguage.a 
solver/libffsolve.a language/libpovlanguage.a geometry/libffgeometry.a 
algebra/libffalgebra.a utils/libffutils.a
FFThread.o: In function `FFThread::run()':FFThread.cpp:(.text+0x7e8): undefined 
reference to `ffparse()'
language/libfflanguage.a(FFLexer.o): In function 
`FFLexer::isVariable(std::basic_string<char, std::char_traits<char>, 
std::allocator<char> > const&)':FFLexer.cpp:(.text+0x141): undefined reference 
to `fflval'
:FFLexer.cpp:(.text+0x15b): undefined reference to `fflval'
:FFLexer.cpp:(.text+0x175): undefined reference to `fflval'
:FFLexer.cpp:(.text+0x17c): undefined reference to `fflval'
:FFLexer.cpp:(.text+0x1fa): undefined reference to `fflval'
language/libfflanguage.a(FFLexer.o):FFLexer.cpp:(.text+0x214): more undefined 
references to `fflval' follow
utils/libffutils.a(StaticCenter.o): In function 
`StaticCenter::StaticCenter()':StaticCenter.cpp:(.text+0x8c8): undefined 
reference to `Q1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> 
const&) const'
:StaticCenter.cpp:(.text+0x8fd): undefined reference to 
`Q1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x933): undefined reference to 
`Q1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x968): undefined reference to 
`Q1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xb52): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0xb7f): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xba7): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xbcf): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xbf7): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0xc25): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xc4e): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xc77): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xca0): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0xcce): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xcf7): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xd20): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xd49): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0xd77): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xda0): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0xdc9): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
utils/libffutils.a(StaticCenter.o): In function 
`StaticCenter::StaticCenter()':StaticCenter.cpp:(.text+0x1578): undefined 
reference to `Q1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> 
const&) const'
:StaticCenter.cpp:(.text+0x15ad): undefined reference to 
`Q1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x15e3): undefined reference to 
`Q1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1618): undefined reference to 
`Q1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1802): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0x182f): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1857): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x187f): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x18a7): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0x18d5): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x18fe): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1927): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1950): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0x197e): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x19a7): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x19d0): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x19f9): undefined reference to 
`P1FiniteElement::W(unsigned long const&, TinyVector<3ul, double> const&) const'
:StaticCenter.cpp:(.text+0x1a27): undefined reference to 
`P1FiniteElement::dxW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1a50): undefined reference to 
`P1FiniteElement::dyW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
:StaticCenter.cpp:(.text+0x1a79): undefined reference to 
`P1FiniteElement::dzW(unsigned long const&, TinyVector<3ul, double> const&) 
const'
utils/libffutils.a(ThreadStaticCenter.o): In function 
`ThreadStaticCenter::ThreadStaticCenter()':ThreadStaticCenter.cpp:(.text+0xff): 
undefined reference to `Information::Information()'
utils/libffutils.a(ThreadStaticCenter.o): In function 
`ThreadStaticCenter::ThreadStaticCenter()':ThreadStaticCenter.cpp:(.text+0x19f):
 undefined reference to `Information::Information()'
collect2: ld returned 1 exit status
make[2]: *** [ff3d] Error 1
make[2]: Leaving directory `/home/tbm/src/freefem3d-1.0pre7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tbm/src/freefem3d-1.0pre7'
make: *** [all] Error 2
zsh: exit 2     make
(sid)661:[EMAIL PROTECTED]: ~/src/freefem3d-1.0pre7]



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


--- End Message ---
--- Begin Message ---
Source: freefem3d
Source-Version: 1.0pre8-2

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.0pre8-2.diff.gz
  to pool/main/f/freefem3d/freefem3d_1.0pre8-2.diff.gz
freefem3d_1.0pre8-2.dsc
  to pool/main/f/freefem3d/freefem3d_1.0pre8-2.dsc
freefem3d_1.0pre8-2_i386.deb
  to pool/main/f/freefem3d/freefem3d_1.0pre8-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.
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: Fri, 14 Apr 2006 20:10:41 +0200
Source: freefem3d
Binary: freefem3d
Architecture: source i386
Version: 1.0pre8-2
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: 326760 358053
Changes: 
 freefem3d (1.0pre8-2) unstable; urgency=low
 .
   * Bug fix: "FTBFS with G++ 4.1: extra qualification", thanks to Martin
     Michlmayr (Closes: #358053).
   * Bug fix: "freefem3d: Spelling in package description", thanks to Igor
     Khavkine (Closes: #326760).
Files: 
 73bfa8d44f8de950478f2f1a9b2af3e2 783 math optional freefem3d_1.0pre8-2.dsc
 2a21595866f47dcffc30e8deb7b9c7e0 6008 math optional freefem3d_1.0pre8-2.diff.gz
 03262a8f8a8d3bb17b4240bb92be9973 3511058 math optional 
freefem3d_1.0pre8-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEP+sQoY+0C9S+FFARApaDAJ9QhESe2y0JbIOpNpEh1RAe2yaZ1QCdGquQ
23pV/PTOialvdqUPsmGFH7k=
=GN59
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to