compile fail on ubuntu16.04
I've installed esl-erlang 19.0 (also tried esl-erlang 19.3-1 and erlang, erlang-os-mon 18.3) in ubuntu 16.04.
when compile dalmatinerdb (make deb-repare or make deb-package), get the error:
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
below is the content of rebar3.crashdump:
Error: undef
[{lager,warning,
["{level, ~p} has been deprecated. Use 'hidden' or '{hidden, true}'",
[advanced]],
[]},
{cuttlefish_conf,generate_element,1,
[{file,"/data/build/dalmatinerdb/_build/default/plugins/cuttlefish/src/cuttlefish_conf.erl"},
{line,122}]},
{cuttlefish_conf,'-generate/1-fun-0-',2,
[{file,"/data/build/dalmatinerdb/_build/default/plugins/cuttlefish/src/cuttlefish_conf.erl"},
{line,88}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
{cuttlefish_conf,generate_file,2,
[{file,"/data/build/dalmatinerdb/_build/default/plugins/cuttlefish/src/cuttlefish_conf.erl"},
{line,93}]},
{rebar3_cuttlefish_release,make_default_file,3,
[{file,"/data/build/dalmatinerdb/_build/default/plugins/rebar3_cuttlefish/src/rebar3_cuttlefish_release.erl"},
{line,117}]},
{rebar3_cuttlefish_release,do,1,
[{file,"/data/build/dalmatinerdb/_build/default/plugins/rebar3_cuttlefish/src/rebar3_cuttlefish_release.erl"},
{line,100}]},
{rebar_core,do,2,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,153}]}]
is any body know what's the reason of this error?