* installing *source* package ‘PreciseSums’ ... ** package ‘PreciseSums’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 15.0.7’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PreciseSums/src' /usr/local/clang15/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -fpic -O3 -Wall -pedantic -c sum.c -o sum.o sum.c:358:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] extern int PreciseSums_sum_get(){ ^ void 1 warning generated. /usr/local/clang15/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -fpic -O3 -Wall -pedantic -c prod.c -o prod.o prod.c:27:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] extern int PreciseSums_prod_get(){ ^ void 1 warning generated. /usr/local/clang15/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang15/include -fpic -O3 -Wall -pedantic -c init.c -o init.o init.c:28:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int PreciseSums_sum_get(); ^ void init.c:29:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int PreciseSums_prod_get(); ^ void 2 warnings generated. /usr/local/clang15/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang15/lib -L/usr/local/lib64 -o PreciseSums.so sum.o prod.o init.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PreciseSums/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/PreciseSums/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/PreciseSums/src' installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-clang/PreciseSums.Rcheck/00LOCK-PreciseSums/00new/PreciseSums ** R ** 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 * DONE (PreciseSums)