FS#79281 - [ffmpeg] FTBFS with latest binutils

Attached to Project: Arch Linux
Opened by Link (Extension-Prompt-440) - Wednesday, 02 August 2023, 18:17 GMT
Last edited by Christian Heusel (gromit) - Tuesday, 05 September 2023, 18:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

[Description]
Was able to successfully build a few days ago, but build fails after a full system upgrade that I did earlier today
However, ffmpeg-git from the AUR builds successfully so maybe it's already fixed upstream?

[Additional Info]
I get this error *383 times*:
libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
No such errors occur in ffmpeg-git from the AUR

[Steps To Reproduce]
git clone https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg
cd ffmpeg
makepkg -si
(libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr' x383 before failing build)
This task depends upon

Closed by  Christian Heusel (gromit)
Tuesday, 05 September 2023, 18:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with ffmpeg 2:6.0-9
Comment by loqs (loqs) - Wednesday, 02 August 2023, 18:40 GMT Comment by Link (Extension-Prompt-440) - Wednesday, 02 August 2023, 18:45 GMT
@loqs If you don't mind me asking, what needs to happen for this fix to be included in the package? I use ffmpeg-libfdk_aac from the AUR, does that package need to be updated as well?
Comment by loqs (loqs) - Wednesday, 02 August 2023, 18:54 GMT
> @loqs If you don't mind me asking, what needs to happen for this fix to be included in the package?
Wait for the bug to be assigned and then the package maintainer adds the fix to the PKGBUILD or they might decide to wait until the next time the package needs to be built.
> I use ffmpeg-libfdk_aac from the AUR, does that package need to be updated as well?
Yes all ffmpeg PKGBUILDS not using git HEAD will need the fix as it is not currently in any tag. See attached diff for suggested fix.
Comment by Christian Heusel (gromit) - Wednesday, 09 August 2023, 11:36 GMT

Loading...