* installing *source* package ‘QuickJSR’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.8 (1+b1)’ using C++ compiler: ‘Debian clang version 18.1.8 (1+b1)’ clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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:5: ./quickjs/quickjs.c:7527:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7527 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7527:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7527 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:52810:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 52810 | JSMapState *s; | ^ 3 warnings generated. ar -rs ../inst/lib//libquickjs.a libquickjs.o ar: creating ../inst/lib//libquickjs.a clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c init.cpp -o init.o clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o QuickJSR.so quickjsr.o init.o ../inst/lib//libquickjs.a -L/home/hornik/tmp/R/lib -lR clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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:5: ./quickjs/quickjs.c:7527:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7527 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7527:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7527 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:52810:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 52810 | JSMapState *s; | ^ 3 warnings generated. ar -rs ../inst/lib//libquickjs.a libquickjs.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -DR_NO_REMAP -c init.cpp -o init.o installing to /srv/hornik/tmp/CRAN/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)