Last active
August 29, 2015 14:21
-
-
Save parkerl/557ccc9f5bf23ab5b589 to your computer and use it in GitHub Desktop.
poolboy error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
± > 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was getting this error when compiling a mix app. Turns out I needed to upgrade
rebar
.