You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running with KERL_DEBUG=1 and saw the same behavior. But, on a failed install, it suggested I check the log at ~/.asdf/plugins/erlang/kerl-home/builds/asdf_23.1.1/otp_build_23.1.1.log. I opened this file, and the same error appeared.
When I attempted to install again, the file was overwritten, but when the build hung, I saw the reason in the log file. patch was waiting for an interactive input:
I encountered a variant of #157 while installing Erlang
23.1.1
. It manifested as the following symptoms:'in6addr_any' follows non-static declaration
) was encountered.I tried running with
KERL_DEBUG=1
and saw the same behavior. But, on a failed install, it suggested I check the log at~/.asdf/plugins/erlang/kerl-home/builds/asdf_23.1.1/otp_build_23.1.1.log
. I opened this file, and the same error appeared.When I attempted to install again, the file was overwritten, but when the build hung, I saw the reason in the log file.
patch
was waiting for an interactive input:If I typed n, Enter, I got this message:
Then I pressed n, Enter. This allowed the installation to proceed.
I'm not sure what's broken here, but it appears that Kerl is trying to patch something that's already been patched, and is reversing it instead.
Edit: I believe I also followed the steps in this comment earlier: #195 (comment)
The text was updated successfully, but these errors were encountered: