Created
June 23, 2014 02:43
-
-
Save trestrantham/70579819b7244918e325 to your computer and use it in GitHub Desktop.
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
football (master *) → mix deps.get | |
* Updating excoveralls (git://github.com/parroty/excoveralls.git) | |
* Updating cesso (git://github.com/meh/cesso.git) | |
Running dependency resolution | |
Unlocked: ecto, exprintf, jsex, postgrex | |
Dependency resolution completed successfully | |
jsx: v2.0.4 | |
poolboy: v1.2.1 | |
ecto: v0.2.1 | |
exprintf: v0.1.2 | |
decimal: v0.2.2 | |
jsex: v2.0.0 | |
postgrex: v0.5.2 | |
football (master *) → iex -S mix | |
Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] | |
==> poolboy (compile) | |
ERROR: compile failed while processing /Users/Tres/Dropbox/Development/elixir/football/deps/poolboy: {'EXIT',{badarg,[{erlang,list_to_atom, | |
[[112,111,111,108,98,111,121,95,119,111,114,107,101, | |
114,32,40,84,114,101,115,8217,115,32,77,97,99,66, | |
111,111,107,32,65,105,114,39,115,32,99,111,110,102, | |
108,105,99,116,101,100,32,99,111,112,121,32,50,48, | |
49,52,45,48,54,45,49,56,41]], | |
[]}, | |
{rebar_utils,beam_to_mod,2,[]}, | |
{rebar_otp_app,'-ebin_modules/0-lc$^0/1-0-',1,[]}, | |
{rebar_otp_app,'-ebin_modules/0-lc$^0/1-0-',1,[]}, | |
{rebar_otp_app,ebin_modules,0,[]}, | |
{rebar_otp_app,preprocess,2,[]}, | |
{rebar_otp_app,compile,2,[]}, | |
{rebar_core,run_modules,4,[]}]}} | |
** (Mix) Could not compile dependency poolboy, /Users/Tres/.mix/rebar command failed. If you want to recompile this dependency, please run: mix deps.compile poolboy | |
football (master *) → |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment