* installing *source* package ‘QuickJSR’ ... ** this is package ‘QuickJSR’ version ‘1.7.0’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3)’ using C++ compiler: ‘Debian clang version 19.1.7 (3)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:19: ./quickjs/quickjs.c:7419:19: warning: variable 'proto_depth' set but not used [-Wunused-but-set-variable] 7419 | uint32_t tag, proto_depth; | ^ ./quickjs/quickjs.c:7768:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7768 | bool atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7768:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7768 | bool atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:55694:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 55694 | JSMapState *s; | ^ In file included from libquickjs.c:20: ./quickjs/quickjs-libc.c:3111:26: warning: assigning to 'void (*)(int)' from 'void *' converts between void pointer and function pointer [-Wpedantic] 3111 | js_os_exec_closefrom = dlsym(RTLD_DEFAULT, "closefrom"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c quickjsr.cpp -o quickjsr.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c init.cpp -o init.o clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o QuickJSR.so quickjsr.o init.o libquickjs.o -L/home/hornik/tmp/R-d-clang-19/lib -lR clang-19 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:19: ./quickjs/quickjs.c:7419:19: warning: variable 'proto_depth' set but not used [-Wunused-but-set-variable] 7419 | uint32_t tag, proto_depth; | ^ ./quickjs/quickjs.c:7768:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7768 | bool atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7768:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7768 | bool atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:55694:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 55694 | JSMapState *s; | ^ In file included from libquickjs.c:20: ./quickjs/quickjs-libc.c:3111:26: warning: assigning to 'void (*)(int)' from 'void *' converts between void pointer and function pointer [-Wpedantic] 3111 | js_os_exec_closefrom = dlsym(RTLD_DEFAULT, "closefrom"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c quickjsr.cpp -o quickjsr.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c init.cpp -o init.o installing to /srv/hornik/tmp/CRAN_pretest/QuickJSR.Rcheck/00LOCK-QuickJSR/00new/QuickJSR/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 (QuickJSR)