basho / basho_bench

A load-generation and testing tool for basically whatever you can write a returning Erlang function for.
Apache License 2.0
311 stars 197 forks source link

Manually adding meck to rebar.config to fix a dependency mismatch #188

Closed drewkerrigan closed 8 years ago

drewkerrigan commented 9 years ago

Master currently shows the following on make

Cloning into 'protobuffs'...
WARN:  /Users/dkerrigan/src/basho/basho_bench/deps/meck/src/meck.app.src has version "0.8.3"; requested regex was 0.8.2
WARN:  Missing plugins: [rebar_lock_deps_plugin]
==> protobuffs (get-deps)
WARN:  /Users/dkerrigan/src/basho/basho_bench/deps/meck/src/meck.app.src has version "0.8.3"; requested regex was 0.8.2
WARN:  /Users/dkerrigan/src/basho/basho_bench/deps/meck/src/meck.app.src has version "0.8.3"; requested regex was 0.8.2
ERROR: Dependency dir /Users/dkerrigan/src/basho/basho_bench/deps/meck failed application validation with reason:
{version_mismatch,{"/Users/dkerrigan/src/basho/basho_bench/deps/meck/src/meck.app.src",
                   {expected,"0.8.2"},
                   {has,"0.8.3"}}}.
ERROR: 'get-deps' failed while processing /Users/dkerrigan/src/basho/basho_bench/deps/protobuffs: rebar_abort
make: *** [deps] Error 1
slfritchie commented 9 years ago

Drew, I don't have that problem when building from scratch using 'master' branch at commit acb4cb557cedacc55a0f64e3bde401bbd380c4d0 ... is this patch really necessary?

slfritchie commented 8 years ago

Ping?

slfritchie commented 8 years ago

Not a problem with commit dfdafc8d8e30e50f63a21927358930e22cf9675c, compiling with both R16B03 and 17.5. Please re-open you're still having difficulty.

drewkerrigan commented 8 years ago

Whoops, this fell off my radar several months ago... apologies, doesn't seem to be an issue for me either anymore. Thanks @slfritchie