* installing *source* package ‘MPBoost’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 17.0.6 (3)’ clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c mpboost.cpp -o mpboost.o In file included from mpboost.cpp:2: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include/boost/graph/adjacency_list.hpp:22: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include/boost/scoped_ptr.hpp:13: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include/boost/smart_ptr/scoped_ptr.hpp:75:31: warning: 'auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 75 | explicit scoped_ptr( std::auto_ptr p ) BOOST_SP_NOEXCEPT : px( p.release() ) | ^ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include/boost/graph/adjacency_list.hpp:408:18: note: in instantiation of template class 'boost::scoped_ptr' requested here 408 | property_ptr m_property; | ^ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/BH/include/boost/graph/graph_traits.hpp:61:22: note: in instantiation of template class 'boost::adjacency_list>>>>, boost::property>' requested here 61 | typedef typename G::vertex_descriptor vertex_descriptor; | ^ mpboost.cpp:29:16: note: in instantiation of template class 'boost::graph_traits>>>>, boost::property>>' requested here 29 | typedef boost::graph_traits::edge_iterator edge_iter; | ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/backward/auto_ptr.h:291:7: note: 'auto_ptr' has been explicitly marked deprecated here 291 | } _GLIBCXX11_DEPRECATED_SUGGEST("std::unique_ptr"); | ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/x86_64-linux-gnu/c++/13/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/x86_64-linux-gnu/c++/13/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ 1 warning generated. clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o MPBoost.so RcppExports.o mpboost.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/MPBoost.Rcheck/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)