我正在尝试使用 asdf 安装 Erlang(以及后来的 Elixir)但是我收到一个错误,jinterface
因为安装过程似乎冻结了:
➜ ~ asdf install erlang 22.1.1
Downloading OTP-22.1.1.tar.gz to /Users/me/.asdf/plugins/erlang/kerl-home/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 122 0 122 0 0 320 0 --:--:-- --:--:-- --:--:-- 321
100 52.4M 0 52.4M 0 0 7604k 0 --:--:-- 0:00:07 --:--:-- 9203k
Extracting source code
Building Erlang/OTP 22.1.1 (asdf_22.1.1), please wait...
APPLICATIONS DISABLED (See: /Users/me/.asdf/plugins/erlang/kerl-home/builds/asdf_22.1.1/otp_build_22.1.1.log)
* jinterface : Java compiler disabled by user
DOCUMENTATION INFORMATION (See: /Users/me/.asdf/plugins/erlang/kerl-home/builds/asdf_22.1.1/otp_build_22.1.1.log)
* documentation :
* fop is missing.
* Using fakefop to generate placeholder PDF files.
我看了看https://github.com/asdf-vm/asdf-erlang
它说
For example, to skip the java dependency during installation use:
$ export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
$ asdf install erlang <version>
如果我不得不猜测,这是一个 java 问题,所以当我尝试这个解决方案时它不起作用并且我得到相同的输出。
关于如何在不安装 Java 的情况下安装 Erlang 的任何想法?我不记得这是 Homebrew 的问题,这意味着 Homebrew 需要存在 Java 编译器。