* installing *source* package ‘luajr’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 17.0.6 (5)’ clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iluajit/src -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c lua_api.cpp -o lua_api.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iluajit/src -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c push_to.cpp -o push_to.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iluajit/src -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c registry_entry.cpp -o registry_entry.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iluajit/src -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c run_func.cpp -o run_func.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iluajit/src -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c setup.cpp -o setup.o In file included from setup.cpp:39: ./../inst/include/luajr_funcs.h:159:30: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] 159 | API_FUNCTION(SEXP, luajr_open) | ^ setup.cpp:37:9: note: macro 'API_FUNCTION' defined here 37 | #define API_FUNCTION(return_type, func_name, ...) \ | ^ In file included from setup.cpp:39: ./../inst/include/luajr_funcs.h:160:40: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] 160 | API_FUNCTION(lua_State*, luajr_newstate) | ^ setup.cpp:37:9: note: macro 'API_FUNCTION' defined here 37 | #define API_FUNCTION(return_type, func_name, ...) \ | ^ In file included from setup.cpp:39: ./../inst/include/luajr_funcs.h:161:31: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] 161 | API_FUNCTION(SEXP, luajr_reset) | ^ setup.cpp:37:9: note: macro 'API_FUNCTION' defined here 37 | #define API_FUNCTION(return_type, func_name, ...) \ | ^ 3 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -Iluajit/src -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c state.cpp -o state.o make[1]: Entering directory '/srv/hornik/tmp/CRAN/luajr.Rcheck/00_pkg_src/luajr/src/luajit' ==== Building LuaJIT 2.1 (amalgamation) ==== make -C src amalg make[2]: Entering directory '/srv/hornik/tmp/CRAN/luajr.Rcheck/00_pkg_src/luajr/src/luajit/src' make all "LJCORE_O=ljamalg.o" make[3]: Entering directory '/srv/hornik/tmp/CRAN/luajr.Rcheck/00_pkg_src/luajr/src/luajit/src' HOSTCC host/minilua.o HOSTLINK host/minilua VERSION luajit.h DYNASM host/buildvm_arch.h HOSTCC host/buildvm.o HOSTCC host/buildvm_asm.o HOSTCC host/buildvm_peobj.o HOSTCC host/buildvm_lib.o HOSTCC host/buildvm_fold.o HOSTLINK host/buildvm BUILDVM lj_vm.S ASM lj_vm.o BUILDVM lj_ffdef.h BUILDVM lj_bcdef.h BUILDVM lj_folddef.h BUILDVM lj_recdef.h BUILDVM lj_libdef.h CC ljamalg.o In file included from ljamalg.c:33: ./lj_debug.c:635:27: warning: passing 'lua_CFunction' (aka 'int (*)(struct lua_State *)') to parameter of type 'const void *' converts between void pointer and function pointer [-Wpedantic] 635 | lj_strfmt_putptr(sb, fn->c.f); | ^~~~~~~ ./lj_strfmt.h:97:67: note: passing argument to parameter 'v' here 97 | LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putptr(SBuf *sb, const void *v); | ^ 1 warning generated. AR libluajit.a CC luajit.o BUILDVM jit/vmdef.lua LINK luajit OK Successfully built LuaJIT make[3]: Leaving directory '/srv/hornik/tmp/CRAN/luajr.Rcheck/00_pkg_src/luajr/src/luajit/src' make[2]: Leaving directory '/srv/hornik/tmp/CRAN/luajr.Rcheck/00_pkg_src/luajr/src/luajit/src' ==== Successfully built LuaJIT 2.1 (amalgamation) ==== make[1]: Leaving directory '/srv/hornik/tmp/CRAN/luajr.Rcheck/00_pkg_src/luajr/src/luajit' clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o luajr.so lua_api.o push_to.o registry_entry.o run_func.o setup.o state.o luajit/src/libluajit.a -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/luajr.Rcheck/00LOCK-luajr/00new/luajr/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (luajr)