=> 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 lua53-lyaml-6.2.8 /bin/cp -f /amd/pkgsrc/CHROOT/P/pkgsrc/textproc/lua-lyaml/files/Makefile /tmp/textproc/lua-lyaml/work/lyaml-6.2.8/ext/yaml/Makefile --- emitter.o --- --- parser.o --- --- scanner.o --- --- yaml.o --- --- parser.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/lua-5.3 -I/usr/include/readline -I/usr/include -I/usr/pkg/include -fPIC -Wall -DVERSION=\"6.2.8\" -c parser.c --- yaml.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/lua-5.3 -I/usr/include/readline -I/usr/include -I/usr/pkg/include -fPIC -Wall -DVERSION=\"6.2.8\" -c yaml.c --- emitter.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/lua-5.3 -I/usr/include/readline -I/usr/include -I/usr/pkg/include -fPIC -Wall -DVERSION=\"6.2.8\" -c emitter.c --- scanner.o --- gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/lua-5.3 -I/usr/include/readline -I/usr/include -I/usr/pkg/include -fPIC -Wall -DVERSION=\"6.2.8\" -c scanner.c --- parser.o --- parser.c: In function 'event_iter': parser.c:314:10: warning: unused variable 'str' [-Wunused-variable] char *str; ^~~ --- scanner.o --- scanner.c: In function 'token_iter': scanner.c:233:10: warning: unused variable 'str' [-Wunused-variable] char *str; ^~~ In file included from scanner.c:26:0: lyaml.h:54:29: warning: 'style' may be used uninitialized in this function [-Wmaybe-uninitialized] #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) ^~~~~~~~~~~~~~ scanner.c:170:16: note: 'style' was declared here const char *style; ^~~~~ In file included from scanner.c:26:0: lyaml.h:54:29: warning: 'encoding' may be used uninitialized in this function [-Wmaybe-uninitialized] #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) ^~~~~~~~~~~~~~ scanner.c:83:16: note: 'encoding' was declared here const char *encoding; ^~~~~~~~ --- parser.o --- In file included from parser.c:26:0: lyaml.h:54:29: warning: 'style' may be used uninitialized in this function [-Wmaybe-uninitialized] #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) ^~~~~~~~~~~~~~ parser.c:252:16: note: 'style' was declared here const char *style; ^~~~~ In file included from parser.c:26:0: lyaml.h:54:29: warning: 'style' may be used uninitialized in this function [-Wmaybe-uninitialized] #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) ^~~~~~~~~~~~~~ parser.c:222:16: note: 'style' was declared here const char *style; ^~~~~ In file included from parser.c:26:0: lyaml.h:54:29: warning: 'style' may be used uninitialized in this function [-Wmaybe-uninitialized] #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) ^~~~~~~~~~~~~~ parser.c:185:16: note: 'style' was declared here const char *style; ^~~~~ In file included from parser.c:26:0: lyaml.h:54:29: warning: 'encoding' may be used uninitialized in this function [-Wmaybe-uninitialized] #define lua_pushyamlstr(_s) lua_pushstring (L, (char *)(_s)) ^~~~~~~~~~~~~~ parser.c:81:16: note: 'encoding' was declared here const char *encoding; ^~~~~~~~ --- emitter.o --- emitter.c: In function 'emit': emitter.c:73:4: warning: 'yaml_encoding' may be used uninitialized in this function [-Wmaybe-uninitialized] yaml_stream_start_event_initialize (&event, yaml_encoding); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c:50:20: note: 'yaml_encoding' was declared here yaml_encoding_t yaml_encoding; ^~~~~~~~~~~~~ emitter.c:238:4: warning: 'yaml_style' may be used uninitialized in this function [-Wmaybe-uninitialized] yaml_sequence_start_event_initialize (&event, anchor, tag, implicit, yaml_style); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c:213:26: note: 'yaml_style' was declared here yaml_sequence_style_t yaml_style; ^~~~~~~~~~ emitter.c:193:4: warning: 'yaml_style' may be used uninitialized in this function [-Wmaybe-uninitialized] yaml_mapping_start_event_initialize (&event, anchor, tag, implicit, yaml_style); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c:168:25: note: 'yaml_style' was declared here yaml_mapping_style_t yaml_style; ^~~~~~~~~~ emitter.c:288:4: warning: 'yaml_style' may be used uninitialized in this function [-Wmaybe-uninitialized] yaml_scalar_event_initialize (&event, anchor, tag, value, length, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plain_implicit, quoted_implicit, yaml_style); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emitter.c:258:24: note: 'yaml_style' was declared here yaml_scalar_style_t yaml_style; ^~~~~~~~~~ --- yaml.so --- gcc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -shared -lyaml -o yaml.so emitter.o parser.o scanner.o yaml.o