Your message dated Thu, 24 May 2012 22:09:24 +0000
with message-id <e1sxgdk-0007dc...@franck.debian.org>
and subject line Bug#674358: fixed in gmsh 2.5.1~beta2~svn12143~dfsg-1
has caused the Debian Bug report #674358,
regarding gmsh: FTBFS: array.hpp:374:7: error: 'SetSize' was not declared in 
this scope, and no declarations were found by argument-dependent lookup at the 
point of instantiation [-fpermissive]
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 ow...@bugs.debian.org
immediately.)


-- 
674358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gmsh
Version: 2.5.1~beta2~svn11845~dfsg-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> /usr/bin/c++   -DNO_PARALLEL_THREADS -DNOTCL -DHAVE_NO_OCC_CONFIG_H -D_OCC64 
> -DOCCGEOMETRY -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX -fopenmp -lmpi -fPIC 
> -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -O2 -g -I"/«PKGBUILDDIR»/contrib/mpeg_encode/headers" 
> -I"/«PKGBUILDDIR»/contrib/lbfgs" 
> -I"/«PKGBUILDDIR»/contrib/DiscreteIntegration" 
> -I"/«PKGBUILDDIR»/contrib/MathEx" -I"/«PKGBUILDDIR»/contrib/Chaco/main" 
> -I"/«PKGBUILDDIR»/contrib/rtree" -I"/«PKGBUILDDIR»/contrib/voro++/src" 
> -I"/«PKGBUILDDIR»/contrib/blossom/MATCH" 
> -I"/«PKGBUILDDIR»/contrib/blossom/concorde97" 
> -I"/«PKGBUILDDIR»/contrib/blossom/concorde97/INCLUDE" 
> -I"/«PKGBUILDDIR»/contrib/Netgen" 
> -I"/«PKGBUILDDIR»/contrib/Netgen/libsrc/include" 
> -I"/«PKGBUILDDIR»/contrib/Netgen/nglib" -I"/«PKGBUILDDIR»/contrib/bamg" 
> -I"/«PKGBUILDDIR»/contrib/bamg/bamglib" 
> -I"/«PKGBUILDDIR»/contrib/mmg3d/build/sources" 
> -I"/«PKGBUILDDIR»/contrib/Salome" -I"/«PKGBUILDDIR»/Common" 
> -I"/«PKGBUILDDIR»/Fltk" -I"/«PKGBUILDDIR»/Geo" -I"/«PKGBUILDDIR»/Graphics" 
> -I"/«PKGBUILDDIR»/Mesh" -I"/«PKGBUILDDIR»/Solver" -I"/«PKGBUILDDIR»/Numeric" 
> -I"/«PKGBUILDDIR»/Parser" -I"/«PKGBUILDDIR»/Plugin" -I"/«PKGBUILDDIR»/Post" 
> -I"/«PKGBUILDDIR»/Qt" -I/usr/include/FL/images -I/usr/include/jpeg 
> -I/usr/include/zlib -I/usr/include/png -I/usr/include/ANN -I/usr/include/gmm 
> -I/usr/lib/petscdir/3.2/include 
> -I/usr/lib/petscdir/3.2/linux-gnu-c-opt/include -I/usr/include/slepc 
> -I/usr/lib/slepcdir/3.2/linux-gnu-c-opt/include 
> -I/usr/lib/oce-0.9.1/../../include/oce -I/usr/include/mpi 
> -I"/«PKGBUILDDIR»/debian/build/Common"    -Wall -o 
> CMakeFiles/gmsh.dir/contrib/Netgen/libsrc/meshing/ruler2.cpp.o -c 
> "/«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/ruler2.cpp"
> In file included from 
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/myadt.hpp:26:0,
>                  from 
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/../include/myadt.hpp:1,
>                  from 
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/meshing.hpp:6,
>                  from 
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/ruler2.cpp:2:
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp: In 
> instantiation of 'netgen::ArrayMem<T, S>& netgen::ArrayMem<T, 
> S>::operator=(const netgen::FlatArray<T>&) [with T = netgen::Point2d; int S = 
> 100; netgen::ArrayMem<T, S> = netgen::ArrayMem<netgen::Point2d, 100>]':
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/ruler2.cpp:672:61:   required 
> from here
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> error: 'SetSize' was not declared in this scope, and no declarations were 
> found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: declarations in dependent base 'netgen::Array<netgen::Point2d>' are not 
> found by unqualified lookup
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: use 'this->SetSize' instead
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp: In 
> instantiation of 'netgen::ArrayMem<T, S>& netgen::ArrayMem<T, 
> S>::operator=(const netgen::FlatArray<T>&) [with T = netgen::INDEX_2; int S = 
> 100; netgen::ArrayMem<T, S> = netgen::ArrayMem<netgen::INDEX_2, 100>]':
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/ruler2.cpp:673:58:   required 
> from here
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> error: 'SetSize' was not declared in this scope, and no declarations were 
> found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: declarations in dependent base 'netgen::Array<netgen::INDEX_2>' are not 
> found by unqualified lookup
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: use 'this->SetSize' instead
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp: In 
> instantiation of 'netgen::ArrayMem<T, S>& netgen::ArrayMem<T, 
> S>::operator=(const netgen::FlatArray<T>&) [with T = int; int S = 100; 
> netgen::ArrayMem<T, S> = netgen::ArrayMem<int, 100>]':
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/ruler2.cpp:674:23:   required 
> from here
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> error: 'SetSize' was not declared in this scope, and no declarations were 
> found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: declarations in dependent base 'netgen::Array<int, 0>' are not found by 
> unqualified lookup
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: use 'this->SetSize' instead
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp: In 
> instantiation of 'netgen::ArrayMem<T, S>& netgen::ArrayMem<T, 
> S>::operator=(const netgen::FlatArray<T>&) [with T = netgen::Element2d; int S 
> = 100; netgen::ArrayMem<T, S> = netgen::ArrayMem<netgen::Element2d, 100>]':
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/meshing/ruler2.cpp:675:23:   required 
> from here
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> error: 'SetSize' was not declared in this scope, and no declarations were 
> found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: declarations in dependent base 'netgen::Array<netgen::Element2d>' are 
> not found by unqualified lookup
> /«PKGBUILDDIR»/contrib/Netgen/libsrc/include/../general/array.hpp:374:7: 
> note: use 'this->SetSize' instead
> make[4]: *** [CMakeFiles/gmsh.dir/contrib/Netgen/libsrc/meshing/ruler2.cpp.o] 
> Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/05/24/gmsh_2.5.1~beta2~svn11845~dfsg-2_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: gmsh
Source-Version: 2.5.1~beta2~svn12143~dfsg-1

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_2.5.1~beta2~svn12143~dfsg-1.debian.tar.gz
  to main/g/gmsh/gmsh_2.5.1~beta2~svn12143~dfsg-1.debian.tar.gz
gmsh_2.5.1~beta2~svn12143~dfsg-1.dsc
  to main/g/gmsh/gmsh_2.5.1~beta2~svn12143~dfsg-1.dsc
gmsh_2.5.1~beta2~svn12143~dfsg-1_amd64.deb
  to main/g/gmsh/gmsh_2.5.1~beta2~svn12143~dfsg-1_amd64.deb
gmsh_2.5.1~beta2~svn12143~dfsg.orig.tar.xz
  to main/g/gmsh/gmsh_2.5.1~beta2~svn12143~dfsg.orig.tar.xz



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 674...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gladky.an...@gmail.com> (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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 24 May 2012 22:06:11 +0200
Source: gmsh
Binary: gmsh
Architecture: source amd64
Version: 2.5.1~beta2~svn12143~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gladky.an...@gmail.com>
Description: 
 gmsh       - Three-dimensional finite element mesh generator
Closes: 674358
Changes: 
 gmsh (2.5.1~beta2~svn12143~dfsg-1) unstable; urgency=low
 .
   * [2d76517] Imported Upstream version 2.5.1~beta2~svn12143~dfsg.
               (Closes: #674358)
   * [551fd6f] Import debian/rules changes from non-free version
   * [fa51002] Refresh patches
   * [77b9389] Add alauzet.patch from gmsh-tetgen
   * [ad9026f] Add cgns.patch from gmsh-tetgen
   * [40004dc] Add pedantic.patch from gmsh-tetgen
   * [ba6f120] Fix FTBFS against gcc-4.7 (bamg-library).
Checksums-Sha1: 
 e1852673190656b6dd5d6b8c2ba56dce04ce1125 2843 
gmsh_2.5.1~beta2~svn12143~dfsg-1.dsc
 17f067671a8cf67389a9d402379d39cc0f38e18c 3822432 
gmsh_2.5.1~beta2~svn12143~dfsg.orig.tar.xz
 3c9a59903b79894cb6368e37f96af37027488582 35011 
gmsh_2.5.1~beta2~svn12143~dfsg-1.debian.tar.gz
 d3fd014f4f70f7b79d3b0467b42d6e9a38cc2e4a 13591728 
gmsh_2.5.1~beta2~svn12143~dfsg-1_amd64.deb
Checksums-Sha256: 
 a9f512c365228252f76d830213ba7c4442c84be2289782745134a48342a5eab8 2843 
gmsh_2.5.1~beta2~svn12143~dfsg-1.dsc
 618dcad5735203d28150110b12507de1f6938f1f9c09ac91e98917b85a739e67 3822432 
gmsh_2.5.1~beta2~svn12143~dfsg.orig.tar.xz
 a571cdb4c4fe2a7fd6079e023a9e310f1cc064b012d5f3414714dad04cc30be0 35011 
gmsh_2.5.1~beta2~svn12143~dfsg-1.debian.tar.gz
 8138e7996de836aa4161b8597cf1188e9d194dfaa8be647940ab2e3783725937 13591728 
gmsh_2.5.1~beta2~svn12143~dfsg-1_amd64.deb
Files: 
 9a8d2e665b3450f3da2b572b6a2f39be 2843 math optional 
gmsh_2.5.1~beta2~svn12143~dfsg-1.dsc
 385140c1b93e8189ed18e8b10307e7e9 3822432 math optional 
gmsh_2.5.1~beta2~svn12143~dfsg.orig.tar.xz
 54d125b544711da929d7f6699dacd70c 35011 math optional 
gmsh_2.5.1~beta2~svn12143~dfsg-1.debian.tar.gz
 837db5d657cd108d7bd6226efdaa491f 13591728 math optional 
gmsh_2.5.1~beta2~svn12143~dfsg-1_amd64.deb

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

iQIcBAEBAgAGBQJPvq+pAAoJENPhc4PPp/8Gu4kP/iFrMvd3jqaRug/VK51FjzW+
IxmnAn4ETEBMW1Fl4tjuAgMwzsLu5hBwUT5aDrIqioROWaUE+BwKWktBi5F+eHEj
Of0k0oBILYzYK6uGkeidXr89wNnNE3au7IDSqCi3Jv1cB8km4xlkUAcVV1cnVpAa
2oaiJYf4QT5KUH/vRWMIrZtDBa3hw9XMjmdxtuPmZS0zKiVTvwyrsQsS/Rh53Ivc
8hIKAG/yPCeS+cS9rQ/VSQoXWUjDIWka2p/om0tHeXgm00eUh0D/l1J8uMoOIb7d
HBku5nBblk4E0DhPgejn2siwNFgFvyw6H3cKdJWIKOg6WRR5peG4+wWgcLz3s4Zb
MT5nuptk88ZLRZ//xE/dbjhYwCtLqI8Km1sgAMQT1VEI7wqVsgBjELy7HRuRNQQj
WabiNHZmLjn7rnwncaAeHv9ELMVTX9nSQrZ9wdIULsYu0beUiazC8SdU6p8dV0aO
OzfivUZ89wXFsF9IyGm2eTnKBZir9uc0B9U+zDTFRNEDyhEARbt9b/gRLMZb5xXy
HKwrGl3zVIKaKKQImaVHGBQ2y1DXJqndhYiYsUvb+reZoRHaRbwG5n0QjrCrlJu3
XO8/LcvH41ypfn2HcsMUgkfR+WQwOhvZneGnifiGDl4O26G7nyNK3JMtJKisVF6K
ZXrWjapLfqvzpbCXwW3h
=6L3S
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to