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

Version mismatch between erl and rebar? #5

Open
mattiasw2 opened this issue Jan 24, 2018 · 0 comments
Open

Version mismatch between erl and rebar? #5

mattiasw2 opened this issue Jan 24, 2018 · 0 comments

Comments

@mattiasw2
Copy link

I have an erlang project and this is my minimum boxfile:

run.config:
  engine: erlang
  
  extra_packages:
    - rebar
#    - relx

In the nanobox run, I do rebar get-deps get


/app $ rebar get-deps

=ERROR REPORT==== 24-Jan-2018::12:05:01 ===
Loading of /data/bin/rebar/rebar/ebin/rebar.beam failed: badfile

=ERROR REPORT==== 24-Jan-2018::12:05:01 ===
beam/beam_load.c(1189): Error loading module rebar:
  mandatory chunk of type 'Atom' not found


escript: exception error: undefined function rebar:main/1
  in function  escript:run/2 (escript.erl, line 757)
  in call from escript:start/1 (escript.erl, line 277)
  in call from init:start_it/1 
  in call from init:start_em/1 
/app $ 
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

1 participant