Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version mismatch [JIRA: CLIENTS-423] #202

Closed
building39 opened this issue Jan 24, 2015 · 3 comments
Closed

Version mismatch [JIRA: CLIENTS-423] #202

building39 opened this issue Jan 24, 2015 · 3 comments

Comments

@building39
Copy link

I've added riak-erlang-client as a dependency in the rebar.config file of my e2 project:
{riakc, ".*", {git, "git://github.com/basho/riak-erlang-client.git"}}

and get a version mismatch:

$ make
./rebar compile
==> e2 (compile)
==> modlib (compile)
==> riakc (compile)
Dependency not available: riak_pb-2.0.0.16 ({git,
"git://github.com/basho/riak_pb",
{tag,"2.0.0.16"}})
make: ** [compile] Error 1
mmartin@devcat:/data/git/nebula$ rm -rf deps/riak

mmartin@devcat:/data/git/nebula$ make
./rebar compile
==> e2 (compile)
==> modlib (compile)
==> nebula (compile)
Dependency not available: riakc-.* ({git,
"git://github.com/basho/riak-erlang-client.git"})
make: *** [compile] Error 1

@hazen
Copy link

hazen commented Jan 26, 2015

@building39 I just tried adding that dependency to a project and it worked fine. Can you try deleting your deps directory and try it again? My line was seemingly the same as yours:

        {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client.git"}},

Also, maybe try make deps (which runs ./rebar get-deps) before make.

@building39
Copy link
Author

Closing

@Basho-JIRA Basho-JIRA changed the title Version mismatch Version mismatch [JIRA: CLIENTS-423] Jun 3, 2015
@Basho-JIRA
Copy link

Fixed, or closed via GitHub issues.

[posted via JIRA by Alexander Moore]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants