Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Compilation failures with rebar3 #14

Open
cmeiklejohn opened this issue Jul 30, 2015 · 0 comments
Open

Compilation failures with rebar3 #14

cmeiklejohn opened this issue Jul 30, 2015 · 0 comments

Comments

@cmeiklejohn
Copy link
Contributor

Not sure if this is Erlang 16 related or not, but the failure should be handled more gracefully, if so.

[cmeiklejohn@Christophers-MacBook-Pro plumtree (master)]$ DEBUG=1 ./rebar3 compile
===> Consult config file "rebar.config"
===> Consult config file "rebar.lock"
===> Consult config file "/Users/cmeiklejohn/tmp/plumtree/rebar.config"
===> Consult config file "/Users/cmeiklejohn/tmp/plumtree/rebar.lock"
===> Verifying dependencies...
===> Consult config file "/Users/cmeiklejohn/tmp/plumtree/_build/default/lib/lager/rebar.config"
===> Consult config file "/Users/cmeiklejohn/tmp/plumtree/_build/default/lib/lager/rebar.lock"
===> Consult config file "/Users/cmeiklejohn/tmp/plumtree/_build/default/lib/riak_dt/rebar.config"
===> Consult config file "/Users/cmeiklejohn/tmp/plumtree/_build/default/lib/riak_dt/rebar.lock"
===> Evaluating config script "/Users/cmeiklejohn/tmp/plumtree/_build/default/lib/eleveldb/rebar.config.script"
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> Uncaught error: {'EXIT',
                             {{badmatch,
                               {error,
                                {32,file,
                                 {error,
                                  {badmatch,false},
                                  [{erl_eval,expr,3,[]}]}}}},
                              [{rebar_config,consult_file,1,
                                [{file,"src/rebar_config.erl"},{line,55}]},
                               {rebar_prv_install_deps,new_dep,5,
                                [{file,"src/rebar_prv_install_deps.erl"},
                                 {line,467}]},
                               {rebar_prv_install_deps,parse_dep,4,
                                [{file,"src/rebar_prv_install_deps.erl"},
                                 {line,453}]},
                               {lists,foldl,3,
                                [{file,"lists.erl"},{line,1248}]},
                               {rebar_prv_install_deps,handle_deps,5,
                                [{file,"src/rebar_prv_install_deps.erl"},
                                 {line,135}]},
                               {rebar_prv_install_deps,deps_per_profile,2,
                                [{file,"src/rebar_prv_install_deps.erl"},
                                 {line,159}]},
                               {lists,foldl,3,
                                [{file,"lists.erl"},{line,1248}]},
                               {rebar_prv_install_deps,do,1,
                                [{file,"src/rebar_prv_install_deps.erl"},
                                 {line,77}]}]}}
===> When submitting a bug report, please include the output of `rebar3 wtf "your command"`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant