anakryiko / retsnoop

Investigate kernel error call stacks
BSD 2-Clause "Simplified" License
186 stars 32 forks source link

retsnoop: update sidecar dependencies #54

Closed michel-slm closed 8 months ago

michel-slm commented 10 months ago

blazesym is getting packaged in distributions, and it depends on addr2line 0.21.0 and gimli 0.28

https://crates.io/crates/blazesym/0.2.0-alpha.8/dependencies

There are some API changes with some functions now marked private that means retsnoop cannot be rebuilt against these versions, and it would be very useful to be able to build retsnoop (either for the upcoming Fedora 40 mass rebuild in a few months, or if a new version is released) without having to package compatibility versions of these two dependencies

danielocfb commented 8 months ago

Addressed by https://github.com/anakryiko/retsnoop/pull/55 ?