Skip to content

Instantly share code, notes, and snippets.

@okeuday
Last active December 24, 2015 04:49
Show Gist options
  • Save okeuday/fb0d80f50fc13dc5b674 to your computer and use it in GitHub Desktop.
Save okeuday/fb0d80f50fc13dc5b674 to your computer and use it in GitHub Desktop.
error1
===> Starting relx build process ...
===> Resolving OTP Applications from directories:
/usr/local/lib/cloudi-1.2.5/lib
src_work/examples/hello_world4/ebin
lib/erlang_R16B02/lib/erlang/lib
===> Missing beam file hipe_adj_list <<"lib/erlang_R16B02/lib/erlang/lib/hipe-3.10.2.1/ebin/hipe_adj_list.beam">>
===> Resolving available OTP Releases from directories:
/usr/local/lib/cloudi-1.2.5/lib
src_work/examples/hello_world4/ebin
lib/erlang_R16B02/lib/erlang/lib
escript: exception error: no function clause matching
rlx_prv_release:format_error({release_error,
{rlx_topo,
{cycle,
[{cloudi_services_databases,
cloudi_core},
{cloudi_services_messaging,
cloudi_core},
{cloudi_services_internal,
cloudi_core},
{cloudi_core,hello_world4},
{cloudi_core,
cloudi_services_internal},
{cloudi_core,
cloudi_services_messaging},
{cloudi_core,
cloudi_services_databases}]}}}) (src/rlx_prv_release.erl, line 50)
in function relx:format_error/1 (src/relx.erl, line 217)
in call from relx:report_error/2 (src/relx.erl, line 298)
in call from relx:handle_output/3 (src/relx.erl, line 249)
in call from relx:main/1 (src/relx.erl, line 60)
in call from escript:run/2 (escript.erl, line 747)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_it/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment