* installing *source* package ‘thor’ ... ** 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 -Ilmdb -fpic -g -O3 -Wall -pedantic -c lmdb/mdb.c -o lmdb/mdb.o lmdb/mdb.c:935:11: warning: defining a type within '__builtin_offsetof' is a Clang extension [-Wgnu-offsetof-extensions] 935 | + 270 * (MDB_LOCK_TYPE % 120) | ^~~~~~~~~~~~~ lmdb/mdb.c:913:12: note: expanded from macro 'MDB_LOCK_TYPE' 913 | LOG2_MOD(ALIGNOF2(pthread_mutex_t), 5) + \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ lmdb/mdb.c:711:19: note: expanded from macro 'ALIGNOF2' 711 | LOW_BIT(offsetof(struct { char ch_; type align_; }, align_)) | ^~~~~~ /usr/lib/llvm-17/lib/clang/17/include/stddef.h:116:43: note: expanded from macro 'offsetof' 116 | #define offsetof(t, d) __builtin_offsetof(t, d) | ^ lmdb/mdb.c:701:23: note: expanded from macro 'LOW_BIT' 701 | #define LOW_BIT(n) ((n) & (-(n))) | ^ lmdb/mdb.c:704:37: note: expanded from macro 'LOG2_MOD' 704 | #define LOG2_MOD(p2, n) (7 - 86 / ((p2) % ((1U<<(n))-1) + 11)) | ^~ lmdb/mdb.c:935:11: warning: defining a type within '__builtin_offsetof' is a Clang extension [-Wgnu-offsetof-extensions] 935 | + 270 * (MDB_LOCK_TYPE % 120) | ^~~~~~~~~~~~~ lmdb/mdb.c:913:12: note: expanded from macro 'MDB_LOCK_TYPE' 913 | LOG2_MOD(ALIGNOF2(pthread_mutex_t), 5) + \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ lmdb/mdb.c:711:19: note: expanded from macro 'ALIGNOF2' 711 | LOW_BIT(offsetof(struct { char ch_; type align_; }, align_)) | ^~~~~~ /usr/lib/llvm-17/lib/clang/17/include/stddef.h:116:43: note: expanded from macro 'offsetof' 116 | #define offsetof(t, d) __builtin_offsetof(t, d) | ^ lmdb/mdb.c:701:31: note: expanded from macro 'LOW_BIT' 701 | #define LOW_BIT(n) ((n) & (-(n))) | ^ lmdb/mdb.c:704:37: note: expanded from macro 'LOG2_MOD' 704 | #define LOG2_MOD(p2, n) (7 - 86 / ((p2) % ((1U<<(n))-1) + 11)) | ^~ lmdb/mdb.c:2383:6: warning: variable 'rc' set but not used [-Wunused-but-set-variable] 2383 | int rc, (*insert)(MDB_ID2L, MDB_ID2 *); | ^ 3 warnings generated. clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Ilmdb -fpic -g -O3 -Wall -pedantic -c lmdb/midl.c -o lmdb/midl.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Ilmdb -fpic -g -O3 -Wall -pedantic -c registration.c -o registration.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Ilmdb -fpic -g -O3 -Wall -pedantic -c thor.c -o thor.o clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -Ilmdb -fpic -g -O3 -Wall -pedantic -c util.c -o util.o clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o thor.so lmdb/mdb.o lmdb/midl.o registration.o thor.o util.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/thor.Rcheck/00LOCK-thor/00new/thor/libs ** R ** 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 (thor)