* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘MPBoost’ ... ** this is package ‘MPBoost’ version ‘0.1-6’ ** package ‘MPBoost’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3+b1)’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpFWDfIX/R.INSTALL260cda2ac130a0/MPBoost/src' clang++-19 -std=gnu++17 -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 -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -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 -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c mpboost.cpp -o mpboost.o In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:239:166: warning: identifier '_cppi' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 239 | constexpr typename boost::multiprecision::literals::detail::signed_cpp_int_literal_result_type<static_cast<unsigned>((sizeof...(STR)) - 2u)>::number_type operator"" _cppi() | ~~~~~~~~~~~^~~~~ | operator""_cppi /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:246:168: warning: identifier '_cppui' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 246 | constexpr typename boost::multiprecision::literals::detail::unsigned_cpp_int_literal_result_type<static_cast<unsigned>((sizeof...(STR)) - 2u)>::number_type operator"" _cppui() | ~~~~~~~~~~~^~~~~~ | operator""_cppui /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:270:1: warning: identifier '_cppi128' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 270 | BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(128) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:254:199: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 254 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::signed_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppi, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:247:1: note: expanded from here 247 | _cppi128 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:270:1: warning: identifier '_cppui128' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:262:201: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 262 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::unsigned_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppui, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:248:1: note: expanded from here 248 | _cppui128 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:271:1: warning: identifier '_cppi256' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 271 | BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(256) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:254:199: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 254 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::signed_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppi, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:249:1: note: expanded from here 249 | _cppi256 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:271:1: warning: identifier '_cppui256' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:262:201: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 262 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::unsigned_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppui, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:250:1: note: expanded from here 250 | _cppui256 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:272:1: warning: identifier '_cppi512' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 272 | BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(512) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:254:199: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 254 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::signed_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppi, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:251:1: note: expanded from here 251 | _cppi512 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:272:1: warning: identifier '_cppui512' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:262:201: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 262 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::unsigned_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppui, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:252:1: note: expanded from here 252 | _cppui512 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:273:1: warning: identifier '_cppi1024' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] 273 | BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL(1024) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:254:199: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 254 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::signed_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppi, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:253:1: note: expanded from here 253 | _cppi1024 | ^ In file included from mpboost.cpp:3: In file included from /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int.hpp:2356: /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:273:1: warning: identifier '_cppui1024' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/multiprecision/cpp_int/literals.hpp:262:201: note: expanded from macro 'BOOST_MP_DEFINE_SIZED_CPP_INT_LITERAL' 262 | constexpr boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<Bits, Bits, boost::multiprecision::unsigned_magnitude, boost::multiprecision::unchecked, void> > operator"" BOOST_JOIN(_cppui, Bits)() \ | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:33:26: note: expanded from macro 'BOOST_JOIN' 33 | #define BOOST_JOIN(X, Y) BOOST_DO_JOIN(X, Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:34:29: note: expanded from macro 'BOOST_DO_JOIN' 34 | #define BOOST_DO_JOIN(X, Y) BOOST_DO_JOIN2(X,Y) | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/config/helper_macros.hpp:35:30: note: expanded from macro 'BOOST_DO_JOIN2' 35 | #define BOOST_DO_JOIN2(X, Y) X##Y | ^ <scratch space>:254:1: note: expanded from here 254 | _cppui1024 | ^ In file included from mpboost.cpp:2: 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:75:31: warning: 'auto_ptr<boost::no_property>' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 75 | 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:408:18: note: in instantiation of template class 'boost::scoped_ptr<boost::no_property>' requested here 408 | property_ptr m_property; | ^ /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/BH/include/boost/graph/graph_traits.hpp:61:22: note: in instantiation of template class 'boost::adjacency_list<boost::listS, boost::vecS, boost::directedS, boost::property<vertex_info1_t, int, boost::property<vertex_info2_t, int, boost::property<vertex_info3_t, boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<>>>>>, boost::property<boost::edge_weight_t, double>>' requested here 61 | typedef typename G::vertex_descriptor vertex_descriptor; | ^ mpboost.cpp:29:16: note: in instantiation of template class 'boost::graph_traits<boost::adjacency_list<boost::listS, boost::vecS, boost::directedS, boost::property<vertex_info1_t, int, boost::property<vertex_info2_t, int, boost::property<vertex_info3_t, boost::multiprecision::number<boost::multiprecision::backends::cpp_int_backend<>>>>>, boost::property<boost::edge_weight_t, double>>>' requested here 29 | typedef boost::graph_traits<DirectedGraph>::edge_iterator edge_iter; | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/c++/14/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/14/../../../../include/x86_64-linux-gnu/c++/14/bits/c++config.h:108:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 108 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ /usr/lib/gcc/x86_64-linux-gnu/14/../../../../include/x86_64-linux-gnu/c++/14/bits/c++config.h:100:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 100 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ 11 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o MPBoost.so RcppExports.o mpboost.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpFWDfIX/R.INSTALL260cda2ac130a0/MPBoost/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpFWDfIX/R.INSTALL260cda2ac130a0/MPBoost/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpFWDfIX/R.INSTALL260cda2ac130a0/MPBoost/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-MPBoost/00new/MPBoost/libs ** R ** 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 (MPBoost)