hauleth/erlang-systemd

Using erlang 24 and up, can't install because of `enough` dependency

stoicAlchemist opened this issue · 2 comments

Using Erlang 24.3.1 with Elixir 1.10.2, adding systemd to the deps and then doing mix deps.get it fails to install. A bit of research showed me that the issue is related to Erlang (rebar3 can't compile enough in Erlang 24). Work around was to downgrade Erlang for now but would like to update my app to be able to use other stuff.

Edit to add error:

rebar3 compile escript: exception error: undefined function erlang:get_stacktrace/0

Workaround from here: elixir-lang/elixir#11047

I will dig into it soon.

Any updates on this?