ffmpeg not building #50
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, and thank you for your work on this project!
It seems that ffmpeg isn't building correctly, leading to this:
After checking the status page it looks like something strange is happening with it:
multiple PKGBUILD for dep. found
Hi @burrhole,
ffmpeg got skipped because
zimg
(or the PKGBUILD ofzimg
to be exact) is in multiple repos at the same time:That is a common problem at the moment. Besides querying archweb I currently see no easy way to solve this, and I wanted to avoid doing that. Maybe its okay to do it for these edge cases.
Maybe I get to implementing that tomorrow.
EDIT: There is another way: resolving that missing dep from the mirror and checking which repo it should be in. That would solve it in an offline way, which is preferred.
I implemented quering the sync db for repo-info if multiple PKGBUILD are found in
a26c7fea57
.ffmpeg
should be build again shortly.EDIT:
ffmpeg
is done building. Can you confirm its working again?@burrhole Can you confirm upgrading ffmpeg works for you again?
@anonfunc no issues as far as I can tell, thank you!