Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934889

Summary: dev-debug/sysdig: version bump to 0.38.0
Product: Gentoo Linux Reporter: Zhixu Liu <zhixu.liu>
Component: Current packagesAssignee: Holger Hoffstätte <holger>
Status: UNCONFIRMED ---    
Severity: normal CC: holger, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/37446
Whiteboard:
Package list:
Runtime testing required: ---

Description Zhixu Liu 2024-06-25 07:16:32 UTC
https://github.com/draios/sysdig/tree/0.38.0

Please bump, thanks!

Current stable version 0.29.3 in portage is blocking protobuf & abseil-cpp to be upgraded.

Reproducible: Always
Comment 1 Holger Hoffstätte 2024-07-04 15:31:40 UTC
Most newer versions of sysdig have been unbuildable for a long time, and
the ongoing upstream development does not help. I've been tracking this and it's been a longstanding trainwreck.

Bumping abseil-cpp and protobuf should be possible regardless - sysdig does not require pinned versions and the only possible issue I can think of would be the C++ standard, which we can easily bump if necessary (14 to 17 AFAIK).
Comment 2 Holger Hoffstätte 2024-07-04 16:43:30 UTC
FWIW I'll try to work on this. The driver is already building.
Comment 3 Holger Hoffstätte 2024-07-05 09:24:18 UTC
\o/

I unexpectedly have both the latest driver and sysdig building & running without problems - took some build system beating, but everything is now up-to-date again. Will do some more build/runtime tests on various machines and then make a PR.