Skip to content

Instantly share code, notes, and snippets.

@Nicd
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nicd/27c8abd596fec54a4a95 to your computer and use it in GitHub Desktop.
Save Nicd/27c8abd596fec54a4a95 to your computer and use it in GitHub Desktop.
Rebar error when running any make command on an OS X 10.6.8 machine with erlang 17.0 and elixir master (396b1e6)
diesel:elixir nicd$ make clean
cd lib/elixir && ../../rebar clean
Uncaught error in rebar_core: {'EXIT',
{undef,
[{crypto,start,[],[]},
{rebar,run_aux,2,
[{file,"src/rebar.erl"},{line,163}]},
{rebar,main,1,
[{file,"src/rebar.erl"},{line,58}]},
{escript,run,2,
[{file,"escript.erl"},{line,752}]},
{escript,start,1,
[{file,"escript.erl"},{line,276}]},
{init,start_it,1,[]},
{init,start_em,1,[]}]}}
make: *** [clean] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment