Your message dated Fri, 26 Oct 2018 04:19:14 +0000
with message-id <e1gftac-000aeg...@fasolo.debian.org>
and subject line Bug#911814: fixed in mshr 2018.1.0+dfsg1-7
has caused the Debian Bug report #911814,
regarding FTBFS: make_multicomponent_mesh_3.h:40:19: error: 
'CGAL::internal::Mesh_3' has not been declared
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.)


-- 
911814: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mshr
Version: 2018.1.0+dfsg1-6
Severity: serious
Justification: FTBFS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

During a rebuild on unstable, mshr FTBFS with:
/usr/bin/c++  -DCGAL_HEADER_ONLY -DDOLFIN_VERSION=\"2018.1.0\" -DHAS_CHOLMOD 
-DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK 
-DHAS_ZLIB -DNDEBUG -DTETLIBRARY -D_FORTIFY_SOURCE=2 -Dmshr_EX
PORTS -I/<<PKGBUILDDIR>>/include -I/include -I/usr/include/x86_64-linux-gnu 
-isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem 
/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi -isystem /us
r/lib/x86_64-linux-gnu/openmpi/include -isystem 
/usr/lib/slepcdir/slepc3.9/x86_64-linux-gnu-real/include -isystem 
/usr/lib/petscdir/petsc3.9/x86_64-linux-gnu-real/include -isystem 
/usr/include/suitesparse -isyst
em /usr/include/superlu -isystem /usr/include/superlu-dist -isystem 
/usr/include/hypre -isystem /usr/include/scotch  -fpermissive -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werr
or=format-security -std=c++0x -Wall -O3 -DNDEBUG -fPIC   -std=c++11 -o 
CMakeFiles/mshr.dir/src/CSGPrimitives2D.cpp.o -c 
/<<PKGBUILDDIR>>/src/CSGPrimitives2D.cpp                                        
          
