Jon you can also install directly with homebrew as follows:
brew install riak --HEAD
--g
On Nov 9, 2011, at 12:48 , Hector Castro wrote:
> Hi Jon,
>
> I did the following to solve the OTP release issue with Homebrew:
>
> cd /usr/local
> # Checkout commit right before r14b04 releas
Hi Jon,
I did the following to solve the OTP release issue with Homebrew:
cd /usr/local
# Checkout commit right before r14b04 release
git checkout -b r14b03 9332ca98df235cf3b375ee490065947f19c6a3c8
brew install erlang
git checkout master
--
Hector
On Nov
Tried upgrading my local Riak install to 1.0.1 using Homebrew (also after
upgrading Erlang to R14B04) and I'm getting this:
==> skerl (compile)
ERROR: OTP release R14B04 does not match required regex R14B0[23]
make: *** [compile] Error 1
Can I trick it by hacking the rebar.config? I still ha