* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘MEGENA’ ...
** this is package ‘MEGENA’ version ‘1.3.7’
** package ‘MEGENA’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 19.1.7 (10)’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmprf6aGY/R.INSTALL3f37788fd0449/MEGENA/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 planaritytest.cpp -o planaritytest.o
In file included from planaritytest.cpp:4:
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;
| ^
planaritytest.cpp:20:11: note: in instantiation of template class 'boost::adjacency_list<boost::vecS, boost::vecS, boost::undirectedS>' requested here
20 | graph g(nv);
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/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/15/../../../../include/x86_64-linux-gnu/c++/15/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/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
1 warning generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o MEGENA.so RcppExports.o planaritytest.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmprf6aGY/R.INSTALL3f37788fd0449/MEGENA/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmprf6aGY/R.INSTALL3f37788fd0449/MEGENA/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmprf6aGY/R.INSTALL3f37788fd0449/MEGENA/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-MEGENA/00new/MEGENA/libs
** R
** data
** 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 (MEGENA)