FS#75105 - [zstd] zlib and lzma support disabled, but dependencies are still there

Attached to Project: Arch Linux
Opened by Antonio Rojas (arojas) - Saturday, 18 June 2022, 08:54 GMT
Last edited by Antonio Rojas (arojas) - Friday, 27 January 2023, 07:34 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Jelle van der Waa (jelly)
Maxime Gauduin (Alucryd)
Levente Polyak (anthraxx)
Giancarlo Razzolini (grazzolini)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

With the switch to cmake, zlib and lzma support were disabled, but dependencies were not removed. Either support should be restored by enabling the respective cmake options [1] or the dependencies should be dropped.

[1] https://github.com/facebook/zstd/blob/dev/build/cmake/programs/CMakeLists.txt#L96
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 27 January 2023, 07:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  zstd 1.5.2-8
Comment by Balló György (City-busz) - Friday, 27 January 2023, 03:12 GMT
This is still an issue. Please either remove zlib, xz and lz4 from depends=(), or specify the following options for cmake:
-DZSTD_ZLIB_SUPPORT=ON -DZSTD_LZMA_SUPPORT=ON -DZSTD_LZ4_SUPPORT=ON

Loading...