Your message dated Wed, 28 Sep 2005 03:17:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324310: fixed in gmsh 1.60.1-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Aug 2005 14:22:38 +0000
>From [EMAIL PROTECTED] Sun Aug 21 07:22:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c158132.adsl.hansenet.de (localhost.localdomain) 
[213.39.158.132] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E6qib-000741-00; Sun, 21 Aug 2005 07:22:37 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1E6qiU-0006I2-Cu; Sun, 21 Aug 2005 16:22:30 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gmsh: FTBFS: ISO C++ forbids declaration of 'Mesh' with no type
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 21 Aug 2005 16:22:30 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: gmsh
Version: 1.60.1-1
Severity: serious
Tags: patch

When building 'gmsh' on unstable,
I get the following error:

x86_64-linux-gnu-g++ -Wall -O2 -DHAVE_GSL -DHAVE_MATH_EVAL -DHAVE_NETGEN 
-DHAVE_LIBZ -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_FLTK   -I/usr/include/freetype2 
-I../Common -Ilibsrc/include -Ilibsrc/interface -DNO_PARALLEL_THREADS -UWIN32 
-c libsrc/meshing/global.cpp -o libsrc/meshing/global.o
libsrc/include/../gprim/adtree.hpp:40: warning: 'class netgen::ADTreeCriterion' 
has virtual functions but non-virtual destructor
libsrc/include/../opti/opti.hpp:19: warning: 'class netgen::MinFunction' has 
virtual functions but non-virtual destructor
libsrc/meshing/meshtype.hpp:441: warning: 'class netgen::Element' has virtual 
functions but non-virtual destructor
libsrc/meshing/meshtype.hpp:965: error: ISO C++ forbids declaration of 'Mesh' 
with no type

The attached patch fixes this.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gmsh-1.60.1/Netgen/libsrc/meshing/meshtype.hpp 
./Netgen/libsrc/meshing/meshtype.hpp
--- ../tmp-orig/gmsh-1.60.1/Netgen/libsrc/meshing/meshtype.hpp  2004-12-09 
06:22:05.000000000 +0000
+++ ./Netgen/libsrc/meshing/meshtype.hpp        2005-08-21 13:53:14.000000000 
+0000
@@ -36,7 +36,7 @@
 
 
 
-
+class Mesh;
 // class CSGeometry;
 
 extern int GetTimeStamp();

---------------------------------------
Received: (at 324310-close) by bugs.debian.org; 28 Sep 2005 10:24:16 +0000
>From [EMAIL PROTECTED] Wed Sep 28 03:24:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EKYzu-0007wd-00; Wed, 28 Sep 2005 03:17:10 -0700
From: Christophe Prud'homme <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324310: fixed in gmsh 1.60.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 28 Sep 2005 03:17:10 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: gmsh
Source-Version: 1.60.1-2

We believe that the bug you reported is fixed in the latest version of
gmsh, which is due to be installed in the Debian FTP archive:

gmsh_1.60.1-2.diff.gz
  to pool/main/g/gmsh/gmsh_1.60.1-2.diff.gz
gmsh_1.60.1-2.dsc
  to pool/main/g/gmsh/gmsh_1.60.1-2.dsc
gmsh_1.60.1-2_i386.deb
  to pool/main/g/gmsh/gmsh_1.60.1-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 gmsh 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: Wed, 28 Sep 2005 11:42:54 +0200
Source: gmsh
Binary: gmsh
Architecture: source i386
Version: 1.60.1-2
Distribution: unstable
Urgency: low
Maintainer: Christophe Prud'homme <[EMAIL PROTECTED]>
Changed-By: Christophe Prud'homme <[EMAIL PROTECTED]>
Description: 
 gmsh       - three-dimensional finite element mesh generator
Closes: 324310
Changes: 
 gmsh (1.60.1-2) unstable; urgency=low
 .
   * Rebuilt with libfltk1.1.
   * Updated to Standards-Version 3.6.2 (no changes).
   * Bug fix: "gmsh: FTBFS: ISO C++ forbids declaration of 'Mesh' with no
     type", thanks to Andreas Jochens (Closes: #324310).
   * changed my email address to Debian one.
Files: 
 15c602087e1cbd8303f662a2f232ea01 707 math optional gmsh_1.60.1-2.dsc
 b6d299ff26f1d8c894ee03b91b343773 31813 math optional gmsh_1.60.1-2.diff.gz
 d8c7117abbf64f6761a4c194654dca4e 2731780 math optional gmsh_1.60.1-2_i386.deb

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

iD8DBQFDOmoQoY+0C9S+FFARAnEkAJ4huEf/4TtayrO5xJDBtjAPBcXncwCdH9OY
AoLFrTwBmu2qaqsfTmScUp4=
=gW69
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to