Skip to content

Instantly share code, notes, and snippets.

@chrismilleruk
Created July 7, 2014 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismilleruk/14890f6454aa35fcb49f to your computer and use it in GitHub Desktop.
Save chrismilleruk/14890f6454aa35fcb49f to your computer and use it in GitHub Desktop.
rcouch@rcouch-VirtualBox:~/git/couchdb$ git branch
* 1994-merge-rcouch
master
rcouch@rcouch-VirtualBox:~/git/couchdb$ make
==> ibrowse (get-deps)
==> jiffy (get-deps)
==> mochiweb (get-deps)
==> oauth (get-deps)
==> snappy (get-deps)
==> goldrush (get-deps)
==> lager (get-deps)
==> couch_collate (get-deps)
==> couch (get-deps)
==> couch_httpd (get-deps)
==> couch_index (get-deps)
==> couch_mrview (get-deps)
==> couch_replicator (get-deps)
==> couch_plugins (get-deps)
==> couch_dbupdates (get-deps)
==> couch_rel (get-deps)
==> rel (get-deps)
==> couchdb (get-deps)
==> ibrowse (compile)
==> jiffy (compile)
==> mochiweb (compile)
==> oauth (compile)
==> snappy (compile)
==> goldrush (compile)
==> lager (compile)
==> couch_collate (compile)
==> couch (compile)
==> spidermonkey (compile)
==> couch_httpd (compile)
==> couch_index (compile)
==> couch_mrview (compile)
==> couch_replicator (compile)
==> couch_plugins (compile)
==> couch_dbupdates (compile)
==> couch_rel (compile)
==> rel (compile)
==> couchdb (compile)
rcouch@rcouch-VirtualBox:~/git/couchdb$ make rel
==> rel (generate)
ERROR: generate failed while processing /home/rcouch/git/couchdb/rel: {'EXIT',{{badmatch,{error,"observer: Missing application directory."}},
[{rebar_reltool,generate,2,
[{file,"src/rebar_reltool.erl"},{line,53}]},
{rebar_core,run_modules,4,[{file,"src/rebar_core.erl"},{line,446}]},
{rebar_core,execute,5,[{file,"src/rebar_core.erl"},{line,371}]},
{rebar_core,process_dir1,6,[{file,"src/rebar_core.erl"},{line,235}]},
{rebar_core,process_each,5,[{file,"src/rebar_core.erl"},{line,305}]},
{rebar_core,process_dir1,6,[{file,"src/rebar_core.erl"},{line,211}]},
{rebar_core,process_commands,2,
[{file,"src/rebar_core.erl"},{line,90}]},
{rebar,main,1,[{file,"src/rebar.erl"},{line,58}]}]}}
make: *** [generate] Error 1
rcouch@rcouch-VirtualBox:~/git/couchdb$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment