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

Dependency resolution failure with versioned dependencies, with previous versions already installed #223

Open
afontenot opened this issue May 28, 2024 · 0 comments

Comments

@afontenot
Copy link

I have a system with the AUR packages htslib and samtools; these projects release in lockstep with samtools always depending on htslib of the same version.

Prior to installing rua, version 1.15.1 of both packages was manually built and installed on the system.

After installing rua, running rua upgrade correctly detects these as AUR packages and tries to upgrade them to their latest versions. Approving the PKGBUILD and starting the build works as expected.

The rua upgrade then failed for me when attempting to build samtools, because it could not satisfy the dependency htslib>=1.20. This is correct behavior from makepkg, as rua doesn't build and install htslib before attempting the samtools build.

For comparison, I did not see this problem when running rua install samtools on a system that did not have samtools or htslib previously installed.

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