Open inoas opened 2 years ago
Have you tried asdf plugin remove erlang && asdf plugin add erlang
and install all versions you need?
I have not, however when I attempted to do this the Debian 11 was a fresh vanilla install so there was no previous erlang plugin installed at that time.
I'm having this same issue on Fedora 36 using the latest version of the erlang plugin. 25.0.2 installs just fine, but 25.0.4 only appears to (with the output missing the same last two lines as above). I haven't tried 25.0.3, but I assume the cutoff point is the same.
asdf plugin remove erlang && asdf plugin install erlang
then reinstalling seemed to fix it for me (25.0.4
& 25.1.2
).
Was seeing this on Arch with asdf install erlang $ver
, (tried 25.1.2
, 25.0.4
- previously fine, 25.0.1
- previously fine).
I was forced to rebuild erlang/elixir after Arch bumped OpenSSL from 1.x to 3.x. The original post was well before the latest OpenSSL CVE - which might have prompted a version bump in Fedora for the previous poster but probably not in Debian way back when (from a fresh install too!).
Before trying to rebuild I did run asdf plugin update erlang
. Perhaps that bumped the kerl
version listed in the script, but since the old binary was retained (I think?), something was breaking internally? Unsure if KERL_VERSION
's usage extends past the asdf scripts.
Technically after flipping the plugin I ran asdf install
from a dir with .tool-versions
in it, that listed elixir then erlang, but independently running asdf install erlang 25.1.2
from my home dir also worked afterwards so I don't think it had any bearing.
:shrug:
I've included all the packages that were updated pre/post break. Just listing it all out to be complete but not sure there's much to glean from it.
24.3.4.2, 25.0, 25.0.1, 25.0.2
for 25.0.3
Notice that 25.0.3 does not output:
And the does not show up under
asdf list erlang
context:
fully patched debian 11