Date: Sat, 11 May 2024 16:53:03 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 278705] multimedia/ffmpeg: update to 7.0 Message-ID: <bug-278705-12827-S2htPfbMUy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278705-12827@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278705-12827-S2htPfbMUy>
