+ 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/ffmpeg2-2.8.20nb16/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffmpeg2-2.8.20nb16/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ffmpeg2-2.8.20nb16 CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/utils.o CC libavdevice/xcbgrab.o AR libavdevice/libavdevice.a CC libavfilter/aeval.o libavfilter/aeval.c: In function 'aeval_query_formats': libavfilter/aeval.c:360:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 360 | if (!layouts) | ^~ libavfilter/aeval.c:362:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 362 | ff_set_common_channel_layouts(ctx, layouts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_afade.o CC libavfilter/af_aformat.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_astreamsync.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_flanger.o CC libavfilter/af_join.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avcodec.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/buffer.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o libavfilter/buffersrc.c: In function 'av_buffersrc_buffer': libavfilter/buffersrc.c:304:5: warning: 'av_buffersrc_add_ref' is deprecated [-Wdeprecated-declarations] 304 | return av_buffersrc_add_ref(ctx, buf, 0); | ^~~~~~ libavfilter/buffersrc.c:205:5: note: declared here 205 | int av_buffersrc_add_ref(AVFilterContext *ctx, AVFilterBufferRef *buf, | ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/drawutils.o libavfilter/drawutils.c: In function 'ff_draw_init': libavfilter/drawutils.c:177:22: warning: comparison is always false due to limited range of data type [-Wtype-limits] 177 | if (c->plane >= MAX_PLANES) | ^~ CC libavfilter/dualinput.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_perms.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/log2_tab.o CC libavfilter/lswsutils.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_bbox.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_drawtext.o CC libavfilter/vf_edgedetect.o libavfilter/vf_edgedetect.c: In function 'gaussian_blur': libavfilter/vf_edgedetect.c:125:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 125 | if (h > 1) | ^~ libavfilter/vf_edgedetect.c:126:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 126 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ libavfilter/vf_edgedetect.c:159:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 159 | if (h > 2) | ^~ libavfilter/vf_edgedetect.c:160:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 160 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ CC libavfilter/vf_elbg.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_mcdeint.o libavfilter/vf_mcdeint.c: In function 'config_props': libavfilter/vf_mcdeint.c:135:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] 135 | enc_ctx->me_method = ME_ITER; | ^~~~~~~ In file included from libavfilter/vf_mcdeint.c:52: ./libavcodec/avcodec.h:1739:30: note: declared here 1739 | attribute_deprecated int me_method; | ^~~~~~~~~ libavfilter/vf_mcdeint.c: In function 'filter_frame': libavfilter/vf_mcdeint.c:194:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 194 | frame_dec = mcdeint->enc_ctx->coded_frame; | ^~~~~~~~~ ./libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_noise.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o libavfilter/vf_paletteuse.c: In function 'set_frame': libavfilter/vf_paletteuse.c:442:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 442 | if (left) src[ src_linesize + x - 1] = dither_color(src[ src_linesize + x - 1], er, eg, eb, 2, 4); | ^~ libavfilter/vf_paletteuse.c:443:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 443 | src[ src_linesize + x ] = dither_color(src[ src_linesize + x ], er, eg, eb, 3, 4); | ^~~ CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o In file included from ./libavutil/common.h:482, from ./libavutil/avutil.h:288, from libavfilter/avfilter.h:39, from libavfilter/vf_scale.c:29: libavfilter/vf_scale.c: In function 'scale_slice': libavfilter/vf_scale.c:469:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 469 | in[i] = FF_PTR_ADD(cur_pic->data[i], ((y>>vsub)+field) * cur_pic->linesize[i]); ./libavutil/internal.h:168:32: note: in definition of macro 'FF_PTR_ADD' 168 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ libavfilter/vf_scale.c:470:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 470 | out[i] = FF_PTR_ADD(out_buf->data[i], field * out_buf->linesize[i]); ./libavutil/internal.h:168:32: note: in definition of macro 'FF_PTR_ADD' 168 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_subtitles.o libavfilter/vf_subtitles.c: In function 'config_input': libavfilter/vf_subtitles.c:147:9: warning: 'ass_set_aspect_ratio' is deprecated: use 'ass_set_pixel_aspect' instead [-Wdeprecated-declarations] 147 | ass_set_aspect_ratio(ass->renderer, (double)inlink->w / inlink->h, | ^~~~~~~~~~~~~~~~~~~~ In file included from libavfilter/vf_subtitles.c:30: /home/pbulk/build/multimedia/ffmpeg2/work/.buildlink/include/ass/ass.h:484:6: note: declared here 484 | void ass_set_aspect_ratio(ASS_Renderer *priv, double dar, double sar); | ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o libavfilter/vf_uspp.c: In function 'filter': libavfilter/vf_uspp.c:253:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 253 | p->frame_dec = p->avctx_enc[i]->coded_frame; | ^ In file included from libavfilter/internal.h:34, from libavfilter/vf_uspp.c:34: ./libavcodec/avcodec.h:3034:35: note: declared here 3034 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o CC libavfilter/x86/af_volume_init.o CC libavfilter/x86/vf_eq.o CC libavfilter/x86/vf_fspp_init.o CC libavfilter/x86/vf_gradfun_init.o CC libavfilter/x86/vf_hqdn3d_init.o CC libavfilter/x86/vf_idet_init.o CC libavfilter/x86/vf_interlace_init.o CC libavfilter/x86/vf_noise.o CC libavfilter/x86/vf_pp7_init.o CC libavfilter/x86/vf_psnr_init.o CC libavfilter/x86/vf_pullup_init.o CC libavfilter/x86/vf_removegrain_init.o CC libavfilter/x86/vf_spp.o CC libavfilter/x86/vf_ssim_init.o CC libavfilter/x86/vf_tinterlace_init.o CC libavfilter/x86/vf_yadif_init.o CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o libswscale/input.c:889:13: warning: 'planar_rgb14be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:907:1: note: in expansion of macro 'rgb9plus_planar_funcs' 907 | rgb9plus_planar_funcs(14) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb14le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:907:1: note: in expansion of macro 'rgb9plus_planar_funcs' 907 | rgb9plus_planar_funcs(14) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb12be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:906:1: note: in expansion of macro 'rgb9plus_planar_funcs' 906 | rgb9plus_planar_funcs(12) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb12le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:906:1: note: in expansion of macro 'rgb9plus_planar_funcs' 906 | rgb9plus_planar_funcs(12) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb10be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:905:1: note: in expansion of macro 'rgb9plus_planar_funcs' 905 | rgb9plus_planar_funcs(10) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb10le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:905:1: note: in expansion of macro 'rgb9plus_planar_funcs' 905 | rgb9plus_planar_funcs(10) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb9be_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:902:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 902 | rgb9plus_planar_funcs_endian(nbits, be, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:904:1: note: in expansion of macro 'rgb9plus_planar_funcs' 904 | rgb9plus_planar_funcs(9) | ^~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:889:13: warning: 'planar_rgb9le_to_a' defined but not used [-Wunused-function] 889 | static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ | ^~~~~~~~~~ libswscale/input.c:901:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' 901 | rgb9plus_planar_funcs_endian(nbits, le, 0) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libswscale/input.c:904:1: note: in expansion of macro 'rgb9plus_planar_funcs' 904 | rgb9plus_planar_funcs(9) | ^~~~~~~~~~~~~~~~~~~~~ CC libswscale/log2_tab.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o libswscale/slice.c: In function 'ff_init_slice_from_src': libswscale/slice.c:178:56: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 178 | s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i]; | ^ libswscale/slice.c:184:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 184 | s->plane[i].line[j] = src_[i] + j * stride[i]; | ^ CC libswscale/swscale.o libswscale/swscale.c:55:13: warning: 'gamma_convert' defined but not used [-Wunused-function] 55 | static void gamma_convert(uint8_t * src[], int width, uint16_t *gamma) | ^~~~~~~~~~~~~ CC libswscale/swscale_unscaled.o CC libswscale/utils.o In file included from ./libavutil/common.h:482, from ./libavutil/avutil.h:288, from ./libavutil/avassert.h:31, from libswscale/utils.c:41: libswscale/utils.c: In function 'initFilter': ./libavutil/internal.h:53:21: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 53 | # define emms_c() while(0) | ^~~~~ libswscale/utils.c:307:5: note: in expansion of macro 'emms_c' 307 | emms_c(); // FIXME should not be required but IS (even for non-MMX versions) | ^~~~~~ ./libavutil/internal.h:151:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 151 | {\ | ^~ 152 | p = av_malloc_array(nelem, elsize);\ | libswscale/utils.c:310:5: note: in expansion of macro 'FF_ALLOC_ARRAY_OR_GOTO' 310 | FF_ALLOC_ARRAY_OR_GOTO(NULL, *filterPos, (dstW + 3), sizeof(**filterPos), fail); | ^~~~~~~~~~~~~~~~~~~~~~ CC libswscale/vscale.o CC libswscale/x86/rgb2rgb.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o libavutil/frame.c: In function 'av_frame_set_qp_table': libavutil/frame.c:55:5: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 55 | f->qscale_table = buf->data; | ^ In file included from libavutil/frame.c:25: libavutil/frame.h:293:13: note: declared here 293 | int8_t *qscale_table; | ^~~~~~~~~~~~ libavutil/frame.c:56:5: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 56 | f->qstride = stride; | ^ libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ libavutil/frame.c:57:5: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 57 | f->qscale_type = qp_type; | ^ libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ libavutil/frame.c: In function 'av_frame_get_qp_table': libavutil/frame.c:64:5: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 64 | *stride = f->qstride; | ^ libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ libavutil/frame.c:65:5: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 65 | *type = f->qscale_type; | ^ libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ libavutil/frame.c: In function 'frame_copy_props': libavutil/frame.c:350:5: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 350 | dst->qscale_table = NULL; | ^~~ libavutil/frame.h:293:13: note: declared here 293 | int8_t *qscale_table; | ^~~~~~~~~~~~ libavutil/frame.c:351:5: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 351 | dst->qstride = 0; | ^~~ libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ libavutil/frame.c:352:5: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 352 | dst->qscale_type = 0; | ^~~ libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ libavutil/frame.c:357:13: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 357 | dst->qscale_table = dst->qp_table_buf->data; | ^~~ libavutil/frame.h:293:13: note: declared here 293 | int8_t *qscale_table; | ^~~~~~~~~~~~ libavutil/frame.c:358:13: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 358 | dst->qstride = src->qstride; | ^~~ libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ libavutil/frame.c:358:13: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 358 | dst->qstride = src->qstride; | ^~~ libavutil/frame.h:298:9: note: declared here 298 | int qstride; | ^~~~~~~ libavutil/frame.c:359:13: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 359 | dst->qscale_type = src->qscale_type; | ^~~ libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ libavutil/frame.c:359:13: warning: 'qscale_type' is deprecated [-Wdeprecated-declarations] 359 | dst->qscale_type = src->qscale_type; | ^~~ libavutil/frame.h:301:9: note: declared here 301 | int qscale_type; | ^~~~~~~~~~~ CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/imgutils.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o libavutil/opt.c: In function 'write_number': libavutil/opt.c:88:42: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 88 | num = den ? num*intnum/den : (num*intnum ? INFINITY : NAN); | ~~~^~~~~~~ CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o libavutil/timecode.c: In function 'av_timecode_make_string': libavutil/timecode.c:103:53: warning: ':' directive output may be truncated writing 1 byte into a region of size between 0 and 11 [-Wformat-truncation=] 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^ libavutil/timecode.c:103:41: note: directive argument in the range [-59, 59] 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~ libavutil/timecode.c:103:41: note: directive argument in the range [0, 2147483647] libavutil/timecode.c:103:5: note: 'snprintf' output between 12 and 32 bytes into a destination of size 16 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104 | neg ? "-" : "", | ~~~~~~~~~~~~~~~ 105 | hh, mm, ss, drop ? ';' : ':', ff); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o CC libavutil/x86/float_dsp_init.o CC libavutil/x86/lls_init.o CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o LD libavutil/libavutil.so.54 LD libswscale/libswscale.so.3 CC libpostproc/postprocess.o In file included from libpostproc/postprocess.c:541: libpostproc/postprocess_template.c: In function 'dering_MMX2': libpostproc/postprocess_template.c:1097:5: warning: listing the stack pointer register '%rsp' in a clobber list is deprecated [-Wdeprecated] 1097 | __asm__ volatile( | ^~~~~~~ libpostproc/postprocess_template.c:1097:5: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement In file included from libpostproc/postprocess.c:543: libpostproc/postprocess_template.c: In function 'dering_3DNow': libpostproc/postprocess_template.c:1097:5: warning: listing the stack pointer register '%rsp' in a clobber list is deprecated [-Wdeprecated] 1097 | __asm__ volatile( | ^~~~~~~ libpostproc/postprocess_template.c:1097:5: note: the value of the stack pointer after an 'asm' statement must be the same as it was before the statement LD libpostproc/libpostproc.so.53 CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o libavformat/aadec.c: In function 'aa_read_header': libavformat/aadec.c:117:13: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation] 117 | strncpy(codec_name, val, sizeof(codec_name) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/ac3dec.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/adtsenc.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' gmake: *** [common.mak:57: libavformat/adtsenc.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/ffmpeg2 *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/ffmpeg2