Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Oct 31, 2024 · 1 comment
Labels

Comments

@stereomato
Copy link

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
Copy link
Owner

fosskers commented Nov 1, 2024

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.

@fosskers fosskers added the bug label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants