vernemq / vmq_mzbench

An MQTT loadtest and usage scenario tool for VerneMQ and other MQTT systems.
Apache License 2.0
42 stars 44 forks source link

Dependencies cannot be installed #1

Closed swails closed 8 years ago

swails commented 8 years ago

Hi,

In trying to build vmq_mzbench, I hit the following snag immediately:

jswails@localhost ~/src/verne/vmq_mzbench (master) $ ./rebar compile
==> vmq_mzbench (compile)
Dependency not available: lager-.* ({git,"git://github.com/basho/lager.git",
                                     {tag,"2.2.0"}})
Dependency not available: vmq_commons-.* ({git,
                                           "git://github.com/ioolkos/vmq_commons.git",
                                           {branch,"master"}})
ERROR: compile failed while processing /home/jswails/src/verne/vmq_mzbench: rebar_abort

I'm not sure why rebar didn't go out and check out those repos automatically... Any ideas what I can do?

Thanks!

ioolkos commented 8 years ago

rebar get-deps rebar com

Thanks for asking & apologies for not documenting that!

ioolkos commented 8 years ago

Updated docu on site & added link on readme.

Thanks again, Jason!

swails commented 8 years ago

Ah! Perhaps if I knew erlang and its ecosystem better (i.e., at all), I'd have known this :). What confused me is that the install process for vernemq didn't have this step -- make rel did this for me, which is why I was expecting (naively, to be sure) the same kind of behavior here and didn't investigate further before asking.

Thank you for the quick response and resolution!