Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting a asdf_25.3 is not a kerl-managed Erlang/OTP installation message #272

Open
lobo-tuerto opened this issue Mar 13, 2023 · 10 comments

Comments

@lobo-tuerto
Copy link

I just installed Erlang through asdf in a new installation (been doing it for years), but today I saw this message at the start of the installation process, then proceeded to install:

asdf_25.3 is not a kerl-managed Erlang/OTP installation
No build named asdf_25.3

Downloading 25.3 to /home/x/.asdf/downloads/erlang/25.3...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 98.9M  100 98.9M    0     0  38.9M      0  0:00:02  0:00:02 --:--:-- 60.1M
Extracting source code
Building Erlang/OTP 25.3 (asdf_25.3), please wait...
Erlang/OTP 25.3 (asdf_25.3) has been successfully built

The last rows from output of asdf erlang list-all:

25.2.3
25.3
26.0-rc1

The install command: asdf install erlang 25.3.

Any pointers or ideas on what it is about? 🤔

@basmoura
Copy link

+1

@elsifaka

This comment was marked as outdated.

@shotleybuilder
Copy link

shotleybuilder commented May 6, 2023

I get this error with every erlang version I choose back to 23.0. I want to run elixir 14. New laptop. No issues using asdf on my old lappy.

@meppu
Copy link

meppu commented May 18, 2023

Something similar also happened for me.
image
image

(it works, but it is weird to see error message)

@ulbrich
Copy link

ulbrich commented May 22, 2023

Hi there! 👋 I'm having the same problem. It works with 26.0, though. My output:

% export KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=$(brew --prefix [email protected])"
% asdf install erlang
asdf_25.3.2 is not a kerl-managed Erlang/OTP installation
The asdf_25.3.2 build has been deleted
Extracting source code
Building Erlang/OTP 25.3.2 (asdf_25.3.2), please wait...
APPLICATIONS DISABLED (See: /Users/ulbrich/.asdf/plugins/erlang/kerl-home/builds/asdf_25.3.2/otp_build_25.3.2.log)
 * jinterface     : Java compiler disabled by user
 * odbc           : ODBC library - link check failed

Building docs...
Erlang/OTP 25.3.2 (asdf_25.3.2) has been successfully built
ulbrich /Users/ulbrich/src/bwb/api % erl
No erl executable found for erlang 25.3.2

@totallymike
Copy link

Is the problem simply that the script runs kerl delete installation "blah" before attempting to do the install, and kerl is reporting that it can't delete what's not there?

this line in the kerl script suggests that this may be the case

@bcardarella
Copy link

This is still printing the latest asdf and Erlang 27.0

@sagunji
Copy link

sagunji commented Sep 12, 2024

Same for 26.2.2
Did anyone find alternatives besides changing the version?

@GettyOrawo
Copy link

Stuck here too

@akchaudhary6532
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests