+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vice-3.7.1nb3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/vice-3.7.1nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for vice-3.7.1nb3
Making all in src
generating infocontrib.h
Making all in resid
Making all in resid-dtv
Making all in joyport
joyport.c:859:1: warning: missing braces around initializer [-Wmissing-braces]
 static joyport_mapping_t joystick_mapping[JOYPORT_MAX_PORTS] = { 0 };
 ^
joyport.c:859:1: warning: (near initialization for 'joystick_mapping[0]') [-Wmissing-braces]
joyport.c:915:1: warning: missing braces around initializer [-Wmissing-braces]
 static joyport_map_t pinmap[JOYPORT_MAX_PINS + 1] = { 0 };
 ^
joyport.c:915:1: warning: (near initialization for 'pinmap[0]') [-Wmissing-braces]
joyport.c:916:1: warning: missing braces around initializer [-Wmissing-braces]
 static joyport_map_t potmap[JOYPORT_MAX_POTS + 1] = { 0 };
 ^
joyport.c:916:1: warning: (near initialization for 'potmap[0]') [-Wmissing-braces]
Making all in drive
Making all in iec
Making all in c64exp
Making all in plus4exp
Making all in iec128dcr
Making all in iecieee
Making all in ieee
Making all in tcbm
Making all in vdrive
Making all in fsdevice
Making all in diskimage
Making all in iecbus
Making all in serial
Making all in parallel
Making all in tape
Making all in imagecontents
Making all in fileio
Making all in video
Making all in raster
Making all in vicii
Making all in viciisc
Making all in vdc
Making all in crtc
Making all in gfxoutputdrv
In file included from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/avutil.h:296:0,
                 from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/samplefmt.h:24,
                 from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:31,
                 from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:312,
                 from ffmpeglib.h:36,
                 from ffmpegdrv.c:42:
/home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/common.h: In function 'av_sat_add64_c':
/home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/common.h:396:20: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
     if ((int64_t)(a^b | ~s^b) >= 0)
                    ^
ffmpegdrv.c: In function 'close_stream':
ffmpegdrv.c:310:5: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
     VICE_P_AVCODEC_CLOSE(ost->st->codec);
     ^
ffmpegdrv.c: In function 'ffmpegdrv_open_audio':
ffmpegdrv.c:354:5: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
     c = st->codec;
     ^
ffmpegdrv.c: In function 'ffmpegmovie_init_audio':
ffmpegdrv.c:436:5: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
     c = st->codec;
     ^
ffmpegdrv.c: In function 'ffmpegmovie_encode_audio':
ffmpegdrv.c:530:9: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
         c = audio_st.st->codec;
         ^
ffmpegdrv.c:566:9: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
         ret = VICE_P_AVCODEC_ENCODE_AUDIO2(audio_st.st->codec, &pkt, audio_st.frame, &got_packet);
         ^
ffmpegdrv.c: In function 'ffmpegdrv_open_video':
ffmpegdrv.c:650:5: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
     c = st->codec;
     ^
ffmpegdrv.c: In function 'ffmpegdrv_init_video':
ffmpegdrv.c:731:5: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
     c = st->codec;
     ^
ffmpegdrv.c: In function 'ffmpegdrv_init_file':
ffmpegdrv.c:806:5: warning: 'filename' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1314) [-Wdeprecated-declarations]
     VICE_P_AV_DUMP_FORMAT(ffmpegdrv_oc, 0, ffmpegdrv_oc->filename, 1);
     ^
ffmpegdrv.c:820:9: warning: 'filename' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1314) [-Wdeprecated-declarations]
         if (VICE_P_AVIO_OPEN(&ffmpegdrv_oc->pb, ffmpegdrv_oc->filename,
         ^
ffmpegdrv.c:823:13: warning: 'filename' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1314) [-Wdeprecated-declarations]
             ui_error("ffmpegdrv: Cannot open %s", ffmpegdrv_oc->filename);
             ^
ffmpegdrv.c: In function 'ffmpegdrv_save':
ffmpegdrv.c:880:5: warning: 'filename' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1314) [-Wdeprecated-declarations]
     snprintf(ffmpegdrv_oc->filename, sizeof(ffmpegdrv_oc->filename), "%s", filename);
     ^
