+ 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/xawtv-3.95nb27/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xawtv-3.95nb27/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xawtv-3.95nb27 CC console/dump-mixers.o CC console/record.o CC console/showqt.o CC console/streamer.o CC console/showriff.o CC common/channel-no-x11.o CC common/sound.o CC common/webcam.o In file included from console/streamer.c:27: ./libng/grab-ng.h:79: warning: "AUDIO_S16_NATIVE_MONO" redefined 79 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_LE_MONO | ./libng/grab-ng.h:73: note: this is the location of the previous definition 73 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_BE_MONO | ./libng/grab-ng.h:80: warning: "AUDIO_S16_NATIVE_STEREO" redefined 80 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_LE_STEREO | ./libng/grab-ng.h:74: note: this is the location of the previous definition 74 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_BE_STEREO | ./libng/grab-ng.h:81: warning: "VIDEO_RGB15_NATIVE" redefined 81 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_LE | ./libng/grab-ng.h:75: note: this is the location of the previous definition 75 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_BE | ./libng/grab-ng.h:82: warning: "VIDEO_RGB16_NATIVE" redefined 82 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_LE | ./libng/grab-ng.h:76: note: this is the location of the previous definition 76 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_BE | console/record.c: In function 'ctrlc': console/record.c:431:3: error: 'sys_siglist' undeclared (first use in this function); did you mean '_sys_siglist'? 431 | sys_siglist[signal]); | ^~~~~~~~~~~ | _sys_siglist console/record.c:431:3: note: each undeclared identifier is reported only once for each function it appears in In file included from common/sound.c:9: ./libng/grab-ng.h:79: warning: "AUDIO_S16_NATIVE_MONO" redefined 79 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_LE_MONO | ./libng/grab-ng.h:73: note: this is the location of the previous definition 73 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_BE_MONO | ./libng/grab-ng.h:80: warning: "AUDIO_S16_NATIVE_STEREO" redefined 80 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_LE_STEREO | ./libng/grab-ng.h:74: note: this is the location of the previous definition 74 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_BE_STEREO | ./libng/grab-ng.h:81: warning: "VIDEO_RGB15_NATIVE" redefined 81 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_LE | ./libng/grab-ng.h:75: note: this is the location of the previous definition 75 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_BE | ./libng/grab-ng.h:82: warning: "VIDEO_RGB16_NATIVE" redefined 82 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_LE | ./libng/grab-ng.h:76: note: this is the location of the previous definition 76 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_BE | In file included from common/channel.c:41: ./libng/grab-ng.h:79: warning: "AUDIO_S16_NATIVE_MONO" redefined 79 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_LE_MONO | ./libng/grab-ng.h:73: note: this is the location of the previous definition 73 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_BE_MONO | ./libng/grab-ng.h:80: warning: "AUDIO_S16_NATIVE_STEREO" redefined 80 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_LE_STEREO | ./libng/grab-ng.h:74: note: this is the location of the previous definition 74 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_BE_STEREO | ./libng/grab-ng.h:81: warning: "VIDEO_RGB15_NATIVE" redefined 81 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_LE | ./libng/grab-ng.h:75: note: this is the location of the previous definition 75 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_BE | ./libng/grab-ng.h:82: warning: "VIDEO_RGB16_NATIVE" redefined 82 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_LE | ./libng/grab-ng.h:76: note: this is the location of the previous definition 76 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_BE | gmake: *** [mk/Compile.mk:54: console/record.o] Error 1 gmake: *** Waiting for unfinished jobs.... console/showqt.c: In function 'handle_classic_atom': console/showqt.c:505:19: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 505 | sprintf(si,"[%d] ",loop); | ^~ console/showqt.c:505:17: note: directive argument in the range [0, 2147483647] 505 | sprintf(si,"[%d] ",loop); | ^~~~~~~ console/showqt.c:505:6: note: 'sprintf' output between 5 and 14 bytes into a destination of size 8 505 | sprintf(si,"[%d] ",loop); | ^~~~~~~~~~~~~~~~~~~~~~~~ console/showqt.c:510:19: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 510 | sprintf(si,"[%d] ",loop); | ^~ console/showqt.c:510:17: note: directive argument in the range [1, 2147483647] 510 | sprintf(si,"[%d] ",loop); | ^~~~~~~ console/showqt.c:510:6: note: 'sprintf' output between 5 and 14 bytes into a destination of size 8 510 | sprintf(si,"[%d] ",loop); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from common/webcam.c:14: ./libng/grab-ng.h:79: warning: "AUDIO_S16_NATIVE_MONO" redefined 79 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_LE_MONO | ./libng/grab-ng.h:73: note: this is the location of the previous definition 73 | # define AUDIO_S16_NATIVE_MONO AUDIO_S16_BE_MONO | ./libng/grab-ng.h:80: warning: "AUDIO_S16_NATIVE_STEREO" redefined 80 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_LE_STEREO | ./libng/grab-ng.h:74: note: this is the location of the previous definition 74 | # define AUDIO_S16_NATIVE_STEREO AUDIO_S16_BE_STEREO | ./libng/grab-ng.h:81: warning: "VIDEO_RGB15_NATIVE" redefined 81 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_LE | ./libng/grab-ng.h:75: note: this is the location of the previous definition 75 | # define VIDEO_RGB15_NATIVE VIDEO_RGB15_BE | ./libng/grab-ng.h:82: warning: "VIDEO_RGB16_NATIVE" redefined 82 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_LE | ./libng/grab-ng.h:76: note: this is the location of the previous definition 76 | # define VIDEO_RGB16_NATIVE VIDEO_RGB16_BE | *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/multimedia/xawtv *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/multimedia/xawtv