The issue still prevails. After the make clean when i do a make all or make 
devrel, it still says the version mismatch and quits. Altering the rebar.config 
doesnt help either.

Thanks
Suresh Chandran


________________________________
 From: suresh chandran <sureshcn...@yahoo.com>
To: Jared Morrow <jared.mor...@gmail.com> 
Cc: "riak-users@lists.basho.com" <riak-users@lists.basho.com> 
Sent: Monday, January 9, 2012 12:23 PM
Subject: Re: Issue in make all
 

Thanks Jared.

i ran the make clean command as you said, and it  did work. but then it didnt 
create the dev directory. I am only familiar with the instructions on how to 
run a three node cluster ( dev1, 2 and 3) riak . I tried doing made devrel and 
I get this error below.

I already set a three node cluster on my desktop, where i have configured and 
was working. Now since I moved to the laptop I am unable to start the Riak and 
there by do any changes for my project. Even if someone directs me on how to 
set a riak up and fine, it would be good. The only instruction seems to be to 
make it from the source which is not working in my case.

Thanks
Suresh Chandran

(cd rel && ../rebar generate target_dir=../dev/dev1 
overlay_vars=vars/dev1_vars.config)
==> rel (generate)
{"init terminating in do_boot","Illegal library 
/Users/sureshcnair/official/riaksrc/riak-1.0.2/rel/../deps/riak_search/apps: no 
such file or directory"}

Crash dump was written to: erl_crash.dump
init terminating in do_boot (Illegal library 
/Users/sureshcnair/official/riaksrc/riak-1.0.2/rel/../deps/riak_search/apps: no 
such file or directory)
make: *** [dev1] Error 1



________________________________
 From: Jared Morrow <jared.mor...@gmail.com>
To: suresh chandran <sureshcn...@yahoo.com> 
Cc: riak-users@lists.basho.com 
Sent: Monday, January 9, 2012 12:00 PM
Subject: Re: Issue in make all
 

Try cleaning out the directory with a 
'make clean distclean pkgclean'

The regex to set the supported erlang version is in the rebar.config file if 
you do want to change that.

And build again.

-Jared

On Jan 9, 2012, at 9:51 AM, suresh chandran wrote:

Also, I uninstalled the older Erlang and installed, 14B03 sing the below set of 
commands.
>
>
>curl -O https://raw.github.com/spawngrid/kerl/master/kerl; chmod a+x kerl
>
>
>./kerl build R14B03 r14b03
>
>./kerl install r14b03 /opt/erlang/r14b03
>
>
>
>. /opt/erlang/r14b03/activate
>
>
>
>to resolve this version issue. I am not sure why it says the curent ERLANG 
>version is 15B.
>
>
>Thanks
>Suresh Chandran
>
>________________________________
> From: suresh chandran <sureshcn...@yahoo.com>
>To: Sean Cribbs <s...@basho.com> 
>Cc: "riak-users@lists.basho.com" <riak-users@lists.basho.com> 
>Sent: Monday, January 9, 2012 11:47 AM
>Subject: Re: Issue in make all
> 
>
>Thanks Sean
>
>
>I tried it. But it still reports the same issue. On other hand, is 
>it picking the regex from somewhere else, cos' i dont see the regex to match 
>r13b04 which it says is supported.
>
>
>Thanks
>Suresh Chandran
>
>
>
>________________________________
> From: Sean Cribbs <s...@basho.com>
>To: suresh chandran <sureshcn...@yahoo.com> 
>Cc: "riak-users@lists.basho.com" <riak-users@lists.basho.com> 
>Sent: Monday, January 9, 2012 10:09 AM
>Subject: Re: Issue in make all
> 
>
>Suresh,
>
>
>We do not officially support R15B yet, but you can try changing the regex in 
>rebar.config to include R15.
>
>
>{require_otp_vsn, "R14B0[234]|R15"}. 
>
>The above should do the trick.
>
>
>On Mon, Jan 9, 2012 at 9:58 AM, suresh chandran <sureshcn...@yahoo.com> wrote:
>
>I am trying to install Riak in my macbook. I installed erlang using "sudo port 
>install erlang +ssl" . When i do a "make all" in riak, i get the below error 
>and it quits.
>>
>>
>>I am trying to install the source as mentioned 
>>http://wiki.basho.com/Building-a-Development-Environment.html. For some weird 
>>reason, when i install the tarball, i am not able to connect to 8091 and also 
>>I am not able to find the number of partitions. How do I configure the port 
>>where riak is running and the number of partitions in tarball? 
>>
>>
>>Thanks
>>Suresh Chandran
>>
>>
>> make all
>>fatal: Not a git repository (or any of the parent directories): .git
>>./rebar get-deps
>>fatal: Not a git repository (or any of the parent directories): .git
>>fatal: Not a git repository (or any of the parent directories): .git
>>fatal: Not a git repository (or any of the parent directories): .git
>>==> cluster_info (get-deps)
>>==> skerl (get-deps)
>>==> lager (get-deps)
>>==> poolboy (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)
>>==> bitcask (get-deps)
>>==> merge_index (get-deps)
>>==> ebloom (get-deps)
>>==> eper (get-deps)
>>==> eleveldb (get-deps)
>>==> edown (get-deps)
>>==> sext (get-deps)
>>==> riak_pipe (get-deps)
>>==> basho_metrics (get-deps)
>>==> riak_kv (get-deps)
>>==> luwak (get-deps)
>>==> lucene_parser (get-deps)
>>==> riak_search (get-deps)
>>==> rel (get-deps)
>>==> riak-1.0.2 (get-deps)
>>./rebar compile
>>fatal: Not a git repository (or any of the parent directories): .git
>>fatal: Not a git repository (or any of the parent directories): .git
>>fatal: Not a git repository (or any of the parent directories): .git
>>==> cluster_info (compile)
>>ERROR: OTP release R15B does not match required regex R13B04|R14
>>make: *** [compile] Error 1
>>
>>
>>_______________________________________________
>>riak-users mailing list
>>riak-users@lists.basho.com
>>http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>>
>>
>
>
>
>-- 
>Sean Cribbs <s...@basho.com>
>Software Engineer
>Basho Technologies, Inc.
>http://basho.com/
>
>
>
>
>_______________________________________________
>riak-users mailing list
>riak-users@lists.basho.com
>http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to