Your message dated Thu, 10 Aug 2023 08:37:04 +0000 with message-id <[email protected]> and subject line Bug#1043307: fixed in mshr 2019.2.0~git20200924.c27eb18+dfsg1-9 has caused the Debian Bug report #1043307, regarding mshr: FTBFS in sid 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 [email protected] immediately.) -- 1043307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043307 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: mshr Version: 2019.2.0~git20200924.c27eb18+dfsg1-8 Severity: important Dear Maintainer, mshr is failing to build in sid: In file included from /usr/include/boost/mpl/aux_/has_begin.hpp:17, from /usr/include/boost/mpl/aux_/begin_end_impl.hpp:21, from /usr/include/boost/mpl/begin_end.hpp:18, from /usr/include/boost/mpl/iter_fold.hpp:18, from /usr/include/boost/variant/detail/initializer.hpp:28, from /usr/include/boost/variant/variant.hpp:30, from /usr/include/boost/variant.hpp:17, from /usr/include/dolfin/parameter/Parameters.h:25, from /usr/include/dolfin/common/Variable.h:28, from /home/ubuntu/deb/mshr/mshr/include/mshr/CSGGeometry.h:29, from /home/ubuntu/deb/mshr/mshr/include/mshr/CSGPrimitive.h:23, from /home/ubuntu/deb/mshr/mshr/include/mshr/CSGPrimitives3D.h:23, from /home/ubuntu/deb/mshr/mshr/include/mshr/CSGCGALDomain3D.h:21, from /home/ubuntu/deb/mshr/mshr/include/mshr/CSGCGALMeshGenerator3D.h:21, from /home/ubuntu/deb/mshr/mshr/src/CSGCGALMeshGenerator3D.cpp:19: /usr/include/CGAL/STL_Extension/internal/Has_features.h:24:3: note: ‘CGAL::internal::has_Has_features’ declared here 24 | BOOST_MPL_HAS_XXX_TRAIT_DEF(Has_features) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/ubuntu/deb/mshr/mshr/src/make_multicomponent_mesh_3.h:44:29: error: ‘has_Has_features’ is not a member of ‘CGAL::Mesh_3::internal’; did you mean ‘CGAL::internal::has_Has_features’? 44 | CGAL::Mesh_3::internal::has_Has_features<MeshDomain>::value > () (c3t3, | ^~~~~~~~~~~~~~~~ /usr/include/CGAL/STL_Extension/internal/Has_features.h:24:3: note: ‘CGAL::internal::has_Has_features’ declared here 24 | BOOST_MPL_HAS_XXX_TRAIT_DEF(Has_features) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/ubuntu/deb/mshr/mshr/src/make_multicomponent_mesh_3.h:44:56: error: template argument 4 is invalid 44 | CGAL::Mesh_3::internal::has_Has_features<MeshDomain>::value > () (c3t3, | ^ /home/ubuntu/deb/mshr/mshr/src/make_multicomponent_mesh_3.h:44:65: error: qualified-id in declaration before ‘>’ token 44 | CGAL::Mesh_3::internal::has_Has_features<MeshDomain>::value > () (c3t3, | ^ /home/ubuntu/deb/mshr/mshr/src/CSGCGALMeshGenerator3D.cpp: In member function ‘void mshr::CSGCGALMeshGenerator3D::generate(std::shared_ptr<const mshr::CSGCGALDomain3D>, dolfin::Mesh&) const’: /home/ubuntu/deb/mshr/mshr/src/CSGCGALMeshGenerator3D.cpp:333:44: error: no matching function for call to ‘make_multicomponent_mesh_3_impl<C3t3>(C3t3&, PolyhedralMeshDomain&, CGAL::Mesh_criteria_3<CGAL::Mesh_3_regular_triangulation_3_wrapper<CGAL::Robust_weighted_circumcenter_filtered_traits_3<CGAL::Mesh_3::Robust_intersection_traits_3_new<CGAL::Epick> >, >CGAL::Mesh_triangulation_3<Polyhedral_multicomponent_mesh_domain_with_features_3<CGAL::Epick> >::Tds> >&, >CGAL::Named_function_parameters<CGAL::parameters::internal::Exude_options, CGAL::internal_np::exude_options_param_t, CGAL::internal_np::No_property>, CGAL::Named_function_parameters<CGAL::parameters::internal::Perturb_options, CGAL::internal_np::perturb_options_param_t, CGAL::internal_np::No_property>, CGAL::Named_function_parameters<CGAL::parameters::internal::Odt_options, CGAL::internal_np::odt_options_param_t, CGAL::internal_np::No_property>, CGAL::Named_function_parameters<CGAL::parameters::internal::Lloyd_options, CGAL::internal_np::lloyd_options_param_t, CGAL::internal_np::No_property>, bool)’ 333 | make_multicomponent_mesh_3_impl<C3t3>(c3t3, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ 334 | domain, | ~~~~~~~ 335 | *criteria, | ~~~~~~~~~~ 336 | CGAL::parameters::no_exude(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 337 | CGAL::parameters::no_perturb(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 338 | CGAL::parameters::no_odt(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 339 | CGAL::parameters::no_lloyd(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 340 | true); | ~~~~~ /home/ubuntu/deb/mshr/mshr/src/make_multicomponent_mesh_3.h:26:6: note: candidate: ‘template<class C3T3, class MeshDomain, class MeshCriteria> void make_multicomponent_mesh_3_impl(C3T3&, const MeshDomain&, const MeshCriteria&, const CGAL::parameters::internal::Exude_options&, const CGAL::parameters::internal::Perturb_options&, const CGAL::parameters::internal::Odt_options&, const CGAL::parameters::internal::Lloyd_options&, bool, const CGAL::parameters::internal::Mesh_3_options&)’ 26 | void make_multicomponent_mesh_3_impl(C3T3& c3t3, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/ubuntu/deb/mshr/mshr/src/make_multicomponent_mesh_3.h:26:6: note: template argument deduction/substitution failed: /home/ubuntu/deb/mshr/mshr/src/CSGCGALMeshGenerator3D.cpp:336:71: note: cannot convert ‘CGAL::parameters::no_exude()’ (type ‘CGAL::Named_function_parameters<CGAL::parameters::internal::Exude_options, CGAL::internal_np::exude_options_param_t, CGAL::internal_np::No_property>’) to type ‘const CGAL::parameters::internal::Exude_options&’ 336 | CGAL::parameters::no_exude(), | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ make[4]: *** [CMakeFiles/mshr.dir/build.make:135: CMakeFiles/mshr.dir/src/CSGCGALMeshGenerator3D.cpp.o] Error 1 make[4]: Leaving directory '/home/ubuntu/deb/mshr/mshr/obj-x86_64-linux-gnu' make[3]: *** [CMakeFiles/Makefile2:105: CMakeFiles/mshr.dir/all] Error 2 make[3]: Leaving directory '/home/ubuntu/deb/mshr/mshr/obj-x86_64-linux-gnu' make[2]: *** [Makefile:139: all] Error 2 make[2]: Leaving directory '/home/ubuntu/deb/mshr/mshr/obj-x86_64-linux-gnu' dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2 make[1]: *** [debian/rules:108: override_dh_auto_build] Error 25 make[1]: Leaving directory '/home/ubuntu/deb/mshr/mshr' make: *** [debian/rules:92: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---Source: mshr Source-Version: 2019.2.0~git20200924.c27eb18+dfsg1-9 Done: Drew Parsons <[email protected]> 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Drew Parsons <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 10 Aug 2023 03:47:17 +0200 Source: mshr Architecture: source Version: 2019.2.0~git20200924.c27eb18+dfsg1-9 Distribution: unstable Urgency: medium Maintainer: Debian Science Team <[email protected]> Changed-By: Drew Parsons <[email protected]> Closes: 1000950 1043307 Changes: mshr (2019.2.0~git20200924.c27eb18+dfsg1-9) unstable; urgency=medium . * make mshr.pth more robust with respect to PETSc installation. Use default path if petscconf.h can't be found. Closes: #1000950. * debian patch build_CGAL5.6.patch fixes build for CGAL 5.6. Named parameters can only be set in CGAL functions. Closes: #1043307 * Standards-Version: 4.6.2 Checksums-Sha1: c60784b31b9109b44f7d95ee55a2dd98976a22e8 3043 mshr_2019.2.0~git20200924.c27eb18+dfsg1-9.dsc 7dc8d765da6feedec418c8762293421104222945 13948 mshr_2019.2.0~git20200924.c27eb18+dfsg1-9.debian.tar.xz Checksums-Sha256: f14263a614585c9b2f71141b02b741325fd8485ca33b5823ca9b209b735ad178 3043 mshr_2019.2.0~git20200924.c27eb18+dfsg1-9.dsc 301c17de03b7bdb1f1f11b6eb15e9e2c3305738c3cd22be9253acc9e1bc11ff4 13948 mshr_2019.2.0~git20200924.c27eb18+dfsg1-9.debian.tar.xz Files: 5bc9d743986bd7d0cabca4b0c8d77235 3043 math optional mshr_2019.2.0~git20200924.c27eb18+dfsg1-9.dsc 45879c800f9d8e83bb64aa0fa587a980 13948 math optional mshr_2019.2.0~git20200924.c27eb18+dfsg1-9.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmTUl4cACgkQVz7x5L1a AfoxQA//aQYIYUIuRn+LShnS4+m3cEvKUV95kDhw5CooE+kyj9Zer9O13VyRI7sC C03LyznPqHumwcgNKcC0vguTDki/uMd0RSUy52ZetAqG+OcJzuOpdbsuLxqJpVxN d6YgxnDq3Lj0vtN/o+uwDRhJxwH89gefB9S3fcDrvmpecpNV3Niocyths6oKOJsK sD6WPCUuMn34vzoeQ/rCYECqJPT+apSRSN00oVCXBGElJFf2l26p0+5vv+7FmVRk 4Yc20aRDfPq1UilGM4QX3iWqQhs6L6sNtMMp1eBukZm9MM3qWybDxzZT00JdWFuG +SUtWOqJox/2joUrHyHp63XSAnEC0NpEl+6tdN+NBJW3pGnoz369Gj/bJLStHQC4 PDftxLpNXOjxed/dr4Zu3/vIMaah1MvKpaqA0oeE13wI9/7GSMAh32v1NwKiobco BXjRSaQQ4uT/rTbvZBHfaTpK4Y68TbXrMrPFAATNelRHjK3N0urZwDuDr/9CAl/z CNbTJL3XJVyIgfPDfrv8pi/Wtx23AQspqqkEE4l8PD6Gcm7ZvhO53WA6NURunxau bB7I7B3gV+nE7/lJm6rHCVVkuc/dP5htRCIYt+omsxS7Awy9VsyCfGNykftTB1vO tVkLwkUnKUMLtha+XaiwNc89EnF4fAUvMiR7e52pnQVMPjJ9nys= =NpaK -----END PGP SIGNATURE-----
--- End Message ---
-- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
