Created
May 10, 2011 17:12
-
-
Save ntalbott/964921 to your computer and use it in GitHub Desktop.
Output of `make rel` for riak 0.14.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ntalbott@joshua:~/git/riak$ make rel | |
./rebar get-deps | |
==> cluster_info (get-deps) | |
==> skerl (get-deps) | |
==> protobuffs (get-deps) | |
==> basho_stats (get-deps) | |
==> riak_sysmon (get-deps) | |
==> mochiweb (get-deps) | |
==> webmachine (get-deps) | |
==> riak_core (get-deps) | |
==> riakc (get-deps) | |
==> luke (get-deps) | |
==> erlang_js (get-deps) | |
==> ebloom (get-deps) | |
==> bitcask (get-deps) | |
==> eper (get-deps) | |
==> riak_kv (get-deps) | |
==> luwak (get-deps) | |
==> riak_err (get-deps) | |
==> rel (get-deps) | |
==> riak (get-deps) | |
./rebar compile generate | |
==> cluster_info (compile) | |
==> skerl (compile) | |
==> protobuffs (compile) | |
==> basho_stats (compile) | |
==> riak_sysmon (compile) | |
==> mochiweb (compile) | |
==> webmachine (compile) | |
==> riak_core (compile) | |
==> riakc (compile) | |
==> luke (compile) | |
==> erlang_js (compile) | |
Running make -C c_src | |
make[1]: Nothing to be done for `js'. | |
==> ebloom (compile) | |
==> bitcask (compile) | |
==> eper (compile) | |
==> riak_kv (compile) | |
==> luwak (compile) | |
==> riak_err (compile) | |
==> rel (compile) | |
==> riak (compile) | |
==> rel (generate) | |
ERROR: Unable to generate spec: Undefined applications: [riak_sysmon] | |
make: *** [rel] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment