Recently I try to build a rabbitmq-server by instruction that described in https://www.rabbitmq.com/build-server.html
but i failed.
cd rabbitmq-server
make -j1 V=1
GNU make reports a error while building depends packages.
first error message say:
env: escript\r: No such file or directory
/Users/changrunqing/Projects/rabbitmq-server
{“init terminating in doboot”,{undef,[{rmemo,start,[],[]},{erl_eval,do_apply,6,[{file,”erl_eval.erl”},{line,680}]},{erl_eval,exprs,5,[{file,”erl_eval.erl”},{line,126}]},{init,start_it,1,[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}^M
init terminating in do_boot ({undef,[{rmemo,start,[],[]},{erl_eval,do_apply,6,[{},{}]},{erl_eval,exprs,5,[{},{_}]},{init,start_it,1,[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})^M
^M
Crash dump is being written to: erl_crash.dump…done^M
Two things are strange:
any suggestions are welcome.
Thanks for your reply, the reason that i build from source is i need modify some code.
And I tested that Erlang was Installed correctly.
which escript
> /usr/local/bin/escript
which erl
> /usr/local/bin/erl
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/07bd5eb2-6088-4d5f-b66c-39d1d40e90bc%40googlegroups.com.
It's one of the dependencies that fails to build as far as I can tell, specificallywhen erlang.mk tries to patch a rebar-managed project. That's the only reference of "rmemo" that I could find [1].the "escript\r" part makes me wonder if there's a bogus newline character of sorts.You can try a Debian VM or container to compare. I'm on macOS Catalina but cannot reproduce.
On Fri, Dec 27, 2019 at 6:12 AM Chang Runqing <changr...@gmail.com> wrote:
--Thanks for your reply, the reason that i build from source is i need modify some code.
And I tested that Erlang was Installed correctly.which escript > /usr/local/bin/escript which erl > /usr/local/bin/erl
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/07bd5eb2-6088-4d5f-b66c-39d1d40e90bc%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/7f7c7d62-0bb6-444c-b6c6-2f8f865b054a%40googlegroups.com.