Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2021 01:12:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 259055] www/firefox fails to build with DEBUG option enabled on FreeBSD_12-RELEASE
Message-ID:  <bug-259055-21738-5fgYd7PsIe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259055-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259055-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259055

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-93-patches-01.tar.=
xz
doesn't have a fix as the patch is conditionally disabled per
REQUIRED_USE=3D"debug? ( !system-av1 )". Doing the same is kinda pointless
because the MOZ_ASSERT line is elided in non-debug (release) builds and the
condition within is always true as aom_image_t no longer has room for alpha
i.e., stride[4] -> stride[3].

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259055-21738-5fgYd7PsIe>