Skip to content

Instantly share code, notes, and snippets.

@dirceu
Created May 14, 2010 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirceu/401077 to your computer and use it in GitHub Desktop.
Save dirceu/401077 to your computer and use it in GitHub Desktop.
dirceu@macbook:Documents/tmp/riak[git:master] $
→ make all ; make devrel
abortado: Não há um repositório do Mercurial aqui (.hg não encontrado)
./rebar get-deps
==> luke (get-deps)
==> riak_core (get-deps)
Pulling mochiweb from {hg,"http://bitbucket.org/basho/mochiweb","115"}
ERROR: Rebar requires version {1,1} or higher of hg
make: *** [deps] Error 1
abortado: Não há um repositório do Mercurial aqui (.hg não encontrado)
mkdir dev
cp -R rel/overlay rel/reltool.config dev
./rebar compile && cd dev && ../rebar generate
==> luke (compile)
Compiled src/luke.erl
Compiled src/luke_flow.erl
Compiled src/luke_phase.erl
Compiled src/luke_flow_sup.erl
Compiled src/luke_phase_sup.erl
Compiled src/luke_sup.erl
Compiled src/luke_phases.erl
==> riak_core (compile)
Dependency not available: mochiweb-"0.02" ({hg,
"http://bitbucket.org/basho/mochiweb",
"115"})
make: *** [dev] Error 1
dirceu@macbook:Documents/tmp/riak[git:master] $
→ hg --version
Sistema de controle de versão distribuído Mercurial (versão 1.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment