Skip to content
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

Cannot compile #3

Open
RCoeurjoly opened this issue May 13, 2022 · 1 comment
Open

Cannot compile #3

RCoeurjoly opened this issue May 13, 2022 · 1 comment

Comments

@RCoeurjoly
Copy link

Reproduction steps

make

Issue

When trying to compile, I get the following error:

erlc edd_comp.erl
erl -run edd_comp compile -noshell -s erlang halt
{"init terminating in do_boot",{undef,[{edoc,files,[['edd_comp.erl','src/edd.erl','src/edd_lib.erl','src/smerl.erl','src/edd_zoom.erl','src/edd_zoom_lib.erl','src/edd_con.erl','src/edd_con_lib.erl','src/edd_trace.erl','src/edd_tcp.erl','src/edd_server.erl','src/edd_client.erl','src/edd_jserver.erl','src/edd_test_reader.erl','src/edd_test_writer.erl','src/edd_trusted_rw.erl','src/edd_proper_reader.erl','src/edd_con_pt.erl','src/mochijson.erl','src/smerl.erl'],[{dir,doc}]],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({undef,[{edoc,files,[[],[]],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})

Crash dump is being written to: erl_crash.dump...done
make: *** [Makefile:5: all] Error 1

Expected result

Compilation succesful

Versions

I am compiling a freshly cloned version (commit 867f287)

Erlang version:

Erlang/OTP 21 [erts-10.2.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]

Eshell V10.2.4 (abort with ^G)

OS:

Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster

@tamarit
Copy link
Owner

tamarit commented May 30, 2022

Dear @RCoeurjoly,

thanks for your interest and for your info. I've tried to reproduce the error using this docker:

$ docker pull erlang:21.3.8.24-slim

Which has the same OTPversion than you and a slightly newer version of the Eshell. Using this docker I have been able to run the make command without any problem. Did you make any modification on the repository content or structure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants