* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘distances’ ... ** package ‘distances’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.4 (1)’ using C++ compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmpATkm3r/R.INSTALL31f34f4023160b/distances/src' clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c distances-init.c -o distances-init.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c error.c -o error.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c get_dists.c -o get_dists.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c internal.c -o internal.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c max_dists.c -o max_dists.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c nn_search.c -o nn_search.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c nn_search_ann.cpp -o nn_search_ann.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c utils.c -o utils.o (cd libann && R_AR="ar" R_CXX="clang++-18 -std=gnu++17" R_CPPFLAGS="-DNDEBUG -I/usr/local/include" R_CXXFLAGS="-fpic -g -O3 -Wall -pedantic" make) || exit 1; make[2]: Entering directory '/tmp/RtmpATkm3r/R.INSTALL31f34f4023160b/distances/src/libann' clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/ANN.cpp -o src/ANN.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/brute.cpp -o src/brute.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_tree.cpp -o src/kd_tree.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_util.cpp -o src/kd_util.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_split.cpp -o src/kd_split.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_dump.cpp -o src/kd_dump.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_search.cpp -o src/kd_search.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_pr_search.cpp -o src/kd_pr_search.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/kd_fix_rad_search.cpp -o src/kd_fix_rad_search.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/bd_tree.cpp -o src/bd_tree.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/bd_search.cpp -o src/bd_search.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/bd_pr_search.cpp -o src/bd_pr_search.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/bd_fix_rad_search.cpp -o src/bd_fix_rad_search.o clang++-18 -std=gnu++17 -DNDEBUG -I/usr/local/include -fpic -g -O3 -Wall -pedantic -Iinclude -c src/perf.cpp -o src/perf.o ar -rcs libann.a src/ANN.o src/brute.o src/kd_tree.o src/kd_util.o src/kd_split.o src/kd_dump.o src/kd_search.o src/kd_pr_search.o src/kd_fix_rad_search.o src/bd_tree.o src/bd_search.o src/bd_pr_search.o src/bd_fix_rad_search.o src/perf.o make[2]: Leaving directory '/tmp/RtmpATkm3r/R.INSTALL31f34f4023160b/distances/src/libann' clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o distances.so distances-init.o error.o get_dists.o internal.o max_dists.o nn_search.o nn_search_ann.o utils.o libann/libann.a -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpATkm3r/R.INSTALL31f34f4023160b/distances/src' make[1]: Entering directory '/tmp/RtmpATkm3r/R.INSTALL31f34f4023160b/distances/src' make[1]: Leaving directory '/tmp/RtmpATkm3r/R.INSTALL31f34f4023160b/distances/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-distances/00new/distances/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 ‘distances’ as ‘distances_0.1.10_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (distances)