Re: Riak @tip with R14B 64bit Ubuntu failing to make

2010-09-23 Thread Dan Reverri
Riak does not yet support Erlang R14B; you should build Riak using Erlang R13B04. Support for R14 will be added in a future release of Riak. Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu, Sep 23, 2010 at 4:56 PM, Senthilkumar Peelikkampatti < senthilkumar.peeli

Re: Riak @tip with R14B 64bit Ubuntu failing to make

2010-09-23 Thread Mark Jarecki
i just tried to make with R14B and 0.12 on OSX 10.6.4 and also have an error appearing. When I run: make rel I get: src/riak_core_util.erl:130: Warning: ambiguous call of overridden auto-imported BIF integer_to_list/2 - use erlang:integer_to_list/2 or "-compile({no_auto_impo

Re: Riak @tip with R14B 64bit Ubuntu failing to make

2010-09-23 Thread Alexander Sicular
Didn't get a chancr to debug but I can also say that tip is not building w 14b (update from brew) on osx leopard. Nevertheless, keeping your old(er) riak build around works just fine due to the self contained bundling which bundles the erlang it was built against. @siculars on twitter http

Re: Riak @tip with R14B 64bit Ubuntu failing to make

2010-09-23 Thread Senthilkumar Peelikkampatti
I also found same issue with OS X snow leopard/R14B On Thu, Sep 23, 2010 at 6:52 PM, Senthilkumar Peelikkampatti < senthilkumar.peelikkampa...@gmail.com> wrote: > >1. OS: Ubuntu 10.10 (daily build -- today) >2. Erlang - R14B build from source -- hipe + ssl + smp + kernel poll > > This is

Riak @tip with R14B 64bit Ubuntu failing to make

2010-09-23 Thread Senthilkumar Peelikkampatti
1. OS: Ubuntu 10.10 (daily build -- today) 2. Erlang - R14B build from source -- hipe + ssl + smp + kernel poll This is error log Compiling c_src/skerl_nifs.c c_src/skerl_nifs.c: In function ‘load’: c_src/skerl_nifs.c:34: warning: passing argument 4 of ‘enif_open_resource_type’ makes pointe

Re: ripple basics

2010-09-23 Thread Sean Cribbs
1) The only other way is to send a MapReduce query across the whole bucket (which is essentially the same thing). 2) Yes, generally you do. I've experienced problems with activesupport's YAML-based parser, and certain versions of the 'json' gem are broken. Plus, it's just faster! Sean Cribbs