+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vcdimager-2.0.1nb13/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vcdimager-2.0.1nb13/work.log ===> Building for vcdimager-2.0.1nb13 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1' Making all in include gmake[2]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' Making all in libvcd gmake[3]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[3]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include/libvcd' gmake[3]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' gmake[2]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/include' Making all in lib gmake[2]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/lib' CC info.lo CC inf.lo CC vcd_read.lo CC info_private.lo info.c: In function 'vcdinfo_get_seg_audio_type': info.c:1152:23: warning: the comparison will always evaluate as 'false' for the address of 'info' will never be NULL [-Waddress] 1152 | if ( !p_obj || NULL == &(p_obj->info) | ^~ In file included from info.c:26: info_private.h:53:15: note: 'info' declared here 53 | InfoVcd_t info; | ^~~~ info.c: In function 'vcdinfo_get_seg_continue': info.c:1165:18: warning: the comparison will always evaluate as 'true' for the address of 'info' will never be NULL [-Waddress] 1165 | if ( !p_obj || !&(p_obj->info) | ^ info_private.h:53:15: note: 'info' declared here 53 | InfoVcd_t info; | ^~~~ info.c: In function 'vcdinfo_get_system_id': info.c:1297:18: warning: the comparison will always evaluate as 'true' for the address of 'pvd' will never be NULL [-Waddress] 1297 | if ( !p_obj || !&(p_obj->pvd) ) return NULL; | ^ info_private.h:51:19: note: 'pvd' declared here 51 | iso9660_pvd_t pvd; | ^~~ info.c: In function 'vcdinfo_get_track_audio_type': info.c:1329:18: warning: the comparison will always evaluate as 'true' for the address of 'info' will never be NULL [-Waddress] 1329 | if ( !p_obj || !&(p_obj->info) ) return VCDINFO_INVALID_AUDIO_TYPE; | ^ info_private.h:53:15: note: 'info' declared here 53 | InfoVcd_t info; | ^~~~ info.c: In function 'vcdinfo_get_volume_id': info.c:1561:30: warning: the comparison will always evaluate as 'false' for the address of 'pvd' will never be NULL [-Waddress] 1561 | if ( NULL == p_obj || NULL == &p_obj->pvd ) return (NULL); | ^~ info_private.h:51:19: note: 'pvd' declared here 51 | iso9660_pvd_t pvd; | ^~~ info.c: In function 'vcdinfo_get_volumeset_id': info.c:1576:30: warning: the comparison will always evaluate as 'false' for the address of 'pvd' will never be NULL [-Waddress] 1576 | if ( NULL == p_obj || NULL == &p_obj->pvd ) return (NULL); | ^~ info_private.h:51:19: note: 'pvd' declared here 51 | iso9660_pvd_t pvd; | ^~~ 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 mpeg.c: In function '_analyze_pes_header': mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:450:17: note: called from here 450 | pts = _parse_timecode (buf, &pos2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:455:23: note: called from here 455 | /* dts = */ _parse_timecode (buf, &pos2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:462:17: note: called from here 462 | pts = _parse_timecode (buf, &pos2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:490:17: note: called from here 490 | pts = _parse_timecode (buf, &pos2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:497:17: note: called from here 497 | pts = _parse_timecode (buf, &pos2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:502:23: note: called from here 502 | /* dts = */ _parse_timecode (buf, &pos2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC salloc.lo mpeg.c: In function 'vcd_mpeg_parse_packet': mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:996:22: note: called from here 996 | _scr = _parse_timecode (buf, &bitpos); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:150:1: warning: inlining failed in call to '_parse_timecode': --param max-inline-insns-single limit reached [-Winline] 150 | _parse_timecode (const uint8_t *buf, unsigned *offset) | ^~~~~~~~~~~~~~~ mpeg.c:1024:22: note: called from here 1024 | _scr = _parse_timecode (buf, &bitpos); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/lib' Making all in frontends gmake[2]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends' Making all in cli gmake[3]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/cli' CC vcdimager.o CC vcd-info.o CC cdxa2mpeg.o CCLD vcdimager CCLD cdxa2mpeg CCLD vcd-info gmake[3]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/cli' Making all in xml gmake[3]: Entering directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' (sed 's/\"/\\"/g' | /usr/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 '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' CC vcd_xml_build.o CC vcd_xml_common.o CC vcd_xml_dtd.o CC vcd_xml_master.o vcd_xml_common.c: In function '_convert': vcd_xml_common.c:245:5: warning: 'output' is deprecated [-Wdeprecated-declarations] 245 | if (NULL != handler->output) | ^~ In file included from /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:25, from vcd_xml_common.c:32: /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:177:7: note: declared here 177 | } output XML_DEPRECATED_MEMBER; | ^~~~~~ vcd_xml_common.c:245:14: error: invalid operands to binary != (have 'void *' and 'union ') 245 | if (NULL != handler->output) | ^~ ~~~~~~~~~~~~~~~ | | | union vcd_xml_common.c:246:7: warning: 'output' is deprecated [-Wdeprecated-declarations] 246 | ret = handler->output (out, &out_size, (const unsigned char *) in, &temp); | ^~~ /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:177:7: note: declared here 177 | } output XML_DEPRECATED_MEMBER; | ^~~~~~ vcd_xml_common.c:246:13: error: called object is not a function or function pointer 246 | ret = handler->output (out, &out_size, (const unsigned char *) in, &temp); | ^~~~~~~ vcd_xml_common.c:250:5: warning: 'input' is deprecated [-Wdeprecated-declarations] 250 | if (NULL != handler->input) | ^~ /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:173:7: note: declared here 173 | } input XML_DEPRECATED_MEMBER; | ^~~~~ vcd_xml_common.c:250:14: error: invalid operands to binary != (have 'void *' and 'union ') 250 | if (NULL != handler->input) | ^~ ~~~~~~~~~~~~~~ | | | union vcd_xml_common.c:251:7: warning: 'input' is deprecated [-Wdeprecated-declarations] 251 | ret = handler->input (out, &out_size, (const unsigned char *) in, &temp); | ^~~ /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/encoding.h:173:7: note: declared here 173 | } input XML_DEPRECATED_MEMBER; | ^~~~~ vcd_xml_common.c:251:13: error: called object is not a function or function pointer 251 | ret = handler->input (out, &out_size, (const unsigned char *) in, &temp); | ^~~~~~~ vcd_xml_build.c: In function '_init_xml': vcd_xml_build.c:65:3: warning: '__xmlKeepBlanksDefaultValue' is deprecated [-Wdeprecated-declarations] 65 | xmlKeepBlanksDefaultValue = false; | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parserInternals.h:16, from vcd_xml_build.c:37: /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:1030:16: note: declared here 1030 | XMLPUBFUN int *__xmlKeepBlanksDefaultValue(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ vcd_xml_build.c: In function '_xmlParseFile': vcd_xml_build.c:94:3: warning: 'pedantic' is deprecated [-Wdeprecated-declarations] 94 | ctxt->pedantic = true; | ^~~~ /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:366:9: note: declared here 366 | int pedantic XML_DEPRECATED_MEMBER; | ^~~~~~~~ vcd_xml_build.c:95:3: warning: 'validate' is deprecated [-Wdeprecated-declarations] 95 | ctxt->validate = true; | ^~~~ /home/pbulk/build/sysutils/vcdimager/work/.buildlink/include/libxml2/libxml/parser.h:304:9: note: declared here 304 | int validate XML_DEPRECATED_MEMBER; | ^~~~~~~~ CC vcd_xml_parse.o gmake[4]: *** [Makefile:544: vcd_xml_common.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... vcd_xml_build.c: In function '_do_cl': vcd_xml_build.c:280:11: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 280 | strncpy (buf, opt_arg, sizeof (buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vcd_xml_build.c:324:11: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 324 | strncpy (buf, opt_arg, sizeof (buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[4]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' gmake[3]: *** [Makefile:436: all] Error 2 gmake[3]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends/xml' gmake[2]: *** [Makefile:376: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/sysutils/vcdimager/work/vcdimager-2.0.1/frontends' gmake[1]: *** [Makefile:508: all-recursive] Error 1 gmake[1]: Leaving directory '/home/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 /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/vcdimager *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/vcdimager