-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
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
install fails in megaco_flex_scanner #514
Comments
with I get a different but similar error: |
Alternately I can get beam signal 10 or error 1 in the same file. For the latter, even following these instructions and using latest only changes the error code to 1 from 139 but still failing in the same file. |
Looks as if one of the environment variables left over from removing the old ErlangInstaller caused this error. Cleaning up .bash_login and starting a new shell cleared the issue. Leaving for posterity. |
The bug
Just running
asdf install erlang latest
And it crashes out at the exact same point every time.
Software versions
A list of software versions where the bug is apparent, as detailed as possible:
kerl
: 4.0.0How to replicate
An ordered list of steps to replicate the bug, e.g.:
asdf install erlang latest
Get:
make[5]: *** [../../ebin/megaco_flex_scanner.beam] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [../../ebin/megaco_flex_scanner_handler.beam] Error 1
make[4]: *** [opt] Error 2
make[3]: *** [opt] Error 2
make[2]: *** [opt] Error 2
make[1]: *** [opt] Error 2
make: *** [libs] Error 2
Nothing much more useful found in the log file
Additional context
Verified that I am running terminal in 'Apple' (ARM) mode
The text was updated successfully, but these errors were encountered: