Hello again,
sorry to keep posting new threads, but i don't see the original post i
made for this.

anyhow, i followed couple of suggestions from the mailing list and
this blog post: http://blog.harperdog.com/2010/12/17/riak-on-freebsd/,
make rel work, but now get this error after doing:

  282  git clone git://github.com/basho/riak.git
  283  cd riak
  292  git branch adt-bsd-support origin/adt-bsd-support
  293  git checkout adt-bsd-support
  294  git log
  295  make rel

./rebar compile generate
==> cluster_info (compile)
==> skerl (compile)
ERROR: OTP release R14B04 does not match required regex R14B0[23]

i changed the rebar.config so that:

diff --git a/rebar.config b/rebar.config
index 9a4890a..11eca1d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,6 +1,6 @@
 {sub_dirs, ["rel"]}.

-{require_otp_vsn, "R14B0[23]"}.
+{require_otp_vsn, "R14B0[234]"}.

then run again the make rel, but hit

==> eleveldb (compile)
exec: c_src/build_deps.sh: not found
ERROR: Command [compile] failed!
make: *** [rel] Error 1

any pointers, much appreciated


-- 
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or
chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to