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

Provides versions clarification #339

Open
msdobrescu opened this issue Jun 4, 2023 · 0 comments
Open

Provides versions clarification #339

msdobrescu opened this issue Jun 4, 2023 · 0 comments

Comments

@msdobrescu
Copy link

Regarding provides, what is the role of the version? I've thought '>=0' means to accept any version available and having only one at a time in C-R, I've expected it would check and find one version and use it, regardless what is installed, so the installed package version would be replaced by the C-R available. But it seems it is actually bound to a version at build time so it throws things like this at upgrade time:

  ERROR    Error: failed computing upgrade: Failed solving solution for upgrade: Could not compute upgrade - couldn't uninstall candidates : could not satisfy the constraints: 
          twisted-libs-22.10.0-r1 and 
          deluge-apps-2.1.1-r3 and 
          !(deluge-apps-2.1.1-r3) or twisted-libs-22.10.0+1 and 
          !(twisted-libs-22.10.0+1) or !(twisted-libs-22.10.0+1) or !(twisted-libs-22.10.0-r1)

So, what is the point of specifying >=0 anyway if it can't use any version after all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant