hauleth / erlang-systemd

systemd utilities for Erlang applications
Apache License 2.0
174 stars 19 forks source link

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

Open stoicAlchemist opened 2 years ago

stoicAlchemist commented 2 years ago

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: https://github.com/elixir-lang/elixir/issues/11047

hauleth commented 2 years ago

I will dig into it soon.

jozuas commented 1 year ago

Any updates on this?