jbrisbin / riak-rabbitmq-commit-hooks

Riak RabbitMQ commit hooks
48 stars 15 forks source link

Build fails with Riak 2.0 on OSX #1

Open gmr opened 9 years ago

gmr commented 9 years ago

Using Riak installed via Homebrew, I tried to manually compile the commit hooks and it failed on dependency issues:

Cloning into 'riak-rabbitmq-commit-hooks'...
remote: Counting objects: 48, done.
remote: Total 48 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (48/48), 190.49 KiB | 0 bytes/s, done.
Resolving deltas: 100% (24/24), done.
Checking connectivity... done.
gmr-mbp:Source gmr$ cd riak-rabbitmq-commit-hooks
gmr-mbp:riak-rabbitmq-commit-hooks gmr$ ./rebar get-deps
==> riak-rabbitmq-commit-hooks (get-deps)
Pulling amqp_client from {git,"https://github.com/jbrisbin/amqp_client.git",
                              "master"}
Cloning into 'amqp_client'...
Pulling riak_kv from {git,"https://github.com/basho/riak_kv.git","master"}
Cloning into 'riak_kv'...
==> amqp_client (get-deps)
Pulling rabbit_common from {git,"git://github.com/jbrisbin/rabbit_common.git",
                                {tag,"rabbitmq-3.0.2"}}
Cloning into 'rabbit_common'...
==> rabbit_common (get-deps)
==> riak_kv (get-deps)
Pulling sidejob from {git,"git://github.com/basho/sidejob.git",{tag,"2.0.0"}}
Cloning into 'sidejob'...
Pulling erlang_js from {git,"git://github.com/basho/erlang_js.git",
                            {tag,"1.3.0"}}
Cloning into 'erlang_js'...
Pulling bitcask from {git,"git://github.com/basho/bitcask.git",{tag,"1.7.0"}}
Cloning into 'bitcask'...
Pulling eper from {git,"git://github.com/basho/eper.git",{tag,"0.78"}}
Cloning into 'eper'...
Pulling sext from {git,"git://github.com/basho/sext.git",{tag,"1.1p2"}}
Cloning into 'sext'...
Pulling riak_pipe from {git,"git://github.com/basho/riak_pipe.git",
                            {tag,"2.0.0"}}
Cloning into 'riak_pipe'...
Pulling riak_api from {git,"git://github.com/basho/riak_api.git",
                           {tag,"2.0.0"}}
Cloning into 'riak_api'...
Pulling riak_dt from {git,"git://github.com/basho/riak_dt.git",{tag,"2.0.0"}}
Cloning into 'riak_dt'...
Pulling eunit_formatters from {git,"git://github.com/seancribbs/eunit_formatters",
                                   "dab4291d191f0ca40c911179fd195c3942261667"}
Cloning into 'eunit_formatters'...
error: pathspec 'origin/dab4291d191f0ca40c911179fd195c3942261667' did not match any file(s) known to git.
ERROR: git checkout -q origin/dab4291d191f0ca40c911179fd195c3942261667 failed with error: 1 and output:
error: pathspec 'origin/dab4291d191f0ca40c911179fd195c3942261667' did not match any file(s) known to git.
jbrisbin commented 9 years ago

Looks like it is failing on a dep from @seancribbs repository. I haven't tried compiling these against Riak 2.0 yet so it looks like we may need to tweak some things a little.