-
Notifications
You must be signed in to change notification settings - Fork 272
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
Following guide creates error #408
Comments
Same issue with my compile phase |
Help!!! |
@StephanMeijer I made some test. In my opinion, it's not a ex_admin bug, I switched the erlang version to 19.3.6 and this bug disappear. I also tested Erlang/OTP 20 [erts-9.1.2] and it works fine. However it does not work on Erlang/OTP 20 [erts-9.1]
|
So whats the solution to this? Just downgrade Erlang and wait for next version of otp? |
Confirmed it is an OTP bug and has been reported. It’s fixed in Erlang 20.1.3 |
There's no official Debian release containing the fix (latest is erts-9.1), how can I get the latest version on Debian ? |
Use a version manager like asdf that allows you to pull from the GitHub repo. Not sure if asdf supports vanilla Debian, it supports Ubuntu. You can also download the tagged version of the code and use the compile and install from source instructions on Erlangs site to manually install it. |
asdf surely supports debian. |
did anyone manage to compile their own updated asdf-erlang (>=20.1.3) plugin to get around this bug? :) would appreciate some pointers, or better yet a link. :) |
Add this line to your .tools-version file erlang ref:OTP-20.1.3 Then run asdf install. It’ll install the tagged version of Erlang. They may have already released the bug fix so 20.1.4 or 20.2 might be out which might be a better option. |
Versions
Error
mix deps.compile
The text was updated successfully, but these errors were encountered: