Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stoicAlchemist opened this issue Mar 30, 2022 · 4 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@stoicAlchemist
Copy link

stoicAlchemist commented Mar 30, 2022

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

@hauleth
Copy link
Owner

hauleth commented Apr 6, 2022

I will dig into it soon.

@hauleth hauleth self-assigned this Apr 6, 2022
@hauleth hauleth added the bug Something isn't working label Apr 6, 2022
@jozuas
Copy link

jozuas commented Dec 18, 2022

Any updates on this?

@hauleth hauleth added this to the 0.7.0 milestone May 4, 2024
@axelson
Copy link
Contributor

axelson commented Nov 9, 2024

@stoicAlchemist Which specific workaround are you using from that thread? There are multiple commands posted in there.

Although this seems to be an erlang/rebar specific issue. I have no problems using Erlang 24+ with this library when calling it from Elixir.

@stoicAlchemist
Copy link
Author

@stoicAlchemist Which specific workaround are you using from that thread? There are multiple commands posted in there.

Although this seems to be an erlang/rebar specific issue. I have no problems using Erlang 24+ with this library when calling it from Elixir.

elixir-lang/elixir#11047 (comment) downgraded erlang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants