Hi Jeremiah,

Unfortunately the dependencies in riak_search/deps/luwak/rebar.config were
set to pull the most recent version of skerl rather than a tagged one so it
is getting 1.0.0 of skerl when it is expecting 0.1.

Until we can get it fixed, you can use the 0.13.0 release tarball from
http://downloads.basho.com/riak-search/riak-search-0.13/riak_search-0.13.0.tar.gz

Cheers, Jon

On Sun, Jan 9, 2011 at 11:29 AM, Jeremiah Peschka <
[email protected]> wrote:

> I was trying to install riak_search 0.13 on OS X using Erlang R14B
> (erts-5.8.1) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [hipe]
> [kernel-poll:false]
>
> Here's the output of make rel:
>
> [~/src/basho/riak_search-0.13.0]$ make rel
> abort: there is no Mercurial repository here (.hg not found)
> ./rebar get-deps
> ==> qilr (get-deps)
> ==> riak_search_core (get-deps)
> ==> riak_search (get-deps)
> ==> riak_solr (get-deps)
> ==> merge_index (get-deps)
> ==> rel (get-deps)
> ==> riak_search-0.13.0 (get-deps)
> Pulling riak_kv from {hg,"http://bitbucket.org/basho/riak_kv";,
>                          "riak_kv-0.13.0"}
> real URL is https://bitbucket.org/basho/riak_kv
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 161 changesets with 335 changes to 76 files
> 65 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling luwak from {hg,"http://bitbucket.org/basho/luwak","93"}
> real URL is https://bitbucket.org/basho/luwak
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 128 changesets with 321 changes to 84 files (+1 heads)
> 35 files updated, 0 files merged, 0 files removed, 0 files unresolved
> ==> riak_kv (get-deps)
> Pulling riak_core from {hg,"http://bitbucket.org/basho/riak_core";,
>                            "riak_core-0.13.0"}
> real URL is https://bitbucket.org/basho/riak_core
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 49 changesets with 113 changes to 51 files
> 47 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling riakc from {hg,"http://bitbucket.org/basho/riak-erlang-client";,
>                        "riakc-1.0.1"}
> real URL is https://bitbucket.org/basho/riak-erlang-client
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 124 changesets with 151 changes to 17 files
> 15 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling luke from {hg,"http://bitbucket.org/basho/luke","luke-0.2.1"}
> real URL is https://bitbucket.org/basho/luke
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 20 changesets with 69 changes to 36 files
> 24 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling erlang_js from {hg,"http://bitbucket.org/basho/erlang_js","90"}
> real URL is https://bitbucket.org/basho/erlang_js
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 182 changesets with 325 changes to 79 files (+1 heads)
> 45 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling bitcask from {hg,"http://bitbucket.org/basho/bitcask
> ","bitcask-1.1.4"}
> real URL is https://bitbucket.org/basho/bitcask
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 441 changesets with 464 changes to 44 files (+1 heads)
> 33 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling ebloom from {hg,"http://bitbucket.org/basho/ebloom
> ","ebloom-1.0.2"}
> real URL is https://bitbucket.org/basho/ebloom
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 31 changesets with 53 changes to 13 files
> 12 files updated, 0 files merged, 0 files removed, 0 files unresolved
> ==> riak_core (get-deps)
> Pulling protobuffs from {hg,"http://bitbucket.org/basho/protobuffs";,
>                             "protobuffs-0.5.0"}
> real URL is https://bitbucket.org/basho/protobuffs
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 92 changesets with 244 changes to 93 files (+2 heads)
> 29 files updated, 0 files merged, 0 files removed, 0 files unresolved
> Pulling webmachine from {hg,"http://bitbucket.org/basho/webmachine";,
>                             "webmachine-1.7.2"}
> real URL is https://bitbucket.org/basho/webmachine
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 255 changesets with 514 changes to 177 files (+1 heads)
> 96 files updated, 0 files merged, 0 files removed, 0 files unresolved
> ==> protobuffs (get-deps)
> ==> webmachine (get-deps)
> Pulling mochiweb from {hg,"http://bitbucket.org/basho/mochiweb";,
>                           "mochiweb-1.7.1"}
> real URL is https://bitbucket.org/basho/mochiweb
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 135 changesets with 285 changes to 66 files (+1 heads)
> 61 files updated, 0 files merged, 0 files removed, 0 files unresolved
> ==> mochiweb (get-deps)
> ==> riakc (get-deps)
> ==> luke (get-deps)
> ==> erlang_js (get-deps)
> ==> ebloom (get-deps)
> ==> bitcask (get-deps)
> ==> luwak (get-deps)
> ERROR: Dependency dir
> /Volumes/InternalStorage/src/basho/riak_search-0.13.0/deps/skerl does not
> satisfy version regex 0.1.
> make: *** [deps] Error 1
>
>
> Jeremiah Peschka
> Microsoft SQL Server MVP
> MCITP: Database Developer, DBA
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to