Closed nulty closed 7 months ago
Most likely an issue with the plugin. Please note that mise i lua@5.1
will install 5.1
not 5.1.5
. Looking at the download numbers, they indicate that download might have already failed.
A quick try on a dev container showed me following output which differs from yours.
root ➜ /workspaces/mise (main) $ target/debug/mise i lua@5.1
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 202k 100 202k 0 0 1454k 0 --:--:-- --:--:-- --:--:-- 1463k
make: *** No rule to make target 'guess'. Stop.
Do newer versions work? What does manual invocation of the plugin scripts output?
mkdir -p /tmp/lua
cd /usr/local/.local/data/mise/plugins/lua/bin
ASDF_INSTALL_TYPE=version ASDF_INSTALL_VERSION=5.1.5 ASDF_DOWNLOAD_PATH=/tmp ./download
ASDF_INSTALL_TYPE=version ASDF_INSTALL_VERSION=5.1.5 ASDF_INSTALL_PATH=/tmp/lua ASDF_DOWNLOAD_PATH=/tmp ./install
Thanks for checking this out.
I've run your script and it fails as yours does.
Only v5.4.* seems to work.
I see the plugin maintainer made a change a few weeks ago. I'll go checking with them.
I'll close this now
Please note that
mise i lua@5.1
will install5.1
not5.1.5
.
@roele What should I write in a mise.toml
to have latest 5.1.x installed? lua = '5.1'
result in installing 5.1, not 5.1.5.
Describe the bug
mise i lua@5.1.5
To Reproduce Install mise
mise i lua@5.1
Expected behavior Expected lua v5.1.5 (or any v 5.1) to be installed successfully.
mise doctor
outputAdditional context
Output from
mise i lua