Summary: | dev-util/cargo-c-0.10.4 - no compatible system libgit2 could be found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Luca Barbato <lu_zero> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, leonchik1976 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Leonid Kopylov
2024-09-07 07:00:00 UTC
Created attachment 902261 [details]
build.log.xz
Dependency needs to be updaed to >=libgit2-1.8.1 which I assume you weren't able to upgrade to because another package has a <libgit2-1.8 (libgit2-glib, pygit2, and git-absorb packages do). So unless lose these you may not be able to upgrade cargo-c for now. (In reply to Ionen Wolkens from comment #2) > Dependency needs to be updaed to >=libgit2-1.8.1 which I assume you weren't > able to upgrade to because another package has a <libgit2-1.8 (libgit2-glib, > pygit2, and git-absorb packages do). So unless lose these you may not be > able to upgrade cargo-c for now. yes, you are right. it's dev-libs/libgit2-glib-1.2.0 https://bugs.gentoo.org/927383 (In reply to Ionen Wolkens from comment #2) > Dependency needs to be updaed to >=libgit2-1.8.1 which I assume you weren't > able to upgrade to because another package has a <libgit2-1.8 (libgit2-glib, > pygit2, and git-absorb packages do). So unless lose these you may not be > able to upgrade cargo-c for now. Albeit given how annoying the libgit2-sys' crates bounds are (it also check for <1.9, so will break with libgit2-1.9.0), I'm starting to wonder if it's worth doing NO_VENDOR for that one in ebuilds. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9718013b75f3b3ecd64f4ccdb4fb038109bd7ee commit d9718013b75f3b3ecd64f4ccdb4fb038109bd7ee Author: Sam James <sam@gentoo.org> AuthorDate: 2024-10-06 09:36:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-10-06 09:37:26 +0000 dev-util/cargo-c: update min version of libgit2 Agree with Ionen's remarks on the bug but let's get this fixed for now. Closes: https://bugs.gentoo.org/939210 Signed-off-by: Sam James <sam@gentoo.org> dev-util/cargo-c/cargo-c-0.10.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |