I installed Mercurial and made another attempt, but this time it failed because I was missing git:
...
make[1]: Entering directory `/home/ivanmr/Documents/instalaciones/zotonic-0.8.1/priv/modules/mod_openid'
No erl_openid checkout. Command: git clone --depth 1 git://
github.com/helllamer/erl_openid.git erl_openid
./build_deps: line 27: git: command not found
./build_deps: line 29: PWD: command not found
Failed to get erl_openid checkout into /erl_openid
...
Then I installed git and tried again, but now the problem is mod_openid folder is already created:
Getting module index
** Target path already exists: /home/ivanmr/Documents/instalaciones/zotonic-0.8.1/priv/modules/mod_openid
I deleted it and finally tried with success. It would be nice if it checked all the dependencies before doing anything.
Thank you,
Ivan Martinez