rebar3_gpb_plugin icon indicating copy to clipboard operation
rebar3_gpb_plugin copied to clipboard

Issu with rebar3 and last version of gpb plugin

Open loudferret opened this issue 3 years ago • 3 comments

With version 2.20.2 I have problems using umbrella project and rebar.config as in example

rebar3_gpb_plugin/doc/samples/sample_release/

rebar 3.16.1 on Erlang/OTP 24 Erts 12.0.1 error:

===> Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace or consult rebar3.crashdump
===> Uncaught error: undef

Output in rebar3.crashdump:

Error: undef
[{gpb_compile,list_io,
              ["/devel/apps/datamsgs/proto/cml.proto",
               [{i,"/devel/apps/datamsgs/proto"},
                {module_name_suffix,"_pb"},
                {o_erl,"/devel/_build/default/lib/datamsgs/src"},
                {o_hrl,"/devel/_build/default/lib/datamsgs/include"},
                {strings_as_binaries,true},
                type_specs,
                {i,"/devel/apps/datamsgs/proto"}]],
              []},
 {rebar3_gpb_compiler,get_target,2,
                      [{file,"/devel/_build/default/plugins/rebar3_gpb_plugin/src/rebar3_gpb_compiler.erl"},
                       {line,142}]},
 {rebar3_gpb_compiler,compile,4,
                      [{file,"/devel/_build/default/plugins/rebar3_gpb_plugin/src/rebar3_gpb_compiler.erl"},
                       {line,111}]},
 {lists,foreach,2,[{file,"lists.erl"},{line,1342}]},
 {rebar3_gpb_prv_compile,do,1,
                         [{file,"/devel/_build/default/plugins/rebar3_gpb_plugin/src/rebar3_gpb_prv_compile.erl"},
                          {line,47}]},
 {rebar_core,do,2,
             [{file,"/devel/rebar3/src/rebar_core.erl"},{line,155}]},
 {rebar_hooks,run_provider_hooks_,6,
              [{file,"/devel/rebar3/src/rebar_hooks.erl"},{line,70}]},
 {rebar_hooks,run_all_hooks,6,
              [{file,"/devel/rebar3/src/rebar_hooks.erl"},{line,18}]}]

using any (older) version 2.19.1, 2.20.0 and/or 2.20.1 solved the issue. I stayed with 2.20.1.

If you need any more info, let me know to investigate more. Thank you.

loudferret avatar May 28 '21 11:05 loudferret