[Bug 278705] multimedia/ffmpeg: update to 7.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278705] multimedia/ffmpeg: update to 7.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 May 2024 16:53:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278705 --- Comment #16 from Jan Beich <jbeich@FreeBSD.org> --- (In reply to Vladimir Druzenko from comment #9) If you haven't found upstream issue/fix and/or don't plan to land (upstream or ports-only fix) under "portmgr blanket" better file bugs in FreeBSD bugzilla in order to offload the work (cotacting upstream, analysis, testing) to the afected port maintainers. poudriere errors logs are often incomplete because builds abort after the first error, so fixes suggested based on such logs alone may be also incomplete. For example, I have the following hack to make the logs a bit more useful: --- a/Mk/Uses/ninja.mk +++ b/Mk/Uses/ninja.mk @@ -67,7 +67,7 @@ MAKEFILE= MAKE_CMD= ${NINJA_CMD} MAKE_FLAGS= # Set a minimal job of 1 -_MAKE_JOBS= -j${MAKE_JOBS_NUMBER} +_MAKE_JOBS= -j${MAKE_JOBS_NUMBER} -k0 _DESTDIR_VIA_ENV= yes . endif -- You are receiving this mail because: You are on the CC list for the bug.