fosskers / aura

A multilingual package manager for Arch Linux and the AUR.
https://fosskers.github.io/aura/
GNU General Public License v3.0
1.77k stars 114 forks source link

bottles failed to install due to missing fvs dependency, which was in fact built before it was attempted to be built #958

Open stereomato opened 3 weeks ago

stereomato commented 3 weeks ago

I think it's a matter of installing that dependency before building bottles

[up to this point, all the dependencies of bottles were either installed (if from the arch repos) or built (AUR dependencies)] [with python-fvs being built right before attempting to build bottles] ==> Making package: bottles 2:51.15-1 (Thu 31 Oct 2024 05:40:00 PM -05) ==> Checking runtime dependencies... ==> Missing dependencies: -> fvs ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. aura :: Package failed to build, citing:

makepkg failed.

aura :: Continue building other packages? [Y/n]

fosskers commented 3 weeks ago

It seems there's some issue with "provides" here. python-fvs provides the identity of fvs but for some reason isn't being installed in the proper order.