You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Constantin Teodorescu <br...@gmail.com> on 2016/08/01 11:45:29 UTC

Makefile:234: recipe for target 'release' failed , thought ./dev/run works!

New, fresh Ubuntu 16.04.1 x86_64 VirtualBox image installed!

teo@vbubu:~/sudo apt-get install build-essential erlang-base   erlang-dev
erlang-manpages erlang-eunit erlang-nox   libicu-dev libmozjs185-dev
libcurl4-openssl-dev         pkg-config
teo@vbubu:$ /tar -zxvf ~/Downloads/apache-couchdb-2.0.0-449aa87.tar.gz
teo@vbubu:$ cd apache-couchdb-2.0.0-449aa87/
teo@vbubu:~/Work/apache-couchdb-2.0.0-449aa87$ ./configure
teo@vbubu:~/make

teo@vbubu:~/Work/apache-couchdb-2.0.0-449aa87$ make release
==> couch_epi (compile)
==> config (compile)
==> b64url (compile)
==> couch_log (compile)
==> chttpd (compile)
==> couch (compile)
Compiling priv/couch_js/http.c
Compiling priv/couch_js/main.c
Compiling priv/couch_js/utf8.c
Compiling priv/couch_js/util.c
==> couch_index (compile)
==> couch_mrview (compile)
==> couch_replicator (compile)
==> couch_plugins (compile)
==> couch_event (compile)
==> couch_stats (compile)
==> couch_peruser (compile)
==> couch_tests (compile)
==> ddoc_cache (compile)
==> ets_lru (compile)
==> meck (compile)
==> fabric (compile)
==> bear (compile)
==> folsom (compile)
==> global_changes (compile)
==> ibrowse (compile)
==> ioq (compile)
==> jiffy (compile)
==> khash (compile)
==> mango (compile)
==> mem3 (compile)
==> mochiweb (compile)
==> oauth (compile)
==> rexi (compile)
==> snappy (compile)
==> setup (compile)
==> rel (compile)
==> apache-couchdb-2.0.0-449aa87 (compile)
Installing CouchDB into rel/couchdb/ ...
Makefile:234: recipe for target 'release' failed
make: *** [release] Error 1


teo@vbubu:~/Work/apache-couchdb-2.0.0-449aa87$ ./dev/run
[ * ] Setup environment ... ok
[ * ] Ensure CouchDB is built ... ok
[ * ] Prepare configuration files ... ok
[ * ] Start node node1 ... ok
[ * ] Start node node2 ... ok
[ * ] Start node node3 ... ok
[ * ] Check node at http://127.0.0.1:15984/ ... ok
[ * ] Check node at http://127.0.0.1:25984/ ... ok
[ * ] Check node at http://127.0.0.1:35984/ ... ok
[ * ] Running cluster setup ... ok
[ * ] Developers cluster is set up at http://127.0.0.1:15984.
Admin username: root
Password: IgiiH4aQ
Time to hack! ...