Closed 7Ji closed 11 months ago
Yes, it always required pod2man
which was missing from dependencies.
I pointed to this problem once, but it got lost in AUR discussion :)
ugh kill me, i will update when i am back to home
No need to hurry. The last successful build still sits there safely. Using the old build won't necessarily break. It's just that I design the builder to rebuild on any dependency change, so I don't need to manually trigger rebuild if some package does break with newer dependency.
@hbiyik Sorry but the packages were built successfully just now with newer dephashes, so the previous build errors seem be caused by some upstream alarm update that was only partially synced to their mirrors.
Closing now.
Turns out this was caused by systemd's hardcoded PATH
:
The builder was fixed in https://github.com/7Ji/arch_repo_builder/commit/89c22e940e4af88aa84f4403caab9258e5fc8c1a , we should no longer have weird missing binary issues.
Some dependency upgrade triggered a rebuild of
ffmpeg-mpp
and it failed to build with the latest dependencies, I didn't look into which yet, but maybe addingpod2man
to dep could fix this?