=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ffmpeg7-7.1 GEN libavdevice/libavdevice.version GEN libavfilter/libavfilter.version GEN libavformat/libavformat.version GEN libavcodec/libavcodec.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libavutil/libavutil.version GEN libpostproc/libpostproc.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/bktr.o CC libavdevice/kmsgrab.o CC libavdevice/lavfi.o CC libavdevice/oss_dec.o CC libavdevice/oss.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavdevice/version.o CC libavdevice/xcbgrab.o CC libavdevice/xv.o GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o libavdevice/v4l2.c: In function 'device_open': libavdevice/v4l2.c:191:35: error: 'V4L2_CAP_VIDEO_CAPTURE_MPLANE' undeclared (first use in this function); did you mean 'V4L2_CAP_VIDEO_CAPTURE'? } else if (cap.capabilities & V4L2_CAP_VIDEO_CAPTURE_MPLANE) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ V4L2_CAP_VIDEO_CAPTURE libavdevice/v4l2.c:191:35: note: each undeclared identifier is reported only once for each function it appears in libavdevice/v4l2.c:193:23: error: 'V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE' undeclared (first use in this function); did you mean 'V4L2_CAP_VIDEO_CAPTURE_MPLANE'? s->buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ V4L2_CAP_VIDEO_CAPTURE_MPLANE libavdevice/v4l2.c: In function 'mmap_init': libavdevice/v4l2.c:394:34: error: 'VIDEO_MAX_PLANES' undeclared (first use in this function); did you mean 'AV_VIDEO_MAX_PLANES'? struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~~ AV_VIDEO_MAX_PLANES libavdevice/v4l2.c:399:16: error: 'union ' has no member named 'planes' .m.planes = s->multiplanar ? planes : NULL, ^~~~~~ libavdevice/v4l2.c:413:31: error: 'union ' has no member named 'planes' buf_length = buf.m.planes[0].length; ^ libavdevice/v4l2.c:414:31: error: 'union ' has no member named 'planes' buf_offset = buf.m.planes[0].m.mem_offset; ^ libavdevice/v4l2.c:394:27: warning: unused variable 'planes' [-Wunused-variable] struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~ libavdevice/v4l2.c: In function 'mmap_release_buffer': libavdevice/v4l2.c:457:30: error: 'VIDEO_MAX_PLANES' undeclared (first use in this function); did you mean 'AV_VIDEO_MAX_PLANES'? struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~~ AV_VIDEO_MAX_PLANES libavdevice/v4l2.c:465:10: error: 'union ' has no member named 'planes' buf.m.planes = s->multiplanar ? planes : NULL; ^ libavdevice/v4l2.c:457:23: warning: unused variable 'planes' [-Wunused-variable] struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~ CC libavfilter/af_aap.o libavdevice/v4l2.c: In function 'mmap_read_frame': libavdevice/v4l2.c:536:30: error: 'VIDEO_MAX_PLANES' undeclared (first use in this function); did you mean 'AV_VIDEO_MAX_PLANES'? struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~~ AV_VIDEO_MAX_PLANES libavdevice/v4l2.c:540:12: error: 'union ' has no member named 'planes' .m.planes = s->multiplanar ? planes : NULL, ^~~~~~ libavdevice/v4l2.c:571:39: error: 'union ' has no member named 'planes' bytesused = s->multiplanar ? buf.m.planes[0].bytesused : buf.bytesused; ^ libavdevice/v4l2.c:536:23: warning: unused variable 'planes' [-Wunused-variable] struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~ libavdevice/v4l2.c: In function 'mmap_start': libavdevice/v4l2.c:652:34: error: 'VIDEO_MAX_PLANES' undeclared (first use in this function); did you mean 'AV_VIDEO_MAX_PLANES'? struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~~~~~~~~~~~ AV_VIDEO_MAX_PLANES libavdevice/v4l2.c:657:16: error: 'union ' has no member named 'planes' .m.planes = s->multiplanar ? planes : NULL, ^~~~~~ libavdevice/v4l2.c:652:27: warning: unused variable 'planes' [-Wunused-variable] struct v4l2_plane planes[VIDEO_MAX_PLANES]; ^~~~~~ gmake: *** [ffbuild/common.mak:81: libavdevice/v4l2.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/multimedia/ffmpeg7 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/multimedia/ffmpeg7