dev-libs / libkdumpfile

Kernel coredump file access

Official package sites : https://github.com/ptesarik/libkdumpfile ·

v0.5.4-r1 :: 0 :: gentoo

Modified
License
|| ( LGPL-3+ GPL-2+ )
Keywords
~amd64
USE flags
lzo snappy zlib zstd

General

lzo
Enable support for lzo compression
snappy
Enable support for Snappy compression (as implemented in app-arch/snappy)
zlib
Add support for zlib compression
zstd
Enable support for ZSTD compression

app-arch / snappy : A high-speed compression/decompression library by Google

app-arch / zstd : zstd fast compression library

dev-libs / lzo : An extremely fast compression and decompression library

sys-libs / zlib : Standard (de)compression library

app-arch / snappy : A high-speed compression/decompression library by Google

app-arch / zstd : zstd fast compression library

dev-libs / lzo : An extremely fast compression and decompression library

sys-libs / zlib : Standard (de)compression library

dev-debug / drgn : Programmable debugger

939582
dev-libs/libkdumpfile-0.5.4-r1 fails tests: test-blob.c:68:9: error: implicit declaration of function mallopt [-Wimplicit-function-declaration]
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libkdumpfile: drop Python bindings
The Python bindings in libkdumpfile itself are deprecated in favour of a separate CFFI set of bindings, but it turns out drgn doesn't even use the bindings at all, so we can drop these deprecated ones which couldn't be built in PEP517 mode. Closes: https://bugs.gentoo.org/938584 Fixes: 5fa70534e895c7a9b14bfca589fd862711a5cdff Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libkdumpfile: new package, add 0.5.4
Hopefully we can drop the deprecated Python bindings here in future but they're needed by drgn for now. Signed-off-by: Sam James <sam@gentoo.org>