https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/libdv-1.0.0-r4 fails to compile. Discovered on: x86 (internal ref: tinderbox_x86) System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Created attachment 887854 [details] build.log build log and emerge --info
https://koji.fedoraproject.org/koji/buildinfo?buildID=2496481 Fedora did update the libdv-pic patch which is rather old (#121871) https://bugzilla.redhat.com/show_bug.cgi?id=2261310 relevant RHBZ
Created attachment 903168 [details, diff] Fixes the incompatible pointer type in quant.c The RH patch was missing the fix for quant.c, I've attached mine here. It compiles, but I don't have a way of testing it. Signed-off-by: Stephane Bakhos <nuitari@nuitari.net>
Created attachment 906393 [details, diff] Untested patch that fixes the build errors A patch based on the above suggestions. Fixes the build errors, but I'm not sure of the actual performance/feature impact. I had to add 2 more changes to `dv.c` as it also had build errors due to the same issue.