@tgw314 I had the exact same issue with libvmaf. I was able to get around it by doing the following:
- temporarily put ffmpeg4.4 in my ignore packages and upgrade all official packages that don't depend on ffmpeg4.4 (you could also uninstall ffmpeg-full to work around the conflict)
- Start with a clean
ffmpeg-full
snapshot (if you use git,git clean -xfd
) so there's no patches or build outputs from previous versions - proceed with the build
- Undo step 1
I'm not sure if step 2 is really necessary.
Pinned Comments
dbermond commented on 2024-06-24 15:59 (UTC)
@LordSIGSEGV avoid creating files not tracked by pacman in the system reserved directories, specially symlinks to shared libraries, as this have the potential to completely break your system. I have already notified the quirc maintainer in the aur web page of the package in April-2024. While this issue is not solved in quirc, I recommend to use quirc-git, which currently has a better packaging and does not suffer from this problem.