* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘mmand’ ... ** package ‘mmand’ successfully unpacked and MD5 sums checked ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether clang++-18 -std=gnu++17 accepts -g... yes checking for OpenMP flag of C++ compiler... -fopenmp configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmpsUkO6e/R.INSTALL32d575548a401b/mmand/src' clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c Array.cpp -o Array.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c Componenter.cpp -o Componenter.o In file included from Componenter.cpp:6: ./lemon/connectivity.h:268:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 268 | typedef typename Digraph::Node Node; | ^ ./lemon/connectivity.h:336:35: warning: unused typedef 'Arc' [-Wunused-local-typedef] 336 | typedef typename Digraph::Arc Arc; | ^ ./lemon/connectivity.h:338:37: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 338 | typedef typename Digraph::ArcIt ArcIt; | ^ ./lemon/connectivity.h:1348:35: warning: unused typedef 'Arc' [-Wunused-local-typedef] 1348 | typedef typename Digraph::Arc Arc; | ^ ./lemon/connectivity.h:1346:36: warning: unused typedef 'Node' [-Wunused-local-typedef] 1346 | typedef typename Digraph::Node Node; | ^ ./lemon/connectivity.h:1561:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 1561 | typedef typename Graph::ArcIt ArcIt; | ^ ./lemon/connectivity.h:1608:35: warning: unused typedef 'ArcIt' [-Wunused-local-typedef] 1608 | typedef typename Graph::ArcIt ArcIt; | ^ ./lemon/connectivity.h:1606:34: warning: unused typedef 'Node' [-Wunused-local-typedef] 1606 | typedef typename Graph::Node Node; | ^ 8 warnings generated. clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c Distancer.cpp -o Distancer.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c Kernel.cpp -o Kernel.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c Morpher.cpp -o Morpher.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c Resampler.cpp -o Resampler.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DLEMON_DISABLE_ASSERTS -I. -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c main.cpp -o main.o clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o mmand.so Array.o Componenter.o Distancer.o Kernel.o Morpher.o Resampler.o main.o -fopenmp -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpsUkO6e/R.INSTALL32d575548a401b/mmand/src' make[1]: Entering directory '/tmp/RtmpsUkO6e/R.INSTALL32d575548a401b/mmand/src' make[1]: Leaving directory '/tmp/RtmpsUkO6e/R.INSTALL32d575548a401b/mmand/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-mmand/00new/mmand/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 * creating tarball packaged installation of ‘mmand’ as ‘mmand_1.6.3_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (mmand)