We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am having this error when installing on my mac
asdf install erlang 27.1.2 ERROR: 'asdf_27.1.2' is not a kerl-managed Erlang/OTP installation. Build 'asdf_27.1.2' has been deleted. Extracting source code for normal build... Building (normal) Erlang/OTP 27.1.2 (asdf_27.1.2); please wait... Initializing (build) log file at /Users/michelperez/.asdf/plugins/erlang/kerl-home/builds/asdf_27.1.2/otp_build_27.1.2.log. APPLICATIONS DISABLED (See: /Users/michelperez/.asdf/plugins/erlang/kerl-home/builds/asdf_27.1.2/otp_build_27.1.2.log) * jinterface : Java compiler disabled by user * odbc : ODBC library - link check failed ERROR: build failed. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:525:10: fatal error: cannot open file 'aarch64-apple-darwin24.1.0/opt/jit/_ctermid.h': Too many open files 525 | #include <_ctermid.h> | ^ 1 error generated. make[4]: *** [obj/aarch64-apple-darwin24.1.0/opt/jit/beam_asm_module.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [opt] Error 2 make[2]: *** [opt] Error 2 make[1]: *** [jit] Error 2 make: *** [emulator] Error 2 Please see /Users/michelperez/.asdf/plugins/erlang/kerl-home/builds/asdf_27.1.2/otp_build_27.1.2.log for full details. Auto cleaning all artifacts except the log file... (use KERL_AUTOCLEAN=0 to keep build on failure, if desired) Cleaning up compilation products for 'asdf_27.1.2' under: - /Users/michelperez/.asdf/plugins/erlang/kerl-home/builds... - /Users/michelperez/.asdf/downloads/erlang/27.1.2... ... done.
I am using these flags:
export KERL_CONFIGURE_OPTIONS="--without-javac --with-ssl=$(brew --prefix [email protected])"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am having this error when installing on my mac
I am using these flags:
The text was updated successfully, but these errors were encountered: