Skip to content

Instantly share code, notes, and snippets.

@graham
Created April 29, 2015 19:18
Show Gist options
  • Save graham/d67f4959b2dccc2f8637 to your computer and use it in GitHub Desktop.
Save graham/d67f4959b2dccc2f8637 to your computer and use it in GitHub Desktop.
Rebar3 Dependency Issue
===> Compiling eredis
===> erl_opts [debug_info,{d,namespaced_types}]
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> Uncaught error: {'EXIT',
{function_clause,
[{filename,join,
[[]],
[{file,"filename.erl"},{line,392}]},
{rebar_erlc_compiler,expand_include_lib_path,
1,
[{file,"src/rebar_erlc_compiler.erl"},
{line,543}]},
{rebar_erlc_compiler,process_attr,4,
[{file,"src/rebar_erlc_compiler.erl"},
{line,492}]},
{rebar_erlc_compiler,parse_attrs,3,
[{file,"src/rebar_erlc_compiler.erl"},
{line,460}]},
{rebar_erlc_compiler,modify_erlcinfo,5,
[{file,"src/rebar_erlc_compiler.erl"},
{line,286}]},
{rebar_erlc_compiler,
'-update_erlcinfo_fun/2-fun-0-',4,
[{file,"src/rebar_erlc_compiler.erl"},
{line,271}]},
{lists,foldl,3,
[{file,"lists.erl"},{line,1261}]},
{rebar_erlc_compiler,init_erlcinfo,3,
[{file,"src/rebar_erlc_compiler.erl"},
{line,235}]}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment