-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
erl -make gives me "init terminating in do_boot" #113
Comments
I can't reproduce the behviour you describe, and I tried OTP 16, 17, 18, 19 in their latest release each. Can you try If this does work, you can decide to live with that workaround or to continue with the step does not work ;) If it does not work this way, please give some more information about your system. To be exact: which linux distro are you using, which erlang related packages have you installed and from what sources? Did you even did an installation from source? Did you use any version managers? If so, which one? |
ps@linux:~/exercism/erlang/hello-world$ erlc *.erl ps@linux:~/exercism/erlang/hello-world$ ls -la *.beam erl -noshell -eval "eunit:test(hello_world, [verbose])" -s init stop Crash dump is being written to: erl_crash.dump...done It doesn't work for me. Sorry :( I'm using: Package: erlang-base I haven't done any installation from sources. I installed this system 3 weeks ago. So it's still kind of clean. |
It seems as if you are using debian or ubuntu paired with erlang solutions package repositories, so please install |
ps@linux:~/exercism/erlang/hello-world$ sudo apt-get install erlang-euint I'll find out how to fix this eunit issue. But I suspect the eunit issue and the "init terminating" issue is not connected to each other. |
I've installed erlang-eunit (previously there was a typo 'euint' vs 'eunit'). ps@linux:~/exercism/erlang/hello-world$ erl -make Crash dump is being written to: erl_crash.dump...done |
It looks like I don't have make module installed. ps@linux:~/exercism/erlang/hello-world$ erl Eshell V8.0 (abort with ^G) |
Installing erlang-tools solves the problem. (Next time I have to install all-in-one esl-erlang package. I spent too much time for nothing troubleshooting this output). Sorry for bothering you and for the extra-issue conversation. ps@linux: |
Hello,
I'm trying to make a first task in the erlang track. When I execute 'erl -make' command it gives me the error.
ps@linux:~/exercism/erlang/hello-world$ erl -make
{"init terminating in do_boot",{undef,[{make,all_or_nothing,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
Crash dump is being written to: erl_crash.dump...done
init terminating in do_boot ()
ps@linux:~/exercism/erlang/hello-world$ erl
Erlang/OTP 19 [erts-8.0] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V8.0 (abort with ^G)
1>
The text was updated successfully, but these errors were encountered: