Summary: | sys-apps/bat-0.17.1 : = note: /.../ld: /.../libgit2.so: undefined reference to git_load | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | J Pz <toshokan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/19075 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 sys-apps:bat-0.17.1:20201231-152336.log temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 680449 [details]
emerge-info.txt
Created attachment 680452 [details]
emerge-history.txt
Created attachment 680455 [details]
environment
Created attachment 680458 [details]
etc.portage.tbz2
Created attachment 680461 [details]
sys-apps:bat-0.17.1:20201231-152336.log
Created attachment 680464 [details]
temp.tbz2
It looks like this is due to the tinderbox script applying a global `-threads`. I hadn't caught this since my profile has `+threads` by default. In libgit2, `git___load` is conditionally defined based on `+threads`, so I'll add that to the USE constraint in the dependency for dev-libs/libgit2 in the ebuild. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606f06618a7838ab0eb1884a77ba7c6c2fc27fc6 commit 606f06618a7838ab0eb1884a77ba7c6c2fc27fc6 Author: toshokan <toshokan@shojigate.net> AuthorDate: 2021-01-16 03:50:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-16 21:49:14 +0000 sys-apps/bat: Bump dev-libs/libgit2 version and +threads This is the version recommended by upstream at https://github.com/rust-lang/git2-rs/blob/master/README.md#version-of-libgit2 Closes: https://bugs.gentoo.org/762811 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jason Pizzuco <toshokan@shojigate.net> Closes: https://github.com/gentoo/gentoo/pull/19075 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/bat/bat-0.17.1-r1.ebuild | 200 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) |