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

$ kiex install 1.6 #82

Open
alancriaxyz opened this issue Apr 3, 2018 · 2 comments
Open

$ kiex install 1.6 #82

alancriaxyz opened this issue Apr 3, 2018 · 2 comments

Comments

@alancriaxyz
Copy link

alancriaxyz commented Apr 3, 2018

Downloading elixir version 1.6
Installing elixir version 1.6
Already on 'master'
Your branch is up-to-date with 'origin/master'.
fatal: Cannot update paths and switch to branch 'v1.6' at the same time.
Did you intend to checkout 'v1.6' which can not be resolved as commit?
Branch v1.6 set up to track remote branch v1.6 from origin.
Switched to a new branch 'v1.6'
From https://github.com/elixir-lang/elixir

  • branch v1.6 -> FETCH_HEAD
    Already up-to-date.
    cd lib/elixir && "/home/alan/.kiex/builds/elixir-git/rebar" clean
    ==> elixir (clean)
    rm -rf ebin
    rm -rf lib//ebin
    make[1]: Entering directory '/home/alan/.kiex/builds/elixir-git'
    rm -rf lib/
    /_build/
    rm -rf lib/*/tmp/
    rm -rf lib/elixir/test/ebin/
    rm -rf lib/mix/test/fixtures/deps_on_git_repo/
    rm -rf lib/mix/test/fixtures/git_rebar/
    rm -rf lib/mix/test/fixtures/git_repo/
    rm -rf lib/mix/test/fixtures/git_sparse_repo/
    rm -f erl_crash.dump
    make[2]: Entering directory '/home/alan/.kiex/builds/elixir-git'
    rm -f man/elixir.1
    rm -f man/elixir.1.bak
    rm -f man/iex.1
    rm -f man/iex.1.bak
    make[2]: Leaving directory '/home/alan/.kiex/builds/elixir-git'
    make[1]: Leaving directory '/home/alan/.kiex/builds/elixir-git'
    ==> elixir (compile)
    Compiled src/elixir_parser.yrl
    Compiled src/elixir_bootstrap.erl
    Compiled src/elixir_erl_clauses.erl
    Compiled src/elixir_rewrite.erl
    src/elixir.erl:21: syntax error before: ':='
    src/elixir.erl:14: type struct() undefined
    ERROR: compile failed while processing /home/alan/.kiex/builds/elixir-git/lib/elixir: rebar_abort
    Makefile:62: recipe for target 'erlang' failed
    make: *** [erlang] Error 1
    ==> elixir (compile)
    src/elixir.erl:21: syntax error before: ':='
    src/elixir.erl:14: type struct() undefined
    ERROR: compile failed while processing /home/alan/.kiex/builds/elixir-git/lib/elixir: rebar_abort
    Makefile:62: recipe for target 'erlang' failed
    make: *** [erlang] Error 1
    Problem with Elixir build. Aborting!

    Please report via https://github.com/taylor/kiex/issues/new
@taylor
Copy link
Owner

taylor commented Apr 5, 2018

What is the erlang version?

@Yamilquery
Copy link

Yamilquery commented Aug 15, 2018

I had the same Issue in our AWS micro instance.

I'm using:

Erlang/OTP 21 [erts-10.0] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1]

When I use kiex on my local environment, I can run without any kind of trouble.

In my local machine I have:

Erlang/OTP 21 [erts-10.0.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace]

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

3 participants