=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for lua55-lanes-3.16.0 Makefile:66: *** 'pkg-config' existed but did not know of 'lua[5.1]' - Good luck! gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o lanes.o lanes.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o cancel.o cancel.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o compat.o compat.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o threading.o threading.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o tools.o tools.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o state.o state.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o linda.o linda.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o deep.o deep.c gcc -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -fPIC -Wall -O2 -I/usr/pkg/include/lua-5.5 -I/usr/include/readline -I/usr/include -c -o keeper.o keeper.c lanes.c: In function 'LG_configure': lanes.c:1937:5: warning: implicit declaration of function 'luaG_registerlibfuncs' [-Wimplicit-function-declaration] 1937 | luaG_registerlibfuncs( L, lanes_functions); | ^~~~~~~~~~~~~~~~~~~~~ tools.c: In function 'luaG_getfuncsubtype': tools.c:282:19: warning: implicit declaration of function 'lua504_dump'; did you mean 'lua_dump'? [-Wimplicit-function-declaration] 282 | dumpres = lua504_dump( L, dummy_writer, NULL, 0); | ^~~~~~~~~~~ | lua_dump state.c: In function 'create_state': state.c:262:17: error: too few arguments to function 'lua_newstate' 262 | L = lua_newstate( def->allocF, def->allocUD); | ^~~~~~~~~~~~ In file included from compat.h:4, from state.c:43: /pbulk/work/parallel/lua-lanes/work/.buildlink/include/lua-5.5/lua.h:163:21: note: declared here 163 | LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud, unsigned seed); | ^~~~~~~~~~~~ state.c:269:13: error: too few arguments to function 'lua_newstate' 269 | L = lua_newstate( U->protected_allocator.definition.allocF, U->protected_allocator.definition.allocUD); | ^~~~~~~~~~~~ In file included from compat.h:4, from state.c:43: /pbulk/work/parallel/lua-lanes/work/.buildlink/include/lua-5.5/lua.h:163:21: note: declared here 163 | LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud, unsigned seed); | ^~~~~~~~~~~~ In file included from /usr/include/ctype.h:100, from state.c:37: state.c: In function 'luaG_newstate': state.c:398:36: warning: array subscript has type 'char' [-Wchar-subscripts] 398 | while( *p && !isalnum( *p) && *p != '.') | ^ state.c:402:30: warning: array subscript has type 'char' [-Wchar-subscripts] 402 | while( isalnum( p[len]) || p[len] == '.') | ^ gmake: *** [: state.o] Error 1 gmake: *** Waiting for unfinished jobs.... linda.c: In function 'LG_linda_receive': linda.c:298:22: warning: implicit declaration of function 'lua501_equal'; did you mean 'lua_equal'? [-Wimplicit-function-declaration] 298 | is_batched = lua501_equal( L, key_i, -1); | ^~~~~~~~~~~~ | lua_equal In file included from deep.h:11, from tools.h:6, from tools.c:43: At top level: tools.c:1480:34: warning: 'CLONABLES_CACHE_KEY' defined but not used [-Wunused-const-variable=] 1480 | static DECLARE_CONST_UNIQUE_KEY( CLONABLES_CACHE_KEY, 0xD04EE018B3DEE8F5); | ^~~~~~~~~~~~~~~~~~~ uniquekey.h:20:62: note: in definition of macro 'DECLARE_CONST_UNIQUE_KEY' 20 | #define DECLARE_CONST_UNIQUE_KEY( name_, p_) UniqueKey const name_ = { MAKE_UNIQUE_KEY( p_)} | ^~~~~ *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/parallel/lua-lanes *** Error code 1 Stop. make: stopped in /usr/pkgsrc/parallel/lua-lanes