Your message dated Mon, 28 Sep 2020 06:48:40 +0000
with message-id <e1kmmxk-0002th...@fasolo.debian.org>
and subject line Bug#971145: fixed in sfcgal 1.3.8-1
has caused the Debian Bug report #971145,
regarding sfcgal: FTBFS: intersection_of_Polyhedra_3.h:1063:19: error: 
‘Intersect_facets’ is not a member of ‘CGAL::internal’
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.)


-- 
971145: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971145
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sfcgal
Version: 1.3.7-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200926 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK 
> -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK 
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK 
> -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 
> -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include 
> -I/<<PKGBUILDDIR>>/src/../CGAL_patches -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
> -Wno-long-long -pedantic -Wpointer-arith -Wcast-align -Wcast-qual 
> -Wno-overloaded-virtual -Wformat=2 -Winit-self -Wmissing-include-dirs 
> -Wwrite-strings -Wno-error=undef -O2 -g -DNDEBUG -fPIC -frounding-math 
> -std=gnu++14 -o CMakeFiles/SFCGAL.dir/algorithm/collect.cpp.o -c 
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/area.h:24,
>                  from /<<PKGBUILDDIR>>/src/algorithm/area.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:195:18: 
> warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   195 |     virtual std::auto_ptr< Geometry > boundary() const ;
>       |                  ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/area.h:24,
>                  from /<<PKGBUILDDIR>>/src/algorithm/area.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:195:18: 
> warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   195 |     virtual std::auto_ptr< Geometry > boundary() const ;
>       |                  ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:35:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    35 | SFCGAL_API std::auto_ptr<Geometry> collect( const Geometry& ga, const 
> Geometry& gb );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:42:6:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    42 | std::auto_ptr<Geometry> collect( GeometryIterator begin, 
> GeometryIterator end )
>       |      ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h: In 
> function ‘std::auto_ptr<SFCGAL::Geometry> 
> SFCGAL::algorithm::collect(GeometryIterator, GeometryIterator)’:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:52:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    52 |     return std::auto_ptr<Geometry>( coll );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:24:
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h: In 
> member function ‘bool CGAL::Intersection_of_Polyhedra_3<Polyhedron, Kernel_, 
> Node_visitor_, Node_storage_type_, Use_const_polyhedron_, 
> PolyhedronPointPMap_>::Map_edge_facet_bbox_intersection_extract_coplanar_filter_self_intersections::self_intersections_found()’:
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1063:19:
>  error: ‘Intersect_facets’ is not a member of ‘CGAL::internal’
>  1063 |         internal::Intersect_facets<Polyhedron,Kernel,
>       |                   ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1063:46:
>  error: expected primary-expression before ‘,’ token
>  1063 |         internal::Intersect_facets<Polyhedron,Kernel,
>       |                                              ^
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1063:53:
>  error: expected primary-expression before ‘,’ token
>  1063 |         internal::Intersect_facets<Polyhedron,Kernel,
>       |                                                     ^
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1064:39:
>  error: expected primary-expression before ‘,’ token
>  1064 |                                    Box,OutputIterator,
>       |                                       ^
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1064:54:
>  error: expected primary-expression before ‘,’ token
>  1064 |                                    Box,OutputIterator,
>       |                                                      ^
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1065:55:
>  error: expected primary-expression before ‘>’ token
>  1065 |                                    PolyhedronPointPMap>
>       |                                                       ^
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1068:70:
>  error: ‘intersect_facets’ was not declared in this scope
>  1068 |         CGAL::box_self_intersection_d(box_ptr.begin(), 
> box_ptr.end(),intersect_facets,cutoff);
>       |                                                                      
> ^~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3.h:1071:41:
>  error: ‘Throw_at_output_exception’ in ‘struct 
> CGAL::internal::Throw_at_output’ does not name a type
>  1071 |       catch( internal::Throw_at_output::Throw_at_output_exception& )
>       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:25:
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h:
>  At global scope:
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h:340:79:
>  warning: ‘No_intersection_tag’ is deprecated [-Wdeprecated-declarations]
>   340 |   typedef 
> CGAL::Constrained_Delaunay_triangulation_2<Exact_kernel,TDS_2,CGAL::No_intersection_tag>
>  CDT;  //DO WE NEED DELAUNAY????
>       |                                                                       
>         ^~~~~~~~~~~~~~~~~~~
> In file included from 
> /usr/include/CGAL/Constrained_Delaunay_triangulation_2.h:20,
>                  from 
> /<<PKGBUILDDIR>>/src/../CGAL_patches/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h:31,
>                  from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:25:
> /usr/include/CGAL/Constrained_triangulation_2.h:48:24: note: declared here
>    48 | struct CGAL_DEPRECATED No_intersection_tag :
>       |                        ^~~~~~~~~~~~~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:28:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/detail/GeometrySet.h:326:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   326 |     std::auto_ptr<Geometry> recompose() const;
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/bits/locale_conv.h:41,
>                  from /usr/include/c++/10/locale:43,
>                  from /usr/include/c++/10/iomanip:43,
>                  from /usr/include/CGAL/Profile_counter.h:48,
>                  from /usr/include/CGAL/Uncertain.h:18,
>                  from /usr/include/CGAL/assertions.h:350,
>                  from /usr/include/CGAL/kernel_assertions.h:24,
>                  from /usr/include/CGAL/Bbox_2.h:20,
>                  from /usr/include/CGAL/Intersections_2/Bbox_2_Circle_2.h:17,
>                  from /usr/include/CGAL/intersection_2.h:22,
>                  from /usr/include/CGAL/intersections.h:37,
>                  from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:22:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:30:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/intersection.h:43:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    43 | SFCGAL_API std::auto_ptr<Geometry> intersection( const Geometry& ga, 
> const Geometry& gb );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/bits/locale_conv.h:41,
>                  from /usr/include/c++/10/locale:43,
>                  from /usr/include/c++/10/iomanip:43,
>                  from /usr/include/CGAL/Profile_counter.h:48,
>                  from /usr/include/CGAL/Uncertain.h:18,
>                  from /usr/include/CGAL/assertions.h:350,
>                  from /usr/include/CGAL/kernel_assertions.h:24,
>                  from /usr/include/CGAL/Bbox_2.h:20,
>                  from /usr/include/CGAL/Intersections_2/Bbox_2_Circle_2.h:17,
>                  from /usr/include/CGAL/intersection_2.h:22,
>                  from /usr/include/CGAL/intersections.h:37,
>                  from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:22:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:30:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/intersection.h:51:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    51 | SFCGAL_API std::auto_ptr<Geometry> intersection( const Geometry& ga, 
> const Geometry& gb,NoValidityCheck );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/bits/locale_conv.h:41,
>                  from /usr/include/c++/10/locale:43,
>                  from /usr/include/c++/10/iomanip:43,
>                  from /usr/include/CGAL/Profile_counter.h:48,
>                  from /usr/include/CGAL/Uncertain.h:18,
>                  from /usr/include/CGAL/assertions.h:350,
>                  from /usr/include/CGAL/kernel_assertions.h:24,
>                  from /usr/include/CGAL/Bbox_2.h:20,
>                  from /usr/include/CGAL/Intersections_2/Bbox_2_Circle_2.h:17,
>                  from /usr/include/CGAL/intersection_2.h:22,
>                  from /usr/include/CGAL/intersections.h:37,
>                  from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:22:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:30:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/intersection.h:58:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    58 | SFCGAL_API std::auto_ptr<Geometry> intersection3D( const Geometry& 
> ga, const Geometry& gb );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/bits/locale_conv.h:41,
>                  from /usr/include/c++/10/locale:43,
>                  from /usr/include/c++/10/iomanip:43,
>                  from /usr/include/CGAL/Profile_counter.h:48,
>                  from /usr/include/CGAL/Uncertain.h:18,
>                  from /usr/include/CGAL/assertions.h:350,
>                  from /usr/include/CGAL/kernel_assertions.h:24,
>                  from /usr/include/CGAL/Bbox_2.h:20,
>                  from /usr/include/CGAL/Intersections_2/Bbox_2_Circle_2.h:17,
>                  from /usr/include/CGAL/intersection_2.h:22,
>                  from /usr/include/CGAL/intersections.h:37,
>                  from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:22:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:30:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/intersection.h:66:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    66 | SFCGAL_API std::auto_ptr<Geometry> intersection3D( const Geometry& 
> ga, const Geometry& gb, NoValidityCheck );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/bits/locale_conv.h:41,
>                  from /usr/include/c++/10/locale:43,
>                  from /usr/include/c++/10/iomanip:43,
>                  from /usr/include/CGAL/Profile_counter.h:48,
>                  from /usr/include/CGAL/Uncertain.h:18,
>                  from /usr/include/CGAL/assertions.h:350,
>                  from /usr/include/CGAL/kernel_assertions.h:24,
>                  from /usr/include/CGAL/Bbox_2.h:20,
>                  from /usr/include/CGAL/Intersections_2/Bbox_2_Circle_2.h:17,
>                  from /usr/include/CGAL/intersection_2.h:22,
>                  from /usr/include/CGAL/intersections.h:37,
>                  from /<<PKGBUILDDIR>>/src/algorithm/Intersection3D.cpp:22:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/PolyhedralSurface.h:32,
>                  from /<<PKGBUILDDIR>>/src/algorithm/area.cpp:27:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/TriangulatedSurface.h:174:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   174 |     std::auto_ptr<Polyhedron> toPolyhedron_3() const;
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/area.h:24,
>                  from /<<PKGBUILDDIR>>/src/algorithm/area.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/area.cpp:27:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/PolyhedralSurface.h:145:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   145 |     std::auto_ptr<Polyhedron> toPolyhedron_3() const {
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/area.h:24,
>                  from /<<PKGBUILDDIR>>/src/algorithm/area.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/PolyhedralSurface.h:32,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Solid.h:32,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/MultiSolid.h:29,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:27:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/TriangulatedSurface.h: 
> At global scope:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/TriangulatedSurface.h:174:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   174 |     std::auto_ptr<Polyhedron> toPolyhedron_3() const;
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Solid.h:32,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/MultiSolid.h:29,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:27:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/PolyhedralSurface.h:145:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   145 |     std::auto_ptr<Polyhedron> toPolyhedron_3() const {
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:31:6: warning: ‘template<class> 
> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
>    31 | std::auto_ptr<Geometry> collect( const Geometry& ga, const Geometry& 
> gb )
>       |      ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp: In function 
> ‘std::auto_ptr<SFCGAL::Geometry> SFCGAL::algorithm::collect(const 
> SFCGAL::Geometry&, const SFCGAL::Geometry&)’:
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:38:25: warning: ‘template<class> 
> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
>    38 |             return std::auto_ptr<Geometry>( mp );
>       |                         ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:44:25: warning: ‘template<class> 
> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
>    44 |             return std::auto_ptr<Geometry>( mls );
>       |                         ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:50:25: warning: ‘template<class> 
> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
>    50 |             return std::auto_ptr<Geometry>( mp );
>       |                         ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:56:25: warning: ‘template<class> 
> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
>    56 |             return std::auto_ptr<Geometry>( mp );
>       |                         ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:64:17: warning: ‘template<class> 
> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
>    64 |     return std::auto_ptr<Geometry>( coll );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collect.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collect.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> [ 16%] Building CXX object 
> src/CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK 
> -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK 
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK 
> -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 
> -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include 
> -I/<<PKGBUILDDIR>>/src/../CGAL_patches -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
> -Wno-long-long -pedantic -Wpointer-arith -Wcast-align -Wcast-qual 
> -Wno-overloaded-virtual -Wformat=2 -Winit-self -Wmissing-include-dirs 
> -Wwrite-strings -Wno-error=undef -O2 -g -DNDEBUG -fPIC -frounding-math 
> -std=gnu++14 -o CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o -c 
> /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:195:18: 
> warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   195 |     virtual std::auto_ptr< Geometry > boundary() const ;
>       |                  ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:38:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    38 | SFCGAL_API std::auto_ptr<Geometry> collectionExtractPolygons( 
> std::auto_ptr<Geometry> coll );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:38:68:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    38 | SFCGAL_API std::auto_ptr<Geometry> collectionExtractPolygons( 
> std::auto_ptr<Geometry> coll );
>       |                                                                    
> ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/PolyhedralSurface.h:32,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Solid.h:32,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/MultiSolid.h:29,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:27:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/TriangulatedSurface.h:174:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   174 |     std::auto_ptr<Polyhedron> toPolyhedron_3() const;
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Solid.h:32,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/MultiSolid.h:29,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:27:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/PolyhedralSurface.h:145:10:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   145 |     std::auto_ptr<Polyhedron> toPolyhedron_3() const {
>       |          ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:37:6: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    37 | std::auto_ptr<Geometry> collectionExtractPolygons( 
> std::auto_ptr<Geometry> g )
>       |      ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:37:57: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    37 | std::auto_ptr<Geometry> collectionExtractPolygons( 
> std::auto_ptr<Geometry> g )
>       |                                                         ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp: In function 
> ‘std::auto_ptr<SFCGAL::Geometry> 
> SFCGAL::algorithm::collectionExtractPolygons(std::auto_ptr<SFCGAL::Geometry>)’:
> /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:87:17: warning: 
> ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    87 |     return std::auto_ptr<Geometry>( ret_geo );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from /usr/include/boost/config/no_tr1/memory.hpp:21,
>                  from /usr/include/boost/smart_ptr/shared_ptr.hpp:23,
>                  from /usr/include/boost/shared_ptr.hpp:17,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:26,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionExtract.h:26,
>                  from /<<PKGBUILDDIR>>/src/algorithm/collectionExtract.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> [ 16%] Building CXX object 
> src/CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK 
> -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK 
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK 
> -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 
> -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include 
> -I/<<PKGBUILDDIR>>/src/../CGAL_patches -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
> -Wno-long-long -pedantic -Wpointer-arith -Wcast-align -Wcast-qual 
> -Wno-overloaded-virtual -Wformat=2 -Winit-self -Wmissing-include-dirs 
> -Wwrite-strings -Wno-error=undef -O2 -g -DNDEBUG -fPIC -frounding-math 
> -std=gnu++14 -o CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o -c 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp
> In file included from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionHomogenize.h:28,
>                  from 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/Geometry.h:195:18: 
> warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>   195 |     virtual std::auto_ptr< Geometry > boundary() const ;
>       |                  ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionHomogenize.h:26,
>                  from 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionHomogenize.h:41:17:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    41 | SFCGAL_API std::auto_ptr<Geometry> collectionHomogenize( 
> std::auto_ptr<Geometry> coll );
>       |                 ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionHomogenize.h:26,
>                  from 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> In file included from 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp:21:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionHomogenize.h:41:63:
>  warning: ‘template<class> class std::auto_ptr’ is deprecated 
> [-Wdeprecated-declarations]
>    41 | SFCGAL_API std::auto_ptr<Geometry> collectionHomogenize( 
> std::auto_ptr<Geometry> coll );
>       |                                                               ^~~~~~~~
> In file included from /usr/include/c++/10/memory:83,
>                  from 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include/SFCGAL/algorithm/collectionHomogenize.h:26,
>                  from 
> /<<PKGBUILDDIR>>/src/algorithm/collectionHomogenize.cpp:21:
> /usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
>    57 |   template<typename> class auto_ptr;
>       |                            ^~~~~~~~
> [ 17%] Building CXX object 
> src/CMakeFiles/SFCGAL.dir/algorithm/collectionToMulti.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
> -DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK 
> -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
> -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK 
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_TIMER_DYN_LINK 
> -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DCGAL_USE_CORE=1 -DCGAL_USE_GMPXX=1 
> -DSFCGAL_BUILD_SHARED -DSFCGAL_EXPORTS 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/include 
> -I/<<PKGBUILDDIR>>/src/../CGAL_patches -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra 
> -Wno-long-long -pedantic -Wpointer-arith -Wcast-align -Wcast-qual 
> -Wno-overloaded-virtual -Wformat=2 -Winit-self -Wmissing-include-dirs 
> -Wwrite-strings -Wno-error=undef -O2 -g -DNDEBUG -fPIC -frounding-math 
> -std=gnu++14 -o CMakeFiles/SFCGAL.dir/algorithm/collectionToMulti.cpp.o -c 
> /<<PKGBUILDDIR>>/src/algorithm/collectionToMulti.cpp
> make[3]: *** [src/CMakeFiles/SFCGAL.dir/build.make:384: 
> src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/09/26/sfcgal_1.3.7-4_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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: sfcgal
Source-Version: 1.3.8-1
Done: Bas Couwenberg <sebas...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sfcgal, 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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@debian.org> (supplier of updated sfcgal 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: SHA512

Format: 1.8
Date: Mon, 28 Sep 2020 07:04:47 +0200
Source: sfcgal
Architecture: source
Version: 1.3.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@debian.org>
Closes: 971145
Changes:
 sfcgal (1.3.8-1) unstable; urgency=medium
 .
   * Add upstream patch to fix FTBFS with CGAL 5.1.
     (closes: #971145)
   * Update lintian overrides.
   * Move from experimental to unstable.
Checksums-Sha1:
 5008e19c02594c11465c81821d08c968c2a74795 2091 sfcgal_1.3.8-1.dsc
 3317e7fb386880c78a91c9d5bfcab623e6abe905 132124 sfcgal_1.3.8-1.debian.tar.xz
 7b476e9ceaac670fc43840042ccec9bcadad0883 14026 sfcgal_1.3.8-1_amd64.buildinfo
Checksums-Sha256:
 334ccd5005f983cd18142d9b7da025b7645e3c7ad6fe793c6fc5522398cd0e1e 2091 
sfcgal_1.3.8-1.dsc
 2d971bb067d3fe5b44e7b0fc28eef8a4ef55d4e829b2b6dd5de7e4955fa14956 132124 
sfcgal_1.3.8-1.debian.tar.xz
 8650036c9c3ad853bd592d1131aa4792e76cc08e4e342814ec164e0dafcd426b 14026 
sfcgal_1.3.8-1_amd64.buildinfo
Files:
 6e7455dd4d3ed3bdea99626928d287c9 2091 science optional sfcgal_1.3.8-1.dsc
 e9605ce8388b24f4f05d49a7983b1511 132124 science optional 
sfcgal_1.3.8-1.debian.tar.xz
 59f6957f3f85a2951c9b72975aaef40a 14026 science optional 
sfcgal_1.3.8-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAl9xgn0ACgkQZ1DxCuiN
SvHl9A/+I5D8Lt52gppb8ZI00K38lPbPm4Lsi/FiKYkdciWId7VDo/n/kMv8RBLL
DXVDIgPAqDRCCxfXrPpfi2LMb6yDL0n3p1jXrmhPI9WsrN0SapyyYEt+Z+zhIEwm
j1obH5iqxbVvewBqf7hxnnZiafjVuuQykPIVf8aMO3IrVEX5ti65c2kAxUizkHCg
x0CesE4Fapd+qpE7BqqqE3PLtNHBBV9+VUamewMrEmKh/vc2MoaG2gWf94TIQZ8t
XhhjybviPdgRZH56qAySEz6UkV4bw62nclk1ma3JngpAlVcGIvNjY0SR5pPEaC6/
sisq/gbL6D+wEReyY8LSbeZt20mTPxlAOiV0rctCSMrqpfk5xDnxMxZ1mJG+yYpb
zUf+bF6oTItyov4E+6fmgS9eE1FirEgJ+lCOfat0gpgAhITniif5znXjefhYR1EN
WK968nXkiOFOAs71BaK/CrSvLEt/xYN97/S6Tt+l2glkm4cZ1eLX5H5Pg7B8GJd0
q4hcvFCBHdJh6W9a6EzIXXv+Fe6IPF691yUE35HTYaWc4wSVQalO9i1i2uTanPD4
25iWqz/lZXGZmR4lAOQvW80UPuw3kvyq7sW0EPMa1RX5azunRefnJDsxXlwknkr+
mbf5b3UApNvTOV7bdu5/tQgbQWZ6war3o8dIw5MwJkiURc2fHLA=
=Siz0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to