Skip to content

Instantly share code, notes, and snippets.

@chrism2671
Created April 25, 2019 11:55
Show Gist options
  • Save chrism2671/250c2d58e02d6fff90296c5017980e97 to your computer and use it in GitHub Desktop.
Save chrism2671/250c2d58e02d6fff90296c5017980e97 to your computer and use it in GitHub Desktop.
DEBUG=1 mix deps.compile telemetry
===> Expanded command sequence to be run: []
===> Expanded command sequence to be run: [{default,app_discovery},
{bare,compile}]
===> Compiling telemetry
===> run_hooks("/home/chris/code/elixir/shortr/deps/telemetry", pre_hooks, compile) -> no hooks defined
===> run_hooks("/home/chris/code/elixir/shortr/deps/telemetry", pre_hooks, erlc_compile) -> no hooks defined
===> erlopts [debug_info,debug_info]
===> files to compile ["/home/chris/code/elixir/shortr/deps/telemetry/src/telemetry_handler_table.erl",
"/home/chris/code/elixir/shortr/deps/telemetry/src/telemetry_sup.erl",
"/home/chris/code/elixir/shortr/deps/telemetry/src/telemetry_app.erl",
"/home/chris/code/elixir/shortr/deps/telemetry/src/telemetry.erl"]
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace or consult rebar3.crashdump
===> Uncaught error: {badmatch,{error,enoent}}
===> Stack trace to the error location:
[{rebar_erlc_compiler,modify_erlcinfo,5,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_erlc_compiler.erl"},
{line,461}]},
{rebar_erlc_compiler,'-update_erlcinfo_fun/2-fun-0-',4,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_erlc_compiler.erl"},
{line,447}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
{rebar_erlc_compiler,update_erlcinfo,3,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_erlc_compiler.erl"},
{line,432}]},
{rebar_erlc_compiler,'-update_erlcinfo_fun/2-fun-0-',4,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_erlc_compiler.erl"},
{line,447}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1263}]},
{rebar_erlc_compiler,init_erlcinfo,4,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_erlc_compiler.erl"},
{line,395}]},
{rebar_erlc_compiler,compile_dirs,5,
[{file,"/home/tristan/Devel/rebar3/_build/default/lib/rebar/src/rebar_erlc_compiler.erl"},
{line,195}]}]
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
** (Mix) Could not compile dependency :telemetry, "/home/chris/.mix/rebar3 bare compile --paths "/home/chris/code/elixir/shortr/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile telemetry", update it with "mix deps.update telemetry" or clean it with "mix deps.clean telemetry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment