nickva opened a new pull request #3938: URL: https://github.com/apache/couchdb/pull/3938
* Use 3.15.2 version which is compatible with Erlang 20
* Use Basho's rebar_raw_resource for raw deps
Currently fails with:
```
DIAGNOSTIC=1 ./configure --dev
==> configuring couchdb in rel/couchdb.config
==> updating dependencies
===> Evaluating config script "rebar.config.script"
===> Setting paths to [deps]
===> Compile (apps)
===> Setting paths to [plugins]
===> Setting paths to [deps]
===> Setting paths to [plugins]
===> Setting paths to [plugins]
===> Conflicting 'resource' resource definitions
===> error: {rebar_raw_resource,{duplicate_res_type,resource}}
[{rebar_raw_resource,
map_res,
2,
[{file,
"/Users/nvatama/asf-3/_build/default/plugins/rebar_raw_resource/src/rebar_raw_resource.erl"},
{line,
586}]},
{rebar_raw_resource,
absorb_resources,
2,
[{file,
"/Users/nvatama/asf-3/_build/default/plugins/rebar_raw_resource/src/rebar_raw_resource.erl"},
{line,
395}]},
{rebar_raw_resource,
absorb_state,
1,
[{file,
"/Users/nvatama/asf-3/_build/default/plugins/rebar_raw_resource/src/rebar_raw_resource.erl"},
{line,
350}]},
{rebar_raw_resource,
init,
1,
[{file,
"/Users/nvatama/asf-3/_build/default/plugins/rebar_raw_resource/src/rebar_raw_resource.erl"},
{line,
198}]},
{rebar_state,
'-create_logic_providers/2-fun-0-',
2,
[{file,
"/Users/nvatama/asf-3/src/rebar3/src/rebar_state.erl"},
{line,
506}]},
{lists,
foldl,
3,
[{file,
"lists.erl"},
{line,
1263}]},
{rebar_state,
create_logic_providers,
2,
[{file,
"/Users/nvatama/asf-3/src/rebar3/src/rebar_state.erl"},
{line,
505}]},
{rebar_plugins,
'-handle_plugins/4-fun-0-',
4,
[{file,
"/Users/nvatama/asf-3/src/rebar3/src/rebar_plugins.erl"},
{line,
101}]}]
===> Failed creating providers. Run with DIAGNOSTIC=1 for stacktrace or
consult rebar3.crashdump.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
