Skip to content

Instantly share code, notes, and snippets.

@oubiwann
Created October 20, 2015 13:22
Show Gist options
  • Select an option

  • Save oubiwann/0a624d06d736ea8914c6 to your computer and use it in GitHub Desktop.

Select an option

Save oubiwann/0a624d06d736ea8914c6 to your computer and use it in GitHub Desktop.
===> Compiling lfesample
===> erl_opts [debug_info,{src_dirs,["src","test"]}]
===> src_files []
===> Files to compile first: []
===> Starting do/1 for {lfe, compile} ...
===> Compiling lfesample
===> Starting dotlfe_compile/6 ...
===> erl_opts [debug_info,{src_dirs,["src","test"]}]
===> src_files: ["/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/deps/lfesample/src/lfesample.lfe",
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/deps/lfesample/src/lfesample-util.lfe",
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/deps/lfesample/test/unit-lfesample-tests.lfe"]
===> Files to compile first: []
===> Compiling
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/deps/lfesample/src/lfesample.lfe"
to "/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/deps/lfesample/ebin/lfesample.beam" ...
===> Uncaught error in rebar_core. Run with DEBUG=1 to see stacktrace
===> Uncaught error: undef
===> Stack trace to the error location: [{rebar_base_compiler,
ok_tuple,
[{dict,20,16,16,8,80,48,
{[],[],[],[],[],[],[],[],
[],[],[],[],[],[],[],[]},
{{[],
[[{deps,default},
{<<"lfe">>,
{git,
"git://github.com/rvirding/lfe.git",
{ref,
"85c1ff820ea06aec04038e504bc62898e517d2ed"}},
0},
{<<"ltest">>,
{git,
"git://github.com/lfex/ltest.git",
{ref,
"151de4b8a1f3b7eb0ee8fd09f3499c9d30fa5a43"}},
0},
{<<"lutil">>,
{git,
"https://github.com/lfex/lutil.git",
{ref,
"e16c140acc57a2b9411760c5d98f75e1d7466ea9"}},
0}],
[{plugins,default},
{'lfe-compile',".*",
{git,
"https://github.com/lfex/rebar3-lfe-compile.git",
{branch,
"use-new-rebar3-compile"}}}],
[{locks,default},
{<<"clj">>,
{git,
"git://github.com/lfex/clj.git",
{ref,
"1572711b8541ef02e890a08ed28e5bf291918bce"}},
1},
{<<"color">>,
{git,
"git://github.com/julianduque/erlang-color.git",
{ref,
"e60f6302f795220f5f0bee86391ffee5274edec0"}},
1},
{<<"kla">>,
{git,
"git://github.com/lfex/kla.git",
{ref,
"7929abef932550bf7b9ed886ba37f753f19eef58"}},
2},
{<<"lfe">>,
{git,
"git://github.com/rvirding/lfe.git",
{ref,
"85c1ff820ea06aec04038e504bc62898e517d2ed"}},
0},
{<<"ltest">>,
{git,
"git://github.com/lfex/ltest.git",
{ref,
"151de4b8a1f3b7eb0ee8fd09f3499c9d30fa5a43"}},
0},
{<<"lutil">>,
{git,
"https://github.com/lfex/lutil.git",
{ref,
"e16c140acc57a2b9411760c5d98f75e1d7466ea9"}},
0}]],
[[deps_dir,"deps"],
[caller|command_line],
[base_dir,47,104,111,
109,101,47,111,117,98,
105,119,97,110,110,47,
108,97,98,47,108,102,
101,47,114,101,98,97,
114,51,45,108,102,101,
45,99,111,109,112,105,
108,101,47,108,102,101,
115,97,109,112,108,101,
47,95,98,117,105,108,
100]],
[[erl_opts,
{src_dirs,
["src","test"]}],
[lfe_first_files],
[eunit_compile_opts,
{src_dirs,["test"]}],
[deps,
{lfe,".*",
{git,
"git://github.com/rvirding/lfe.git",
{tag,"v0.10.0"}}},
{lutil,".*",
{git,
"https://github.com/lfex/lutil.git",
{tag,"0.6.7"}}},
{ltest,".*",
{git,
"git://github.com/lfex/ltest.git",
{tag,"0.6.4"}}}],
[plugins,
{'lfe-compile',".*",
{git,
"https://github.com/lfex/rebar3-lfe-compile.git",
{branch,
"use-new-rebar3-compile"}}}],
[defines],
[profiles,
{test,
[{erl_first_files,[]},
{erl_opts,
[{d,'TEST'},
{src_dirs,
["src","test"]}]},
{extra_src_dirs,
["test"]}]}],
[post_hooks],
[pre_hooks],
[provider_hooks],
[artifacts]],
[],
[[vsn_cache|
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],
[],[],[],[],[],[],[],
[],[]},
{{[],[],[],[],[],[],
[],[],[],[],[],[],
[],[],[],[]}}}],
[force,48]],
[],[],[],[],[],
[[task,104,101,108,112]],
[],[],[],[]}}},
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/deps/lfesample/src/lfesample.lfe",
[]],
[]},
{rebar_base_compiler,
compile_each,3,
[{file,
"/home/oubiwann/lab/erlang/rebar3/_build/default/lib/rebar/src/rebar_base_compiler.erl"},
{line,108}]},
{lfe_compiler,dotlfe_compile,
6,
[{file,
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/plugins/lfe-compile/src/lfe_compiler.erl"},
{line,53}]},
{'lfe-compile',compile,3,
[{file,
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/plugins/lfe-compile/src/lfe-compile.erl"},
{line,111}]},
{'lfe-compile',
'-build_apps/3-lc$^0/1-0-',3,
[{file,
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/plugins/lfe-compile/src/lfe-compile.erl"},
{line,95}]},
{'lfe-compile',do,1,
[{file,
"/home/oubiwann/lab/lfe/rebar3-lfe-compile/lfesample/_build/default/plugins/lfe-compile/src/lfe-compile.erl"},
{line,58}]},
{rebar_core,do,2,
[{file,
"/home/oubiwann/lab/erlang/rebar3/_build/default/lib/rebar/src/rebar_core.erl"},
{line,125}]},
{rebar_prv_do,do_tasks,2,
[{file,
"/home/oubiwann/lab/erlang/rebar3/_build/default/lib/rebar/src/rebar_prv_do.erl"},
{line,68}]}]
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment