* installing *source* package ‘QuickJSR’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.6 (1)’ using C++ compiler: ‘Debian clang version 19.1.6 (1)’ clang-19 -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:7735:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7735:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:55681:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 55681 | JSMapState *s; | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:97:9: warning: 'MAX_SAFE_INTEGER' macro redefined [-Wmacro-redefined] 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | ^ ./quickjs/quickjs.c:11148:9: note: previous definition is here 11148 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:3044:26: warning: assigning to 'void (*)(int)' from 'void *' converts between void pointer and function pointer [-Wpedantic] 3044 | js_os_exec_closefrom = dlsym(RTLD_DEFAULT, "closefrom"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. ar -rs ../inst/lib//libquickjs.a libquickjs.o ar: creating ../inst/lib//libquickjs.a clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c init.cpp -o init.o clang++-19 -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-19 -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:7735:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7735:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:55681:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 55681 | JSMapState *s; | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:97:9: warning: 'MAX_SAFE_INTEGER' macro redefined [-Wmacro-redefined] 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | ^ ./quickjs/quickjs.c:11148:9: note: previous definition is here 11148 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:3044:26: warning: assigning to 'void (*)(int)' from 'void *' converts between void pointer and function pointer [-Wpedantic] 3044 | js_os_exec_closefrom = dlsym(RTLD_DEFAULT, "closefrom"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. ar -rs ../inst/lib//libquickjs.a libquickjs.o clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -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)