===> Building for vcdimager-2.0.1nb13 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1' Making all in include gmake[2]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' Making all in libvcd gmake[3]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[3]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' Making all in lib gmake[2]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/lib' CC info.lo info.c:1561:41: warning: comparison of address of 'p_obj->pvd' equal to a null pointer is always false [-Wtautological-pointer-compare] if ( NULL == p_obj || NULL == &p_obj->pvd ) return (NULL); ~~~~ ~~~~~~~^~~ info.c:1576:41: warning: comparison of address of 'p_obj->pvd' equal to a null pointer is always false [-Wtautological-pointer-compare] if ( NULL == p_obj || NULL == &p_obj->pvd ) return (NULL); ~~~~ ~~~~~~~^~~ 2 warnings generated. CC inf.lo CC info_private.lo CC vcd_read.lo CC vcd.lo CC data_structures.lo CC directory.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 CCLD libvcd.la 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 libvcdinfo.la gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/lib' Making all in frontends gmake[2]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends' Making all in cli gmake[3]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/cli' CC vcdimager.o CCLD vcdimager CC cdxa2mpeg.o CCLD cdxa2mpeg CC vcd-info.o CCLD vcd-info gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/cli' Making all in xml gmake[3]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' (sed 's/\"/\\"/g' | /opt/pkg/bin/nawk 'BEGIN { print "const char videocd_dtd[] = \\" } { print " \"" $0 "\\n\" \\" } END { print ";" }') < ./videocd.dtd > videocd_dtd.inc /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' CC vcd_xml_build.o vcd_xml_build.c:65:3: warning: '__xmlKeepBlanksDefaultValue' is deprecated [-Wdeprecated-declarations] xmlKeepBlanksDefaultValue = false; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:1051:39: note: expanded from macro 'xmlKeepBlanksDefaultValue' #define xmlKeepBlanksDefaultValue (*__xmlKeepBlanksDefaultValue()) ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:1029:1: note: '__xmlKeepBlanksDefaultValue' has been explicitly marked deprecated here XML_DEPRECATED ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:61:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ vcd_xml_build.c:94:9: warning: 'pedantic' is deprecated [-Wdeprecated-declarations] ctxt->pedantic = true; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:366:18: note: 'pedantic' has been explicitly marked deprecated here int pedantic XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ vcd_xml_build.c:95:9: warning: 'validate' is deprecated [-Wdeprecated-declarations] ctxt->validate = true; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:304:18: note: 'validate' has been explicitly marked deprecated here int validate XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ 3 warnings generated. CC vcd_xml_common.o vcd_xml_common.c:245:26: warning: 'output' is deprecated [-Wdeprecated-declarations] if (NULL != handler->output) ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:177:14: note: 'output' has been explicitly marked deprecated here } output XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ vcd_xml_common.c:245:14: error: invalid operands to binary expression ('void *' and 'union (unnamed union at /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:174:5)') if (NULL != handler->output) ~~~~ ^ ~~~~~~~~~~~~~~~ vcd_xml_common.c:246:22: warning: 'output' is deprecated [-Wdeprecated-declarations] ret = handler->output (out, &out_size, (const unsigned char *) in, &temp); ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:177:14: note: 'output' has been explicitly marked deprecated here } output XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ vcd_xml_common.c:246:29: error: called object type 'union (unnamed union at /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:174:5)' is not a function or function pointer ret = handler->output (out, &out_size, (const unsigned char *) in, &temp); ~~~~~~~~~~~~~~~ ^ vcd_xml_common.c:250:26: warning: 'input' is deprecated [-Wdeprecated-declarations] if (NULL != handler->input) ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:173:13: note: 'input' has been explicitly marked deprecated here } input XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ vcd_xml_common.c:250:14: error: invalid operands to binary expression ('void *' and 'union (unnamed union at /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:170:5)') if (NULL != handler->input) ~~~~ ^ ~~~~~~~~~~~~~~ vcd_xml_common.c:251:22: warning: 'input' is deprecated [-Wdeprecated-declarations] ret = handler->input (out, &out_size, (const unsigned char *) in, &temp); ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:173:13: note: 'input' has been explicitly marked deprecated here } input XML_DEPRECATED_MEMBER; ^ /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER' #define XML_DEPRECATED_MEMBER __attribute__((deprecated)) ^ vcd_xml_common.c:251:28: error: called object type 'union (unnamed union at /Users/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:170:5)' is not a function or function pointer ret = handler->input (out, &out_size, (const unsigned char *) in, &temp); ~~~~~~~~~~~~~~ ^ 4 warnings and 4 errors generated. gmake[4]: *** [Makefile:544: vcd_xml_common.o] Error 1 gmake[4]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' gmake[3]: *** [Makefile:436: all] Error 2 gmake[3]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' gmake[2]: *** [Makefile:376: all-recursive] Error 1 gmake[2]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends' gmake[1]: *** [Makefile:508: all-recursive] Error 1 gmake[1]: Leaving directory '/Users/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1' gmake: *** [Makefile:413: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/sysutils/vcdimager *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/sysutils/vcdimager