Yes, as I understand it, Gregory had difficulty building on i386 because of erlang_js (which is where you had difficulty as well). Part of that is an upstream problem with Spidermonkey's build process.
Sean Cribbs <[email protected]> Developer Advocate Basho Technologies, Inc. http://basho.com/ On Jan 15, 2011, at 10:46 AM, Alex Balin wrote: > Thanks for you reply, > > yes, i was tried, but repositary > http://download.opensuse.org/repositories/home:/ghaskins:/erlang/openSUSE_11.3/ > have only source package and binary for x86_64 and not for i586... > > > > On Sat, 15 Jan 2011 10:30:44 -0500 Sean Cribbs <[email protected]> wrote: > >> Alex, >> >> Did you try the SUSE installation instructions that Gregory Haskins >> wrote for the wiki?: http://wiki.basho.com/Installing-on-SUSE.html >> He's taken the hard part out of building and installing it. >> >> Sean Cribbs <[email protected]> >> Developer Advocate >> Basho Technologies, Inc. >> http://basho.com/ >> >> On Jan 15, 2011, at 10:12 AM, Alex Balin wrote: >> >>> 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 >> > > > -- > > > > 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