ffmpegdrv.c:880:5: warning: 'filename' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:1314) [-Wdeprecated-declarations]
ffmpegdrv.c: In function 'ffmpegdrv_record':
ffmpegdrv.c:951:5: warning: 'codec' is deprecated (declared at /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:888) [-Wdeprecated-declarations]
     c = video_st.st->codec;
     ^
In file included from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/avutil.h:296:0,
                 from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/samplefmt.h:24,
                 from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavcodec/avcodec.h:31,
                 from /home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavformat/avformat.h:312,
                 from ../../src/gfxoutputdrv/ffmpeglib.h:36,
                 from ffmpeglib.c:33:
/home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/common.h: In function 'av_sat_add64_c':
/home/pbulk/build/emulators/vice/work/.buildlink/include/ffmpeg4/libavutil/common.h:396:20: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]
     if ((int64_t)(a^b | ~s^b) >= 0)
                    ^
Making all in printerdrv
Making all in rs232drv
Making all in samplerdrv
In file included from file_drv.c:99:0:
/home/pbulk/build/emulators/vice/work/.buildlink/include/vorbis/vorbisfile.h:74:21: warning: 'OV_CALLBACKS_DEFAULT' defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_DEFAULT = {
                     ^
/home/pbulk/build/emulators/vice/work/.buildlink/include/vorbis/vorbisfile.h:81:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_NOCLOSE = {
                     ^
/home/pbulk/build/emulators/vice/work/.buildlink/include/vorbis/vorbisfile.h:88:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_STREAMONLY = {
                     ^
/home/pbulk/build/emulators/vice/work/.buildlink/include/vorbis/vorbisfile.h:95:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = {
                     ^
Making all in sid
In file included from ../../src/resid-dtv/voice.h:25:0,
                 from ../../src/resid-dtv/sid.h:31,
                 from resid-dtv.cc:50:
../../src/resid-dtv/wave.h: In member function 'unsigned int reSID_dtv::WaveformGenerator::output()':
../../src/resid-dtv/wave.h:246:9: warning: declaration of 'output' shadows a member of 'this' [-Wshadow]
   reg12 output = 0;
         ^
In file included from ../../src/resid-dtv/sid.h:33:0,
                 from resid-dtv.cc:50:
../../src/resid-dtv/extfilt.h: In member function 'void reSID_dtv::ExternalFilter::clock(reSID_dtv::sound_sample)':
../../src/resid-dtv/extfilt.h:93:16: warning: declaration of 'output' shadows a member of 'this' [-Wshadow]
   sound_sample output = Vlp - Vhp1;
                ^
Making all in monitor
Making all in core
Making all in rtc
Making all in userport
userport.c:85:1: warning: missing braces around initializer [-Wmissing-braces]
 static userport_device_t userport_device[USERPORT_MAX_DEVICES] = {0};
 ^
userport.c:85:1: warning: (near initialization for 'userport_device[0]') [-Wmissing-braces]
Making all in tapeport
tapeport.c:54:1: warning: missing braces around initializer [-Wmissing-braces]
 static tapeport_device_t tapeport_device[TAPEPORT_MAX_DEVICES] = {0};
 ^
tapeport.c:54:1: warning: (near initialization for 'tapeport_device[0]') [-Wmissing-braces]
Making all in diag
Making all in c64
Making all in cart
Making all in scpu64
Making all in c64dtv
Making all in c128
Making all in cart
Making all in vic20
Making all in cart
Making all in pet
Making all in plus4
Making all in cart
Making all in cbm2
Making all in cart
Making all in arch
Making all in shared
Making all in hwsiddrv
Making all in iodrv
Making all in mididrv
Making all in socketdrv
Making all in sounddrv
archdep_spawn.c: In function 'archdep_spawn':
archdep_spawn.c:73:11: warning: variable 'stdout_redir' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
     char *stdout_redir;
           ^
In file included from rawnetarch_tuntap.c:38:0:
/usr/include/linux/if.h:71:2: error: redeclaration of enumerator 'IFF_UP'
  IFF_UP    = 1<<0,  /* sysfs */
  ^
compilation terminated due to -Wfatal-errors.
make[5]: *** [rawnetarch_tuntap.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/vice
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/emulators/vice