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

Installing Elixir Error - Uncaught error in rebar_core #59

Open
tlluiz opened this issue Jan 13, 2017 · 3 comments
Open

Installing Elixir Error - Uncaught error in rebar_core #59

tlluiz opened this issue Jan 13, 2017 · 3 comments

Comments

@tlluiz
Copy link

tlluiz commented Jan 13, 2017

kiex install 1.4.0 2.3.1
Downloading elixir version 1.4.0
Installing elixir version 1.4.0
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Switched to a new branch 'v1.4.0'
From https://github.com/elixir-lang/elixir

  • tag v1.4.0 -> FETCH_HEAD
    Already up-to-date.
    cd lib/elixir && "/home/milk/.kiex/builds/elixir-git/rebar" clean
    ==> elixir (clean)
    rm -rf ebin
    rm -rf lib//ebin
    rm -rf lib/elixir/test/ebin
    rm -rf lib/
    /tmp
    rm -rf lib/mix/test/fixtures/git_repo
    rm -rf lib/mix/test/fixtures/deps_on_git_repo
    rm -rf lib/mix/test/fixtures/git_rebar
    rm -rf lib/elixir/src/elixir.app.src
    make clean_man
    make[1]: Entering directory '/home/milk/.kiex/builds/elixir-git'
    rm -f man/elixir.1
    rm -f man/iex.1
    make[1]: Leaving directory '/home/milk/.kiex/builds/elixir-git'
    Uncaught error in rebar_core: {error,
    {erl_interface,include,
    "code:lib_dir(erl_interface)is unable to find the erl_interface library."}}
    Makefile:69: recipe for target 'erlang' failed
    make: *** [erlang] Error 1
    Uncaught error in rebar_core: {error,
    {erl_interface,include,
    "code:lib_dir(erl_interface)is unable to find the erl_interface library."}}
    Makefile:69: recipe for target 'erlang' failed
    make: *** [erlang] Error 1
    Problem with Elixir build. Aborting!
@tlluiz
Copy link
Author

tlluiz commented Jan 13, 2017

It's solved! Removed the Elixir OS installation, reinstall just Erlang and try install Elixir with Kiex. Done! It's works. :)

@taylor
Copy link
Owner

taylor commented Jan 13, 2017

What OS and version? What version of Elixir was installed with the OS?

@tlluiz
Copy link
Author

tlluiz commented Jan 18, 2017

@taylor Fedora Core 25 and Elixir 1.3.1 release 1.fc25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants