Bugzilla – Bug 1216790
Enable zstd and parallel compression in libdar
Last modified: 2023-11-03 07:35:02 UTC
Since version 2.7.0, dar has supported parallel encryption and compression with its -G command-line option, as well as zstd compression using the --compression=zstd command-line option. However, the version of (lib)dar packaged by openSUSE Tumbleweed has these two features disabled: $ dar --version dar version 2.7.12, Copyright (C) 2002-2023 Denis Corbin Long options support : YES Using libdar 6.7.0 built with compilation time options: gzip compression (libz) : YES bzip2 compression (libbzip2) : YES lzo compression (liblzo2) : YES xz compression (liblzma) : YES zstd compression (libzstd) : NO lz4 compression (liblz4) : NO [...] Multiple threads (libthreads): NO Have these two features been disabled intentionally? If not, could the package please be updated so that these two features are enabled?
libthreadar: https://build.opensuse.org/request/show/1121704 dar: https://build.opensuse.org/request/show/1121706 [ 29s] Liblzstd compression (zstd): YES [ 29s] Liblz4 compression (lz4) : YES [...] [ 29s] can uses multiple threads : YES (+ barrier implementations for MAC OS) $ dar --version [...] zstd compression (libzstd) : YES lz4 compression (liblz4) : YES [...] Multiple threads (libthreads): YES (1.4.0 - barrier using pthread_barrier_t) [...]
https://build.opensuse.org/request/show/1121708
This is an autogenerated message for OBS integration: This bug (1216790) was mentioned in https://build.opensuse.org/request/show/1121711 Factory / libthreadar
This is an autogenerated message for OBS integration: This bug (1216790) was mentioned in https://build.opensuse.org/request/show/1121715 Factory / libthreadar
https://build.opensuse.org/request/show/1121956
This is an autogenerated message for OBS integration: This bug (1216790) was mentioned in https://build.opensuse.org/request/show/1122995 Backports:SLE-15-SP6 / libthreadar https://build.opensuse.org/request/show/1122996 Backports:SLE-15-SP6 / dar