Skip to content

Instantly share code, notes, and snippets.

@olivermt
Created September 12, 2016 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivermt/edb43fbab3c5ae629f08745efa423207 to your computer and use it in GitHub Desktop.
Save olivermt/edb43fbab3c5ae629f08745efa423207 to your computer and use it in GitHub Desktop.
C:\Users\olivermt\Documents\code\prototyping>mix compile
===> Expanded command sequence to be run: []
===> Expanded command sequence to be run: [{default,app_discovery},
{bare,compile}]
===> Evaluating config script "c:/Users/olivermt/Documents/code/prototyping/deps/p1_utils/rebar.config.script"
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> Uncaught error: {badmatch,
{error,
{77,file,
{error,
{badmatch,
["3","0","0+build","272","ref7d29b74"]},
[{erl_eval,expr,3,[]}]}}}}
===> Stack trace to the error location: [{rebar_config,consult_file_,1,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_config.erl"},
{line,106}]},
{rebar_config,consult_file,1,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_config.erl"},
{line,90}]},
{rebar_app_discover,
project_app_config,2,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_app_discover.erl"},
{line,127}]},
{rebar_app_discover,merge_deps,2,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_app_discover.erl"},
{line,81}]},
{rebar_app_discover,'-do/2-fun-1-',
5,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_app_discover.erl"},
{line,46}]},
{lists,foldl,3,
[{file,"lists.erl"},{line,1262}]},
{rebar_prv_app_discovery,do,1,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_prv_app_discovery.erl"},
{line,38}]},
{rebar_core,do,2,
[{file,
"/home/travis/build/rebar/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,125}]}]
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
** (Mix) Could not compile dependency :p1_utils, "escript.exe "c:/Users/olivermt/.mix/rebar3" bare compile --paths "c:/Users/olivermt/Documents/code/prototyping/_build/dev/lib/*/ebin"" command failed. You can recompile this dependency with "mix deps.compile p1_utils", update it with "mix deps.update p1_utils" or clean it with "mix deps.clean p1_utils"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment