Hello all, i'm trying to build riak in OpenSuse 11.3 $ curl -O http://downloads.basho.com/riak/riak-0.14/riak-0.14.0-1.tar.gz $ tar zxvf riak-0.14.0-1.tar.gz $ cd riak-0.14.0 $ make rel
./rebar get-deps ==> cluster_info (get-deps) ==> skerl (get-deps) ==> protobuffs (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) ==> mochiweb (compile) ==> webmachine (compile) ==> riak_core (compile) ==> riakc (compile) ==> luke (compile) ==> erlang_js (compile) Running make -C c_src make[1]: Entering directory `/home/balin/Download/soft/riak/deps/erlang_js/c_src' gunzip -c js-1.8.0-rc1.tar.gz | tar xf - patching file js/src/config.mk The next patch would create the file js/src/config/SunOS5.10_i86pc.mk, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored Skipping patch patching file js/src/config/SunOS5.10.mk The next patch would create the file js/src/config/SunOS5.11_i86pc.mk, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored Skipping patch The next patch would create the file js/src/config/SunOS5.11.mk, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored Skipping patch The next patch would create the file js/src/config/SunOS5.1x_i86pc.mk, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored Skipping patch patching file js/src/Makefile.in Hunk #1 succeeded at 214 with fuzz 2. patching file js/src/Makefile.ref patching file js/src/Makefile.ref cat: ../../dist/Linux_All_OPT.OBJ/nspr/Version: No such file or directory make[2]: Entering directory `/home/balin/Download/soft/riak/deps/erlang_js/c_src/js/src' cd editline; make -f Makefile.ref all /bin/sh: line 0: cd: editline: No such file or directory make[2]: *** [all] Error 1 make[2]: Leaving directory `/home/balin/Download/soft/riak/deps/erlang_js/c_src/js/src' make[1]: *** [/home/balin/Download/soft/riak/deps/erlang_js/c_src/system/lib/libjs.a] Error 2 make[1]: Leaving directory `/home/balin/Download/soft/riak/deps/erlang_js/c_src' ERROR: make -C c_src failed with error: 2 make: *** [rel] Error 1 -- Be successful! Balin Alex mailto:[email protected] http://www.fasqu.com _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
