Hi everyone,
I’m trying to build an Aestratum client in my Ubuntu 18.04. I’ve cloned the repository from GitHub - aeternity/aestratum_client: Stratum client and installed Erlang but when I run make
in the cloned repo folder, I get the escript: exception error: undefined function erlang:get_stacktrace/0
error. Here’s the full error message:
ubuntu@aeternity-pool:~/aestratum_client$ make
./rebar3 as local compile
===> Verifying dependencies…
===> Fetching yamerl ({pkg,<<“yamerl”>>,<<“0.7.0”>>})
=WARNING REPORT==== 25-Nov-2021::09:20:34.593125 ===
Description: “Authenticity is not established by certificate path validation”
Reason: “Option {verify, verify_peer} and cacertfile/cacerts is missing”
===> Version cached at /home/ubuntu/.cache/rebar3/hex/hexpm/packages/yamerl-0.7.0.tar is up to date, reusing it
escript: exception error: undefined function erlang:get_stacktrace/0
in function rebar3:main/1 (/home/dev/work/rebar3/src/rebar3.erl, line 72)
in call from escript:run/2 (escript.erl, line 750)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
Makefile:13: recipe for target ‘all’ failed
make: *** [all] Error 127
Does anyone know how to solve this?
Thanks in advance!