https://bugs.kde.org/show_bug.cgi?id=413086
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meve...@gmail.com --- Comment #1 from Méven Car <meve...@gmail.com> --- libarchive uses zstd and lz4 commands when not linked with those libraries (as it seems to be the case in arch), installing them will probably fix this issue. In the meantime, ark should prevent to select the option in such case. For reference code in libarchive : https://github.com/libarchive/libarchive/blob/3649ed23c6b4392d692580c03b10a611e3eaaa32/libarchive/archive_write_add_filter_zstd.c https://github.com/libarchive/libarchive/blob/3649ed23c6b4392d692580c03b10a611e3eaaa32/libarchive/archive_write_add_filter_lz4.c https://github.com/libarchive/libarchive/blob/master/CMakeLists.txt#L202 -- You are receiving this mail because: You are watching all bug changes.