Hello olly1240, you certainly have both lua52 and lua53 installed.
You can :
-
temporarily remove lua52 without dependencies
pacman -Rdd lua52
-
fully build vlc-nox
-
and finally reinstall lua52 without dependencies
pacman -Sd lua52
See this thread https://bbs.archlinux.org/viewtopic.php?id=256025
Pinned Comments
es20490446e commented on 2024-08-10 13:08 (UTC)
You can avoid the
ffmpeg
conflict by building on a clean chroot: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chrootBooloki commented on 2022-08-09 15:51 (UTC) (edited on 2022-08-09 15:55 (UTC) by Booloki)
@Morta Thanks for the additional information.
You get this build issue because ffpmpeg (5) is installed on your system in addition to ffpmpeg4.4.
I have no proper solution for fixing this. If someone has, please tell it ! But you still can workaround by temporary removing ffmpeg package for the build :