Re: Riak pb client build problem from tip

2011-04-06 Thread Mike Oxford
Okay, I figured it out. I am running riakc as a dep of my application, which is based on riak_core. This causes the problem of 0.5.1 vs 0.6 Doing a "make" in the riakc directory does work. It looks like my riak_core is specifying 0.5.1, pulling it, and then when riakc comes along it wants 0.6 b

Re: Riak pb client build problem from tip

2011-04-06 Thread Andrew Thompson
On Wed, Apr 06, 2011 at 01:50:24PM -0700, Mike Oxford wrote: > Riak's Erlang pb client rebar.config was updated to use protobuffs 0.6 but > the protobuffs repo itself still only has 0.5.1 > >{expected,"0.6.*"}, >{has,"0.5.1"}}}. > > Just a heads-up for whom

Riak pb client build problem from tip

2011-04-06 Thread Mike Oxford
Riak's Erlang pb client rebar.config was updated to use protobuffs 0.6 but the protobuffs repo itself still only has 0.5.1 {expected,"0.6.*"}, {has,"0.5.1"}}}. Just a heads-up for whomever is coordinating those internally. :) -mox __