+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffplay2-2.8.22nb3/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffplay2-2.8.22nb3/work.log ===> Building for ffplay2-2.8.22nb3 CC libavdevice/utils.o CC libavdevice/avdevice.o CC libavdevice/alldevices.o CC libavformat/allformats.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/cutils.o CC libavformat/dump.o CC libavformat/format.o CC libavformat/golomb_tab.o libavformat/format.c: In function 'av_probe_input_format3': libavformat/format.c:182:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 182 | lpd.buf = zerobuffer; | ^ CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/log2_tab.o CC libavformat/metadata.o CC libavformat/mux.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/riff.o CC libavformat/url.o CC libavformat/sdp.o CC libavformat/utils.o CC libavcodec/allcodecs.o CC libavcodec/audioconvert.o libavformat/utils.c: In function 'avformat_find_stream_info': libavformat/utils.c:3131:9: warning: 'max_analyze_duration' is deprecated [-Wdeprecated-declarations] 3131 | max_analyze_duration = ic->max_analyze_duration; | ^~~~~~~~~~~~~~~~~~~~ In file included from libavformat/audiointerleave.h:27, from libavformat/utils.c:42: libavformat/avformat.h:1421:9: note: declared here 1421 | int max_analyze_duration; | ^~~~~~~~~~~~~~~~~~~~ CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/codec_desc.o CC libavcodec/dct32_fixed.o CC libavcodec/dct.o CC libavcodec/dct32_float.o CC libavcodec/dv_profile.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/imgconvert.o CC libavcodec/log2_tab.o CC libavcodec/mathtables.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/options.o libavcodec/options.c: In function 'avcodec_copy_context': libavcodec/options.c:214:23: warning: passing argument 2 of 'av_opt_copy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 214 | av_opt_copy(dest, src); | ^~~ In file included from libavcodec/options.c:32: ./libavutil/opt.h:838:53: note: expected 'void *' but argument is of type 'const AVCodecContext *' 838 | int av_opt_copy(void *dest, FF_CONST_AVUTIL55 void *src); | ~~~~~~^~~ CC libavcodec/parser.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/qsv_api.o CC libavcodec/raw.o CC libavcodec/rdft.o CC libavcodec/resample.o CC libavcodec/resample2.o CC libavcodec/reverse.o libavcodec/resample.c: In function 'audio_resample': libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] 313 | if (av_audio_convert(s->convert_ctx[0], obuf, ostride, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 314 | ibuf, istride, nb_samples * s->input_channels) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/resample.c:313:13: note: referencing argument 2 of type 'void * const[6]' libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:313:13: note: referencing argument 3 of type 'const int[6]' libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] libavcodec/resample.c:313:13: note: referencing argument 4 of type 'const void * const[6]' libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:313:13: note: referencing argument 5 of type 'const int[6]' In file included from libavcodec/resample.c:30: libavcodec/audioconvert.h:80:5: note: in a call to function 'av_audio_convert' 80 | int av_audio_convert(AVAudioConvert *ctx, | ^~~~~~~~~~~~~~~~ libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] 408 | if (av_audio_convert(s->convert_ctx[1], obuf, ostride, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | ibuf, istride, nb_samples1 * s->output_channels) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/resample.c:408:13: note: referencing argument 2 of type 'void * const[6]' libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:408:13: note: referencing argument 3 of type 'const int[6]' libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] libavcodec/resample.c:408:13: note: referencing argument 4 of type 'const void * const[6]' libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:408:13: note: referencing argument 5 of type 'const int[6]' libavcodec/audioconvert.h:80:5: note: in a call to function 'av_audio_convert' 80 | int av_audio_convert(AVAudioConvert *ctx, | ^~~~~~~~~~~~~~~~ CC libavcodec/utils.o CC libavcodec/vdpau.o libavcodec/utils.c: In function 'recode_subtitle': libavcodec/utils.c:2786:19: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 2786 | if (iconv(cd, &inb, &inl, &outb, &outl) == (size_t)-1 || | ^~~~ | | | char ** In file included from libavcodec/utils.c:59: /home/pbulk/build/multimedia/ffplay2/work/.buildlink/include/iconv.h:82:48: note: expected 'const char **' but argument is of type 'char **' 82 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ CC libavcodec/vorbis_parser.o libavcodec/x86/mathops.h: Assembler messages: libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr' libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr' libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr' libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr' gmake: *** [common.mak:57: libavcodec/vorbis_parser.o] Error 1 gmake: *** Waiting for unfinished jobs.... CC libavcodec/x86/constants.o *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/multimedia/ffplay2 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/multimedia/ffplay2