apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.97k stars 314 forks source link

Error occurred that snappy/zstd/lz4 is not required dependencies while running packing tools #1900

Closed empiredan closed 7 months ago

empiredan commented 7 months ago

Like https://github.com/apache/incubator-pegasus/issues/1792, all of snappy/zstd/lz4 are reported error "is not a required dependency" while running ./run.sh pack_tools:

$ ./run.sh pack_tools
......
ERROR: snappy is not a required dependency, skip packaging this lib
......
ERROR: zstd is not a required dependency, skip packaging this lib
ERROR: lz4 is not a required dependency, skip packaging this lib
......
empiredan commented 7 months ago

This issue is fixed by https://github.com/apache/incubator-pegasus/pull/1901.