[Bug 258720] multimedia/avidemux: update to 2.7.8
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258720] multimedia/avidemux: update to 2.7.8"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Apr 2022 01:19:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258720 --- Comment #13 from Robert Clausecker <fuz@fuz.su> --- You forgot to run make makesum after adding the patch. Once I did this: Build succeeds on i386 amd64 FreeBSD 13. I still get the warnings though (same on both): ====> Running Q/A tests (stage-qa) Warning: 'lib/libADM6avutil.so.56' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libADM6postproc.so.55' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libADM6avcodec.so.58' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libADM6avformat.so.58' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/libADM6swscale.so.5' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: you may not need USES=desktop-file-utils Error: /usr/local/lib/libADM6avcodec.so.58 is linked to /usr/local/lib/libva.so.2 from multimedia/libva but it is not d eclared as a dependency Warning: you need LIB_DEPENDS+=libva.so:multimedia/libva Error: /usr/local/lib/libADM6avutil.so.56 is linked to /usr/local/lib/libva-drm.so.2 from multimedia/libva but it is no t declared as a dependency Warning: you need LIB_DEPENDS+=libva-drm.so:multimedia/libva Error: /usr/local/lib/libADM6avutil.so.56 is linked to /usr/local/lib/libva-x11.so.2 from multimedia/libva but it is no t declared as a dependency Warning: you need LIB_DEPENDS+=libva-x11.so:multimedia/libva I'm also testing on 12.3, results will be available tomorrow. -- You are receiving this mail because: You are the assignee for the bug.