Created
May 1, 2014 18:23
-
-
Save knewter/2581a455a2bf2881a83b 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
[jadams:/home/jadams/elixir/hex_web] master(+9/-9) ± mix deps.compile | |
* Compiling ex_doc | |
make: `priv/markdown.so' is up to date. | |
* Compiling ranch | |
==> ranch (compile) | |
* Compiling poolboy | |
==> poolboy (compile) | |
Compiled src/poolboy_worker.erl | |
Compiled src/poolboy_sup.erl | |
src/poolboy.erl:16: Warning: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
src/poolboy.erl:17: Warning: type queue/0 is deprecated and will be removed in OTP 18.0; use use queue:queue/0 or preferably queue:queue/1 | |
Compiled src/poolboy.erl | |
* Compiling envy | |
==> envy (compile) | |
* Compiling jazz | |
* Compiling decimal | |
* Compiling cowlib | |
==> cowlib (compile) | |
* Compiling cowboy | |
==> cowboy (compile) | |
* Compiling bcrypt | |
==> bcrypt (compile) | |
make: Entering directory `/home/jadams/elixir/hex_web/deps/bcrypt/c_src' | |
make: Nothing to be done for `compile'. | |
make: Leaving directory `/home/jadams/elixir/hex_web/deps/bcrypt/c_src' | |
* Compiling ibrowse | |
==> ibrowse (compile) | |
* Compiling mini_s3 | |
==> mini_s3 (compile) | |
* Compiling plug | |
* Compiling goldrush | |
==> goldrush (compile) | |
* Compiling lager | |
==> lager (compile) | |
* Compiling exlager | |
* Compiling ecto | |
Compiled lib/ecto/adapter/migrations.ex | |
Compiled lib/ecto/adapter/storage.ex | |
Compiled lib/ecto/adapter/test_transactions.ex | |
Compiled lib/ecto/adapter.ex | |
Compiled lib/ecto/adapter/transactions.ex | |
lib/ecto/adapters/postgres/sql.ex:10: warning: unused alias JoinExpr | |
lib/ecto/adapters/postgres/sql.ex:8: warning: unused alias Query | |
lib/ecto/adapters/postgres/sql.ex:9: warning: unused alias QueryExpr | |
lib/ecto/adapters/postgres/sql.ex:11: warning: unused alias Util | |
== Compilation error on file lib/ecto/adapters/postgres/sql.ex == | |
could not compile dependency ecto, mix compile failed. You can recompile this dependency with `mix deps.compile ecto` or update it with `mix deps.update ecto` | |
** (CompileError) deps/ecto/lib/ecto/adapters/postgres/sql.ex:12: cannot import Decimal.is_decimal/1 because it doesn't exist | |
(elixir) src/elixir_import.erl:58: :elixir_import.calculate/6 | |
(elixir) src/elixir_import.erl:20: :elixir_import.import/4 | |
(elixir) src/elixir_exp.erl:122: :elixir_exp.expand/2 | |
(stdlib) lists.erl:1352: :lists.mapfoldl/3 | |
(stdlib) lists.erl:1353: :lists.mapfoldl/3 | |
(elixir) src/elixir_exp.erl:49: :elixir_exp.expand/2 | |
(elixir) src/elixir.erl:188: :elixir.quoted_to_erl/3 | |
(elixir) src/elixir.erl:157: :elixir.erl_eval/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment