+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent LUA_VERSION_REQD=55 WRKLOG=/tmp/bulklog/lua55-lyaml-6.2.8/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent LUA_VERSION_REQD=55 WRKLOG=/tmp/bulklog/lua55-lyaml-6.2.8/work.log ===> Building for lua55-lyaml-6.2.8 /bin/cp -f /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lua-lyaml/files/Makefile /home/pbulk/build/textproc/lua-lyaml/work/lyaml-6.2.8/ext/yaml/Makefile --- emitter.o --- --- parser.o --- --- scanner.o --- --- yaml.o --- --- emitter.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.5 -I/opt/pkg/include -I/opt/pkg/include/ncurses -fPIC -Wall -DVERSION=\"6.2.8\" -c emitter.c --- parser.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.5 -I/opt/pkg/include -I/opt/pkg/include/ncurses -fPIC -Wall -DVERSION=\"6.2.8\" -c parser.c --- scanner.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.5 -I/opt/pkg/include -I/opt/pkg/include/ncurses -fPIC -Wall -DVERSION=\"6.2.8\" -c scanner.c --- yaml.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/lua-5.5 -I/opt/pkg/include -I/opt/pkg/include/ncurses -fPIC -Wall -DVERSION=\"6.2.8\" -c yaml.c yaml.c: In function 'luaopen_yaml': yaml.c:60:4: error: implicit declaration of function 'luaL_register'; did you mean 'lua_register'? [-Wimplicit-function-declaration] 60 | luaL_register(L, "yaml", R); | ^~~~~~~~~~~~~ | lua_register *** [yaml.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/textproc/lua-lyaml/work/lyaml-6.2.8/ext/yaml --- scanner.o --- scanner.c: In function 'token_iter': scanner.c:233:10: warning: unused variable 'str' [-Wunused-variable] 233 | char *str; | ^~~ In file included from scanner.c:26: In function 'scan_SCALAR', inlined from 'token_iter' at scanner.c:277:10: lyaml.h:54:29: warning: 'style' may be used uninitialized [-Wmaybe-uninitialized] 54 | #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lyaml.h:68:9: note: in expansion of macro 'lua_pushyamlstr' 68 | lua_pushyamlstr (_v); \ | ^~~~~~~~~~~~~~~ scanner.c:192:4: note: in expansion of macro 'RAWSET_STRING' 192 | RAWSET_STRING ("style", style); | ^~~~~~~~~~~~~ scanner.c: In function 'token_iter': scanner.c:170:16: note: 'style' was declared here 170 | const char *style; | ^~~~~ In function 'scan_STREAM_START', inlined from 'token_iter' at scanner.c:271:10: lyaml.h:54:29: warning: 'encoding' may be used uninitialized [-Wmaybe-uninitialized] 54 | #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lyaml.h:68:9: note: in expansion of macro 'lua_pushyamlstr' 68 | lua_pushyamlstr (_v); \ | ^~~~~~~~~~~~~~~ scanner.c:100:4: note: in expansion of macro 'RAWSET_STRING' 100 | RAWSET_STRING ("encoding", encoding); | ^~~~~~~~~~~~~ scanner.c: In function 'token_iter': scanner.c:83:16: note: 'encoding' was declared here 83 | const char *encoding; | ^~~~~~~~ --- emitter.o --- In function 'emit_STREAM_START', inlined from 'emit' at emitter.c:338:14: emitter.c:73:4: warning: 'yaml_encoding' may be used uninitialized [-Wmaybe-uninitialized] 73 | yaml_stream_start_event_initialize (&event, yaml_encoding); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c: In function 'emit': emitter.c:50:20: note: 'yaml_encoding' was declared here 50 | yaml_encoding_t yaml_encoding; | ^~~~~~~~~~~~~ In function 'emit_SEQUENCE_START', inlined from 'emit' at emitter.c:334:14: emitter.c:238:4: warning: 'yaml_style' may be used uninitialized [-Wmaybe-uninitialized] 238 | yaml_sequence_start_event_initialize (&event, anchor, tag, implicit, yaml_style); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c: In function 'emit': emitter.c:213:26: note: 'yaml_style' was declared here 213 | yaml_sequence_style_t yaml_style; | ^~~~~~~~~~ --- parser.o --- parser.c: In function 'event_iter': parser.c:314:10: warning: unused variable 'str' [-Wunused-variable] 314 | char *str; | ^~~ --- emitter.o --- In function 'emit_MAPPING_START', inlined from 'emit' at emitter.c:332:14: emitter.c:193:4: warning: 'yaml_style' may be used uninitialized [-Wmaybe-uninitialized] 193 | yaml_mapping_start_event_initialize (&event, anchor, tag, implicit, yaml_style); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c: In function 'emit': emitter.c:168:25: note: 'yaml_style' was declared here 168 | yaml_mapping_style_t yaml_style; | ^~~~~~~~~~ In function 'emit_SCALAR', inlined from 'emit' at emitter.c:331:14: emitter.c:288:4: warning: 'yaml_style' may be used uninitialized [-Wmaybe-uninitialized] 288 | yaml_scalar_event_initialize (&event, anchor, tag, value, length, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 289 | plain_implicit, quoted_implicit, yaml_style); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c: In function 'emit': emitter.c:258:24: note: 'yaml_style' was declared here 258 | yaml_scalar_style_t yaml_style; | ^~~~~~~~~~ --- parser.o --- In file included from parser.c:26: In function 'parse_MAPPING_START', inlined from 'event_iter' at parser.c:347:10: lyaml.h:54:29: warning: 'style' may be used uninitialized [-Wmaybe-uninitialized] 54 | #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lyaml.h:68:9: note: in expansion of macro 'lua_pushyamlstr' 68 | lua_pushyamlstr (_v); \ | ^~~~~~~~~~~~~~~ parser.c:273:4: note: in expansion of macro 'RAWSET_STRING' 273 | RAWSET_STRING ("style", style); | ^~~~~~~~~~~~~ parser.c: In function 'event_iter': parser.c:252:16: note: 'style' was declared here 252 | const char *style; | ^~~~~ In function 'parse_SEQUENCE_START', inlined from 'event_iter' at parser.c:346:10: lyaml.h:54:29: warning: 'style' may be used uninitialized [-Wmaybe-uninitialized] 54 | #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lyaml.h:68:9: note: in expansion of macro 'lua_pushyamlstr' 68 | lua_pushyamlstr (_v); \ | ^~~~~~~~~~~~~~~ parser.c:243:4: note: in expansion of macro 'RAWSET_STRING' 243 | RAWSET_STRING ("style", style); | ^~~~~~~~~~~~~ parser.c: In function 'event_iter': parser.c:222:16: note: 'style' was declared here 222 | const char *style; | ^~~~~ In function 'parse_SCALAR', inlined from 'event_iter' at parser.c:345:10: lyaml.h:54:29: warning: 'style' may be used uninitialized [-Wmaybe-uninitialized] 54 | #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lyaml.h:68:9: note: in expansion of macro 'lua_pushyamlstr' 68 | lua_pushyamlstr (_v); \ | ^~~~~~~~~~~~~~~ parser.c:213:4: note: in expansion of macro 'RAWSET_STRING' 213 | RAWSET_STRING ("style", style); | ^~~~~~~~~~~~~ parser.c: In function 'event_iter': parser.c:185:16: note: 'style' was declared here 185 | const char *style; | ^~~~~ In function 'parse_STREAM_START', inlined from 'event_iter' at parser.c:341:10: lyaml.h:54:29: warning: 'encoding' may be used uninitialized [-Wmaybe-uninitialized] 54 | #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lyaml.h:68:9: note: in expansion of macro 'lua_pushyamlstr' 68 | lua_pushyamlstr (_v); \ | ^~~~~~~~~~~~~~~ parser.c:100:4: note: in expansion of macro 'RAWSET_STRING' 100 | RAWSET_STRING ("encoding", encoding); | ^~~~~~~~~~~~~ parser.c: In function 'event_iter': parser.c:81:16: note: 'encoding' was declared here 81 | const char *encoding; | ^~~~~~~~ bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/textproc/lua-lyaml/work/lyaml-6.2.8/ext/yaml *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lua-lyaml *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/lua-lyaml