You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/20 17:00:53 UTC

[GitHub] [couchdb] wohali commented on issue #2684: Update Makefile.win to Include locald confs and clean configs in devclean

wohali commented on issue #2684: Update Makefile.win to Include locald confs and clean configs in devclean
URL: https://github.com/apache/couchdb/pull/2684#issuecomment-601808403
 
 
   Hi @jjrodrig ,
   
   In the future, now that you're a committer, feel free to work directly on a branch here in the `apache/couchdb` repo. That way, I don't have to pull from your fork (and you don't have to maintain one!) for these changes.
   
   That said, I can't get `make elixir` to work. Note that it worked perfectly from a 3.0.0 checkout.
   
   From a fresh checkout of your branch, `make elixir` fails. The `dev\run` script starts CouchDB which immediately crashes with:
   
   ```
   kernel-poll not supported; "K" parameter ignored
   {"init terminating in do_boot",{{error,{"no such file or directory","setup.app"}},[{boot_node,start_app,3,[{file,"c:/relax/couchdb-git/dev/boot_node.erl"},{line,146}]},{lists,foldl,3,[{file,"c:/relax/otp/lib/stdlib/src/lists.erl"},{line,1263}]},{init,start_em,1,[{file,"init.erl"},{line,1085}]},{init,do_boot,3,[{file,"init.erl"},{line,793}]}]}}
   init terminating in do_boot ({{error,{no such file or directory,setup.app}},[{boot_node,start_app,3,[{_},{_}]},{lists,foldl,3,[{_},{_}]},{init,start_em,1,[{_},{_}]},{init,do_boot,3,[{_},{_}]}]})
   
   Crash dump is being written to: erl_crash.dump...done
   ```
   
   I tried changing the direction of the slashes in the added `--locald-config` line to no effect.
   
   :thinking: 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services