Skip to content

Instantly share code, notes, and snippets.

@mfelsche
Last active August 29, 2015 14:14
Show Gist options
  • Save mfelsche/1832aa923c10e6e8e36b to your computer and use it in GitHub Desktop.
Save mfelsche/1832aa923c10e6e8e36b to your computer and use it in GitHub Desktop.
$ mix deps.compile
==> idna (compile)
Compiled src/idna.erl
Compiled src/idna_ucs.erl
Compiled src/idna_unicode.erl
Compiled src/punycode.erl
Compiled src/idna_unicode_data.erl
==> ssl_verify_hostname (compile)
Compiled src/ssl_verify_hostname.erl
==> jsx (compile)
==> hackney (compile)
Compiled src/hackney_connect/hackney_pool_handler.erl
Compiled src/hackney_app/hackney_sup.erl
Compiled src/hackney_app/hackney_app.erl
Compiled src/hackney_app/hackney_deps.erl
Compiled src/hackney_client/hackney_dummy_metrics.erl
Compiled src/hackney_client/hackney_exometer_metrics.erl
Compiled src/hackney_client/hackney_folsom_metrics.erl
Compiled src/hackney_client/hackney_idna.erl
Compiled src/hackney_client/hackney_manager.erl
Compiled src/hackney_client/hackney_request.erl
Compiled src/hackney_client/hackney.erl
Compiled src/hackney_client/hackney_util.erl
Compiled src/hackney_client/hackney_response.erl
Compiled src/hackney_client/hackney_stream.erl
Compiled src/hackney_connect/hackney_http_connect.erl
Compiled src/hackney_connect/hackney_connect.erl
Compiled src/hackney_connect/hackney_ssl_transport.erl
Compiled src/hackney_connect/hackney_tcp_transport.erl
Compiled src/hackney_connect/hackney_socks5.erl
Compiled src/hackney_lib/hackney_cookie.erl
Compiled src/hackney_connect/hackney_pool.erl
Compiled src/hackney_lib/hackney_bstr.erl
Compiled src/hackney_lib/hackney_date.erl
Compiled src/hackney_lib/hackney_http.erl
Compiled src/hackney_lib/hackney_headers.erl
Compiled src/hackney_lib/hackney_url.erl
Compiled src/hackney_lib/hackney_multipart.erl
Compiled src/hackney_lib/hackney_mimetypes.erl
WARN: Expected /private/tmp/cratex/deps/jsx to be an app dir (containing ebin/*.app), but no .app found.
==> craterl (compile)
WARN: Expected /private/tmp/cratex/deps/jsx to be an app dir (containing ebin/*.app), but no .app found.
Dependency not available: jsx-2.4.0 ({git,
"https://github.com/talentdeficit/jsx.git",
{tag,"v2.4.0"}})
ERROR: compile failed while processing /private/tmp/cratex/deps/craterl: rebar_abort
** (Mix) Could not compile dependency craterl, /Users/mat/dev/concrete/rebar command failed. If you want to recompile this dependency, please run: mix deps.compile craterl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment