=> 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 vcdimager-2.0.1nb13 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1' Making all in include gmake[2]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include' Making all in libvcd gmake[3]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' /usr/pkg/bin/gmake all-am gmake[4]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[3]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[3]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include' gmake[2]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/include' Making all in lib gmake[2]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/lib' CC info.lo CC inf.lo CC info_private.lo CC vcd_read.lo CC vcd.lo CC directory.lo CC data_structures.lo CC files.lo CC image.lo CC image_bincue.lo CC image_cdrdao.lo CC image_nrg.lo CC logging.lo CC mpeg.lo CC mpeg_stream.lo CC pbc.lo CC salloc.lo CC sector.lo CC stream.lo CC stream_stdio.lo CC util.lo echo 'VCDINFO_0 {' > libvcdinfo.la.ver echo " global:" >> libvcdinfo.la.ver objs=`for obj in info.lo inf.lo info_private.lo vcd_read.lo; do sed -ne "s/^pic_object='\(.*\)'$/\1/p" $obj; done`; \ nm ${objs} | sed -n -e 's/^.*[ ][ABCDGIRSTW][ABCDGIRSTW]*[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/ \1;/p' | sort | uniq >> libvcdinfo.la.ver echo '};' >> libvcdinfo.la.ver CCLD libvcd.la CCLD libvcdinfo.la gmake[2]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/lib' Making all in frontends gmake[2]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends' Making all in cli gmake[3]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/cli' CC vcdimager.o CC cdxa2mpeg.o CC vcd-info.o CCLD cdxa2mpeg CCLD vcdimager CCLD vcd-info gmake[3]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/cli' Making all in xml gmake[3]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' (sed 's/\"/\\"/g' | /usr/bin/awk 'BEGIN { print "const char videocd_dtd[] = \\" } { print " \"" $0 "\\n\" \\" } END { print ";" }') < ./videocd.dtd > videocd_dtd.inc /usr/pkg/bin/gmake all-am gmake[4]: Entering directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' CC vcd_xml_dtd.o CC vcd_xml_common.o CC vcd_xml_build.o CC vcd_xml_parse.o CC vcd_xml_master.o CC vcd_xml_gen.o CC vcd_xml_dump.o CC vcd_xml_rip.o vcd_xml_build.c: In function '_init_xml': vcd_xml_build.c:65:3: warning: '__xmlKeepBlanksDefaultValue' is deprecated [-Wdeprecated-declarations] xmlKeepBlanksDefaultValue = false; ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parserInternals.h:16:0, from vcd_xml_build.c:37: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:1030:16: note: declared here XMLPUBFUN int *__xmlKeepBlanksDefaultValue(void); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ vcd_xml_build.c: In function '_xmlParseFile': vcd_xml_build.c:94:3: warning: 'pedantic' is deprecated [-Wdeprecated-declarations] ctxt->pedantic = true; ^~~~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parserInternals.h:16:0, from vcd_xml_build.c:37: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:366:9: note: declared here int pedantic XML_DEPRECATED_MEMBER; ^~~~~~~~ vcd_xml_build.c:95:3: warning: 'validate' is deprecated [-Wdeprecated-declarations] ctxt->validate = true; ^~~~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parserInternals.h:16:0, from vcd_xml_build.c:37: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:304:9: note: declared here int validate XML_DEPRECATED_MEMBER; ^~~~~~~~ vcd_xml_common.c: In function '_convert': vcd_xml_common.c:245:5: warning: 'output' is deprecated [-Wdeprecated-declarations] if (NULL != handler->output) ^~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:25:0, from vcd_xml_common.c:32: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:177:7: note: declared here } output XML_DEPRECATED_MEMBER; ^~~~~~ vcd_xml_common.c:245:14: error: invalid operands to binary != (have 'void *' and 'union ') if (NULL != handler->output) ^~ ~~~~~~~~~~~~~~~ vcd_xml_common.c:246:7: warning: 'output' is deprecated [-Wdeprecated-declarations] ret = handler->output (out, &out_size, (const unsigned char *) in, &temp); ^~~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:25:0, from vcd_xml_common.c:32: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:177:7: note: declared here } output XML_DEPRECATED_MEMBER; ^~~~~~ vcd_xml_common.c:246:13: error: called object is not a function or function pointer ret = handler->output (out, &out_size, (const unsigned char *) in, &temp); ^~~~~~~ vcd_xml_common.c:250:5: warning: 'input' is deprecated [-Wdeprecated-declarations] if (NULL != handler->input) ^~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:25:0, from vcd_xml_common.c:32: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:173:7: note: declared here } input XML_DEPRECATED_MEMBER; ^~~~~ vcd_xml_common.c:250:14: error: invalid operands to binary != (have 'void *' and 'union ') if (NULL != handler->input) ^~ ~~~~~~~~~~~~~~ vcd_xml_common.c:251:7: warning: 'input' is deprecated [-Wdeprecated-declarations] ret = handler->input (out, &out_size, (const unsigned char *) in, &temp); ^~~ In file included from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:25:0, from vcd_xml_common.c:32: /pbulk/work/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:173:7: note: declared here } input XML_DEPRECATED_MEMBER; ^~~~~ vcd_xml_common.c:251:13: error: called object is not a function or function pointer ret = handler->input (out, &out_size, (const unsigned char *) in, &temp); ^~~~~~~ gmake[4]: *** [Makefile:544: vcd_xml_common.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... vcd_xml_rip.c: In function '_pbc_node_read': vcd_xml_rip.c:512:24: warning: cast from function call of type 'uint16_t {aka short unsigned int}' to non-matching type 'double' [-Wbad-function-cast] p_pbc->playing_time = (double) (vcdinf_get_play_time(d)) / 15.0; ^ In file included from /usr/include/stdio.h:597:0, from /pbulk/work/sysutils/vcdimager/work/.buildlink/include/popt.h:11, from vcd_xml_gen.c:28: vcd_xml_gen.c: In function 'main': vcd_xml_gen.c:224:32: warning: '%2.2d' directive output may be truncated writing between 2 and 10 bytes into a region of size 7 [-Wformat-truncation=] snprintf (buf, sizeof (buf), "sequence-%2.2d", n); ^ vcd_xml_gen.c:224:32: note: directive argument in the range [0, 2147483647] vcd_xml_gen.c:224:3: note: '__builtin_snprintf' output between 12 and 20 bytes into a destination of size 16 snprintf (buf, sizeof (buf), "sequence-%2.2d", n); ^ gmake[4]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' gmake[3]: *** [Makefile:436: all] Error 2 gmake[3]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' gmake[2]: *** [Makefile:376: all-recursive] Error 1 gmake[2]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1/frontends' gmake[1]: *** [Makefile:508: all-recursive] Error 1 gmake[1]: Leaving directory '/pbulk/work/sysutils/vcdimager/work/vcdimager-2.0.1' gmake: *** [Makefile:413: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/sysutils/vcdimager *** Error code 1 Stop. make: stopped in /usr/pkgsrc/sysutils/vcdimager