* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘mascarade’ ...
** this is package ‘mascarade’ version ‘0.4.2’
** package ‘mascarade’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 22.1.8 (1+b2)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjOe5s3/R.INSTALL2c84514e11dae2/mascarade/src'
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c assign.cpp -o assign.o
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c boxfit.cpp -o boxfit.o
In file included from boxfit.cpp:1:
In file included from ./geometry.h:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/geometry.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/buffer.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/implementation.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/covered_by.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/difference.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/gc.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/interface.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:34:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/overlay.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/traverse.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/graph_util.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/scoped_ptr.hpp:13:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/smart_ptr/scoped_ptr.hpp:63:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
63 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:411:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
411 | property_ptr m_property;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:244:13: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::geometry::detail::overlay::edge_component, unsigned long>>' requested here
244 | graph_t graph(state.vertex_map.size());
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/c++/16/backward/auto_ptr.h:291:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:120:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
120 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c candidates.cpp -o candidates.o
In file included from candidates.cpp:1:
In file included from ./geometry.h:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/geometry.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/buffer.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/implementation.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/covered_by.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/difference.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/gc.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/interface.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:34:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/overlay.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/traverse.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/graph_util.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/scoped_ptr.hpp:13:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/smart_ptr/scoped_ptr.hpp:63:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
63 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:411:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
411 | property_ptr m_property;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:244:13: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::geometry::detail::overlay::edge_component, unsigned long>>' requested here
244 | graph_t graph(state.vertex_map.size());
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/c++/16/backward/auto_ptr.h:291:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:120:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
120 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c effective.cpp -o effective.o
In file included from effective.cpp:1:
In file included from ./effective.h:9:
In file included from ./geometry.h:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/geometry.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/buffer.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/implementation.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/covered_by.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/difference.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/gc.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/interface.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:34:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/overlay.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/traverse.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/graph_util.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/scoped_ptr.hpp:13:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/smart_ptr/scoped_ptr.hpp:63:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
63 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:411:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
411 | property_ptr m_property;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:244:13: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::geometry::detail::overlay::edge_component, unsigned long>>' requested here
244 | graph_t graph(state.vertex_map.size());
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/c++/16/backward/auto_ptr.h:291:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:120:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
120 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c leaders.cpp -o leaders.o
In file included from leaders.cpp:1:
In file included from ./geometry.h:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/geometry.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/buffer.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/implementation.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/covered_by.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/difference.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/gc.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/interface.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:34:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/overlay.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/traverse.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/graph_util.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/scoped_ptr.hpp:13:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/smart_ptr/scoped_ptr.hpp:63:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
63 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:411:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
411 | property_ptr m_property;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:244:13: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::geometry::detail::overlay::edge_component, unsigned long>>' requested here
244 | graph_t graph(state.vertex_map.size());
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/c++/16/backward/auto_ptr.h:291:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:120:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
120 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c polish.cpp -o polish.o
In file included from polish.cpp:1:
In file included from ./effective.h:9:
In file included from ./geometry.h:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/geometry.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/buffer.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/implementation.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/covered_by.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/difference.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/gc.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/interface.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:34:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/overlay.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/traverse.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/graph_util.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/scoped_ptr.hpp:13:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/smart_ptr/scoped_ptr.hpp:63:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
63 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:411:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
411 | property_ptr m_property;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:244:13: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::geometry::detail::overlay::edge_component, unsigned long>>' requested here
244 | graph_t graph(state.vertex_map.size());
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/c++/16/backward/auto_ptr.h:291:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:120:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
120 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-22 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c refine.cpp -o refine.o
In file included from refine.cpp:1:
In file included from ./geometry.h:12:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry.hpp:17:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/geometry.hpp:63:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/buffer.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/implementation.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp:30:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp:33:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/covered_by.hpp:25:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/covered_by/implementation_gc.hpp:16:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/relate/implementation_gc.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/difference.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/gc.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/intersection/interface.hpp:18:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:34:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/overlay.hpp:37:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/traverse.hpp:20:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:19:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/graph_util.hpp:13:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:22:
In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/scoped_ptr.hpp:13:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/smart_ptr/scoped_ptr.hpp:63:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
63 | explicit scoped_ptr( std::auto_ptr<T> p ) noexcept : px( p.release() )
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/adjacency_list.hpp:411:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here
411 | property_ptr m_property;
| ^
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/geometry/algorithms/detail/overlay/graph/detect_biconnected_components.hpp:244:13: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS, boost::no_property, boost::property<boost::geometry::detail::overlay::edge_component, unsigned long>>' requested here
244 | graph_t graph(state.vertex_map.size());
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/c++/16/backward/auto_ptr.h:291:7: note: 'auto_ptr<boost::no_property>' has been explicitly marked deprecated here
291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr");
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:120:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST'
120 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/16/../../../../include/x86_64-linux-gnu/c++/16/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-22 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o mascarade.so RcppExports.o assign.o boxfit.o candidates.o effective.o leaders.o polish.o refine.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjOe5s3/R.INSTALL2c84514e11dae2/mascarade/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpjOe5s3/R.INSTALL2c84514e11dae2/mascarade/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpjOe5s3/R.INSTALL2c84514e11dae2/mascarade/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-mascarade/00new/mascarade/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (mascarade)