In file included from /<<PKGBUILDDIR>>/src/CSGCGALMeshGenerator3D.cpp:43:       
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h: In function 'void 
make_multicomponent_mesh_3_impl(C3T3&, const MeshDomain&, const MeshCriteria&, 
const CGAL::parameters::internal::Exude_options&, const CGAL::p
arameters::internal::Perturb_options&, const 
CGAL::parameters::internal::Odt_options&, const 
CGAL::parameters::internal::Lloyd_options&, bool, const 
CGAL::parameters::internal::Mesh_3_options&)':               
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:40:19: error: 
'CGAL::internal::Mesh_3' has not been declared                                  
                                                                  
   CGAL::internal::Mesh_3::C3t3_initializer<                                    
                                                                                
                                                  
                   ^~~~~~                                                       
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:41:9: error: expected 
primary-expression before ',' token                                             
                                                          
     C3T3,                                                                      
                                                                                
                                                  
         ^                                                                      
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:42:15: error: expected 
primary-expression before ',' token                                             
                                                         
     MeshDomain,                                                                
                                                                                
                                                  
               ^                                                                
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:43:17: error: expected 
primary-expression before ',' token                                             
                                                         
     MeshCriteria,                                                              
                                                                                
                                                  
                 ^
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:44:21: error: 
'CGAL::internal::Mesh_3' has not been declared                                  
                                                                  
     CGAL::internal::Mesh_3::has_Has_features<MeshDomain>::value > () (c3t3,    
                                                                                
                                                  
                     ^~~~~~                                                     
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:44:56: error: expected 
primary-expression before '>' token                                             
                                                         
     CGAL::internal::Mesh_3::has_Has_features<MeshDomain>::value > () (c3t3,    
                                                                                
                                                  
                                                        ^
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:44:59: error: '::value' has 
not been declared                                                               
                                                    
     CGAL::internal::Mesh_3::has_Has_features<MeshDomain>::value > () (c3t3,    
                                                                                
                                                  
                                                           ^~~~~                
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:44:59: note: suggested 
alternative:                                                                    
                                                         
In file included from /usr/include/boost/bind.hpp:22,                           
                                                                                
                                                  
                 from /usr/include/CGAL/Regular_triangulation_3.h:36,
                 from /usr/include/CGAL/Mesh_triangulation_3.h:35,              
                                                                                
                                                  
                 from /<<PKGBUILDDIR>>/src/CSGCGALMeshGenerator3D.cpp:39:       
                                                                                
                                                  
/usr/include/boost/bind/bind.hpp:118:25: note:   'boost::_bi::value'            
                                                                                
                                                  
 template<class T> class value                                                  
                                                                                
                                                  
                         ^~~~~                                                  
                                                                                
                                                  
In file included from /<<PKGBUILDDIR>>/src/CSGCGALMeshGenerator3D.cpp:43:
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:44:68: error: expected 
primary-expression before ')' token                                             
                                                         
     CGAL::internal::Mesh_3::has_Has_features<MeshDomain>::value > () (c3t3,    
                                                                                
                                                  
                                                                    ^           
                                                                                
                                                  
/<<PKGBUILDDIR>>/src/make_multicomponent_mesh_3.h:52:19: error: 
'CGAL::internal::Mesh_3' has not been declared                                  
                                                                  
   CGAL::internal::Mesh_3::init_c3t3(c3t3, domain, criteria, 0);

Full build log available on request.
Thanks,

_g.

- -- System Information:
Distributor ID: PureOS
Description:    PureOS GNU/Linux 8
Release:        8
Codename:       green
Architecture: x86_64

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAlvRXZ4ACgkQ7+hsbH/+
z4NZXggAgUnDXgarBQV4hZMIZIgPVZvX2ZxVpd9f/9PWFSTCEX46mGlFYayzBXvn
W3/kqGw83144RxbLx1CfTGsXN8H/mgc6qb0OS+FSOYfFcnUUDBK5DAt46ngF32aR
64C+z+3uwKyUjwIR1mxyfu/1n4PIbj3fjchZR4QaJRoyaiX3J0lPIM9bwFEh8vj/
S/cbB31fxtFVEwGBN63pkj32dJosfnU7Z9ekZBSJUz7JxDkpwhrNQ/SFXUJFrm7A
I/zECrin9ms9RtXk3IjQxnbrq2gGNF3zqoRtn8lp3+xAQme4BfQPdjSyysN37YrY
KCSwTDgjYro2yNaJZwODDjutd0Af3g==
=L3pB
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: mshr
Source-Version: 2018.1.0+dfsg1-7

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

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

Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated mshr 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 26 Oct 2018 11:45:58 +0800
Source: mshr
Binary: libmshr2018.1 libmshr-dev python3-mshr
Architecture: source
Version: 2018.1.0+dfsg1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Description:
 libmshr-dev - Shared links and header files for mshr
 libmshr2018.1 - Shared libraries for mshr
 python3-mshr - Python 3 interface for mshr
Closes: 911814
Changes:
 mshr (2018.1.0+dfsg1-7) unstable; urgency=medium
 .
   * Debian patch fix_mesh3_internal.patch updates namespace for
     Mesh_3::internal::C3t3_initializer (CGAL 4.13). Closes: #911814.
Checksums-Sha1:
 b265fcf111935aee12cb832e5fbb5745d9acfc67 2432 mshr_2018.1.0+dfsg1-7.dsc
 b81e2d963c0377622af841d59c1a25b7a40d44e5 9192 
mshr_2018.1.0+dfsg1-7.debian.tar.xz
Checksums-Sha256:
 63a3c8aaf08674d383014731bd49605d3c822c4173eb89aef40d61fdbc97641a 2432 
mshr_2018.1.0+dfsg1-7.dsc
 a31e647b5620ff1db7c7681e555c142dcd751364d0d0dfc92f52c395712a631f 9192 
mshr_2018.1.0+dfsg1-7.debian.tar.xz
Files:
 3dbb07cbc22ce52524ec3fd7a8938424 2432 math optional mshr_2018.1.0+dfsg1-7.dsc
 c481fbff4a30df209e3949b7319ae6d6 9192 math optional 
mshr_2018.1.0+dfsg1-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAlvSkT4ACgkQVz7x5L1a
AfqNWhAAptuzYLKVBZeLJK43akwQhut7lRYBtExIAtCpsu8bshUjDMx1Va9n92ZE
E6U5BYY66DgqNddi5HTVlV/YQpcJvX225s02A2ILdROTk3P04HEh5ALzZOjrHKkJ
q0YDAPfIXmldE4QcPTUisO2bECVCt/xy79B2PK/EljxP0wWSHR6/aj54o8PFqQp9
anV4N7p4cfXFf5s2K6bQ0j3wEEzelBp9bV/lnvviuy7BdJM57pToYjO2Xa1kokxg
HgAuO46frlKhiApdnK15UG1GjbPGDTwquG8BNQwT5jMehQ45mxyJt5nAokzSiKDj
xODQv5ETy0IPOP3Yi00g09v9Am8NhUrfI7U3MM5zJb9zz93n2XNtAlTJ2M/jVtrv
V4ppjW2yXsxU6KkAU35Y+C2Ac12Rmv3xN44296knOS1TJaNs1kToezFQ1twRGsip
bsLwJgHPbv9iZfgxihZChr/iIiSzxd4A6AURcXzBhiV1OH18wCzT6+NMgFCCyM9c
uDDRpY9C4N1XjWWnVNJv+l2NyiRQkoKzC2q7JYqmevBaP9GrIBzORBKETtLf1E6T
49P1V0XA8hrMOtIE4zJI9ly8ED/VOLYrZDcHTqNMsSKQJ8HPlml/X6+pr1de6/rm
g/xVAw4MxAWZ3gD/B/KxOBAqNC/zVXBsHCRjyIW4pUfkRosnCwM=
=ya5C
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to