Skip to content

Instantly share code, notes, and snippets.

@parkerl
Last active August 29, 2015 14:21
Show Gist options
  • Save parkerl/557ccc9f5bf23ab5b589 to your computer and use it in GitHub Desktop.
Save parkerl/557ccc9f5bf23ab5b589 to your computer and use it in GitHub Desktop.
poolboy error
± > mix deps.compile -I-
Uncaught error in rebar_core: {'EXIT',
{badarg,
[{re,split,
[[118,99,115,95,105,110,102,111,95,109,115,
103,95,48,95,61,40,37,70,123,99,121,97,
110,125,109,97,115,116,101,114,37,123,27,
91,51,52,109,37,125,64,37,70,123,121,101,
108,108,111,119,125,57,50,98,49,100,48,51,
37,102,37,70,123,114,101,100,125,9679,37,
102,41],
"=",
[{return,list},{parts,2}]],
[{file,"re.erl"},{line,170}]},
{rebar_port_compiler,'-os_env/0-lc$^0/1-0-',
1,
[{file,"src/rebar_port_compiler.erl"},
{line,537}]},
{rebar_port_compiler,'-os_env/0-lc$^0/1-0-',
1,
[{file,"src/rebar_port_compiler.erl"},
{line,538}]},
{rebar_port_compiler,os_env,0,
[{file,"src/rebar_port_compiler.erl"},
{line,537}]},
{rebar_port_compiler,setup_env,2,
[{file,"src/rebar_port_compiler.erl"},
{line,182}]},
{rebar_core,'-setup_envs/2-fun-0-',2,
[{file,"src/rebar_core.erl"},{line,454}]},
{lists,foldl,3,
[{file,"lists.erl"},{line,1261}]},
{rebar_core,process_dir0,6,
[{file,"src/rebar_core.erl"},{line,216}]}]}}
** (Mix) Could not compile dependency poolboy, /usr/local/bin/rebar command failed. If you want to recompile this dependency, please run: mix deps.compile poolboy
@parkerl
Copy link
Author

parkerl commented May 21, 2015

I was getting this error when compiling a mix app. Turns out I needed to upgrade rebar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment