bug: Can't install redis 7.0.14 on Mac
wpplumber opened this issue · 2 comments
wpplumber commented
Describe the Bug
Welcome, I was able to install the version 7.2.3 on Mac but with 7.0.14 it fails.
Steps to Reproduce
- Open Mac terminal
- asdf install redis 7.0.14
Expected Behaviour
The installation works with success.
Actual Behaviour
** Resuming transfer from byte position 2994188
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 206 100 206 0 0 140 0 0:00:01 0:00:01 --:--:-- 140
cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make install
LINK redis-server
clang: error: no such file or directory: '../deps/lua/src/liblua.a'
clang: error: no such file or directory: '../deps/hdr_histogram/libhdrhistogram.a'
make[1]: *** [redis-server] Error 1
make: *** [install] Error 2
Environment
OS:
Darwin 192.168.1.9 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64
SHELL:
zsh 5.7.1 (x86_64-apple-darwin19.0)
BASH VERSION:
3.2.57(1)-release
ASDF VERSION:
v0.13.1-0586b37
ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=/Users/wpplumber/.asdf
ASDF_DIR=/usr/local/opt/asdf/libexec
ASDF_CONFIG_FILE=/Users/wpplumber/.asdfrc
ASDF INSTALLED PLUGINS:
gitleaks https://github.com/jmcvetta/asdf-gitleaks.git main 0cc0d7e
golang https://github.com/asdf-community/asdf-golang.git master 33b1f6d
minio https://github.com/aeons/asdf-minio.git master 113b19d
nodejs https://github.com/asdf-vm/asdf-nodejs.git master 150ec5d
postgres https://github.com/smashedtoatoms/asdf-postgres.git master 55111bf
redis https://github.com/smashedtoatoms/asdf-redis.git master beedc89
ruby https://github.com/asdf-vm/asdf-ruby.git master 3035a4a
rust https://github.com/code-lever/asdf-rust.git master 95acf4f
shellcheck https://github.com/luizm/asdf-shellcheck.git master b160a52
vale https://github.com/pdemagny/asdf-vale main 9a3b1c0
yarn https://github.com/twuni/asdf-yarn.git main 376c540
asdf plugins affected (if relevant)
No response
hyperupcall commented
This issue should be filed in https://github.com/smashedtoatoms/asdf-redis. It doesn't look like an issue with asdf core.
wpplumber commented
Thank you, @hyperupcall