* installing *source* package ‘ctl’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.5 (1)’ clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c R_init.c -o R_init.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c correlation.c -o correlation.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c ctlio.c -o ctlio.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c mapctl.c -o mapctl.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c matrix.c -o matrix.o matrix.c:44:74: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'int' [-Wformat] 44 | if(m==NULL) err("Not enough memory for new double matrix [%zux%zu]\n", rows, cols); | ~~~ ^~~~ | %d ./ctl.h:42:23: note: expanded from macro 'err' 42 | error(format, __VA_ARGS__);} | ~~~~~~ ^~~~~~~~~~~ matrix.c:44:80: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'int' [-Wformat] 44 | if(m==NULL) err("Not enough memory for new double matrix [%zux%zu]\n", rows, cols); | ~~~ ^~~~ | %d ./ctl.h:42:23: note: expanded from macro 'err' 42 | error(format, __VA_ARGS__);} | ~~~~~~ ^~~~~~~~~~~ matrix.c:53:75: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'int' [-Wformat] 53 | if(m==NULL) err("Not enough memory for new integer matrix [%zux%zu]\n", rows, cols); | ~~~ ^~~~ | %d ./ctl.h:42:23: note: expanded from macro 'err' 42 | error(format, __VA_ARGS__);} | ~~~~~~ ^~~~~~~~~~~ matrix.c:53:81: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'int' [-Wformat] 53 | if(m==NULL) err("Not enough memory for new integer matrix [%zux%zu]\n", rows, cols); | ~~~ ^~~~ | %d ./ctl.h:42:23: note: expanded from macro 'err' 42 | error(format, __VA_ARGS__);} | ~~~~~~ ^~~~~~~~~~~ 4 warnings generated. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c permutation.c -o permutation.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c rmapctl.c -o rmapctl.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c sort.c -o sort.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c structs.c -o structs.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fpic -g -O3 -Wall -pedantic -c vector.c -o vector.o clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o ctl.so R_init.o correlation.o ctlio.o mapctl.o matrix.o permutation.o rmapctl.o sort.o structs.o vector.o -fopenmp -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/ctl.Rcheck/00LOCK-ctl/00new/ctl/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 (ctl)