* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘luajr’ ...
** package ‘luajr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c lua_api.cpp -o lua_api.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c parallel.cpp -o parallel.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c push_to.cpp -o push_to.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c registry_entry.cpp -o registry_entry.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c run_func.cpp -o run_func.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c setup.cpp -o setup.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -Iluajit/src  -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c state.cpp -o state.o
make[2]: Entering directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src/luajit'
==== Building LuaJIT 2.1 (amalgamation) ====
make -C src amalg
make[3]: Entering directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src/luajit/src'
make all "LJCORE_O=ljamalg.o"
make[4]: Entering directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/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
AR        libluajit.a
CC        luajit.o
BUILDVM   jit/vmdef.lua
LINK      luajit
OK        Successfully built LuaJIT
make[4]: Leaving directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src/luajit/src'
make[3]: Leaving directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src/luajit/src'
==== Successfully built LuaJIT 2.1 (amalgamation) ====
make[2]: Leaving directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src/luajit'
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o luajr.so lua_api.o parallel.o push_to.o registry_entry.o run_func.o setup.o state.o luajit/src/libluajit.a -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src'
make[1]: Entering directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src'
make[1]: Leaving directory '/tmp/RtmpqwIHWl/R.INSTALL5e0641975ecd7/luajr/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)