------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libyaml-0.2.4.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/libedit-3.1.20191231,1.txz Installing /packages/All/lua51-5.1.5_9.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> lua51-lyaml-6.2.4_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> lua51-lyaml-6.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-lyaml-6.2.4_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> lua51-lyaml-6.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-lyaml-6.2.4_1 for building => SHA256 Checksum OK for gvvaughan-lyaml-v6.2.4_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> lua51-lyaml-6.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-lyaml-6.2.4_1 for building ===> Extracting for lua51-lyaml-6.2.4_1 ===> lua51-lyaml-6.2.4_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lua51-lyaml-6.2.4_1 for building => SHA256 Checksum OK for gvvaughan-lyaml-v6.2.4_GH0.tar.gz. Extracted Memory Use: 0.29M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for lua51-lyaml-6.2.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> lua51-lyaml-6.2.4_1 depends on shared library: libyaml.so - found (/usr/local/lib/libyaml.so) ===> lua51-lyaml-6.2.4_1 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> lua51-lyaml-6.2.4_1 depends on shared library: libyaml.so - found (/usr/local/lib/libyaml.so) ===> lua51-lyaml-6.2.4_1 depends on shared library: liblua-5.1.so - found (/usr/local/lib/liblua-5.1.so) ===> Configuring for lua51-lyaml-6.2.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for lua51-lyaml-6.2.4_1 cd /construction/textproc/lua-lyaml/lyaml-6.2.4/ext/yaml && cc -pipe -pedantic -Wall -fPIC -DPIC -std=c99 -fno-strict-aliasing -isystem /usr/local/include -I/usr/local/include/lua51 -DVERSION=\"6.2.4\" -DNDEBUG -D_FORTIFY_SOURCE=2 -D_BSD_SOURCE -D__BSD_VISIBLE -O2 -shared -L/usr/local/lib -lyaml -o yaml.so yaml.c emitter.c parser.c scanner.c 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:234: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:211:26: note: 'yaml_style' was declared here yaml_sequence_style_t yaml_style; ^~~~~~~~~~ emitter.c:191: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:280: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:254:24: note: 'yaml_style' was declared here yaml_scalar_style_t yaml_style; ^~~~~~~~~~ parser.c: In function 'event_iter': parser.c:314:10: warning: unused variable 'str' [-Wunused-variable] char *str; ^~~ In file included from parser.c:26: 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: 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: 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: 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; ^~~~~~~~ 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: 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: 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; ^~~~~~~~ SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for lua51-lyaml-6.2.4_1 ===> Generating temporary packing list install -s -m 0644 /construction/textproc/lua-lyaml/lyaml-6.2.4/ext/yaml/yaml.so /construction/textproc/lua-lyaml/stage/usr/local/lib/lua/5.1 install -m 0644 /construction/textproc/lua-lyaml/lyaml-6.2.4/lib/lyaml/*.lua /construction/textproc/lua-lyaml/stage/usr/local/share/lua/5.1/lyaml install -m 0644 /construction/textproc/lua-lyaml/lyaml-6.2.4/AUTHORS /construction/textproc/lua-lyaml/stage/usr/local/share/doc/lua51/lyaml install -m 0644 /construction/textproc/lua-lyaml/lyaml-6.2.4/*.md /construction/textproc/lua-lyaml/stage/usr/local/share/doc/lua51/lyaml install -m 0644 /construction/textproc/lua-lyaml/lyaml-6.2.4/doc/*.* /construction/textproc/lua-lyaml/stage/usr/local/share/doc/lua51/lyaml install -m 0644 /construction/textproc/lua-lyaml/lyaml-6.2.4/doc/modules/*.* /construction/textproc/lua-lyaml/stage/usr/local/share/doc/lua51/lyaml/modules ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for lua51-lyaml-6.2.4_1 file sizes/checksums [14]: 0% file sizes/checksums [14]: 100% packing files [14]: 0% packing files [14]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04