Versions
v0.5.4-r1 :: 0 :: gentoo
- Modified
- License
- || ( LGPL-3+ GPL-2+ )
- Keywords
- ~amd64
- USE flags
- lzo snappy zlib zstd
USE flags
General
Dependencies
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
Runtime Dependencies
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
Depending packages
Bugs
- 939582
- dev-libs/libkdumpfile-0.5.4-r1 fails tests: test-blob.c:68:9: error: implicit declaration of function mallopt [-Wimplicit-function-declaration]
Change logs
- 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>