Open bpardee opened 2 years ago
I ran into an almost identical kind of error albeit on macOS Sonoma 14.4.1, installing OTP 25.3.2.10, and using mise.
The solution ended up being setting this environment variable:
KERL_DOC_TARGETS="chunks"
This removed the error and suffices for my use-case, as I was only looking to include the docs in iex
.
I don't have this issue with OTP 26 however.
Using mac version 12.5.1 with an M1 Max chip, I get the following error during install:
The actual lib that it fails in seems random as the error has occurred for the following libs: tools-3.5.3, debugger-5.3, reltool-0.9, crypto-5.1.2, etc. In one attempt a particular library seems to succeed while a subsequent attempt will fail for that same library.
Any help resolving this would be much appreciated!