Susumu Yamazaki

Results 59 comments of Susumu Yamazaki

I also tried to build the source from `otp_src_24.0` with the SSL option `--with-ssl=/usr/local/opt/[email protected]` directly, and I did it. I guess `kerl` and/or `asdf-erlang` should not work well.

It the following issue (comment) related to it? https://github.com/erlang/otp/issues/4821#issuecomment-840154032

Big Sur on M1 can't configure it due to the reason that seems the same to this issue.

Did you find this issue is the same to erlang/otp#4821 ?

I can build 24.0.1 by the following steps: 1. Patch `~/.asdf/plugins/erlang/kerl` according to the comment: https://github.com/erlang/otp/issues/4821#issuecomment-840342780 2. Install 24.0.1 by the following command: ``` DED_LDFLAGS="-m64 -bundle -bundle_loader ~/.asdf/plugins/erlang/kerl-home/builds/asdf_24.0.1/otp_src_24.0.1/bin/x86_64-apple-darwin19.6.0/beam.smp" asdf install...

I tested building OTP 24.0.1 without any patch and flags on Big Sur, but I can build it. Was the issue fixed? Or it doesn't occur in case of Big...

Exactly. I didn't understand how to achieve such a function when I implemented Pelemay, so I implemented similar functions to `elixir_make` in Pelemay itself.

I've succeeded to build and install 23.1.5 into Intel Mac Big Sur in the similar way.