* installing *source* package ‘lxb’ ... ** package ‘lxb’ successfully unpacked and MD5 sums checked ** using staged installation ** libs make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/lxb/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 lxb.c -o lxb.o In file included from lxb.c:6: ./map_lib.h:42:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] map_t map_create(); ^ 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 map_lib.c -o map_lib.o In file included from map_lib.c:36: ./map_lib.h:42:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] map_t map_create(); ^ void map_lib.c:45:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] map_t map_create() ^ 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 lxb.so lxb.o map_lib.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/lxb/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/lxb/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/lxb/src' installing to /data/gannet/ripley/R/packages/tests-clang/lxb.Rcheck/00LOCK-lxb/00new/lxb/libs ** 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 (lxb)