Summary: | dev-util/sysdig-0.27.1-r100 - /.../ld: .../libsinsp.a(cri.grpc.pb.cc.o): undefined reference to symbol _ZN4absl12lts_202103245Mute | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holger, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-util:sysdig-0.27.1-r100:20211008-224442.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 743946 [details]
emerge-info.txt
Created attachment 743949 [details]
dev-util:sysdig-0.27.1-r100:20211008-224442.log
Created attachment 743952 [details]
emerge-history.txt
Created attachment 743955 [details]
environment
Created attachment 743958 [details]
etc.portage.tar.bz2
Created attachment 743961 [details]
logs.tar.bz2
Created attachment 743964 [details]
temp.tar.bz2
Due to some changes in grpc-1.41 and sysdig's gRPC-based contaner support. Upstream bug: https://github.com/draios/sysdig/issues/1778 Hacky patch I came up with last night: https://github.com/hhoffstaette/portage/blob/master/dev-util/sysdig/files/0.27.1-grpc-absl-sync.patch Patch is only for unbundled deps like Gentoo, but it works. https://github.com/hhoffstaette/portage/blob/master/dev-util/sysdig/files/0.27.1-grpc-absl-sync.patch I put this patch into /etc/portage/patches/dev-util/sysdig/ and compilation finished successful. Binaries works too. Please, add this patch into gentoo overlay and update ebuild: if [version of installed net-libs/grpc] >= "1.41"; then apply patch 0.27.1-grpc-absl-sync.patch fi The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3a8191d55fcf173291932c4365da7ed2714367 commit 8e3a8191d55fcf173291932c4365da7ed2714367 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-12-19 21:20:19 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-12-19 21:30:11 +0000 dev-util/sysdig: fix build with newer grpc Closes: https://bugs.gentoo.org/817128 Signed-off-by: Sam James <sam@gentoo.org> .../files/sysdig-0.27.1-grpc-absl-sync.patch | 25 ++++++++++++++++++++++ dev-util/sysdig/sysdig-0.27.1-r100.ebuild | 4 ++++ 2 files changed, 29 insertions(+) |