Peter,

I see where you hit your problem. In the 'make devrel' step it did try to
go out to the network to re-clone all of the dependencies. To fix this,
simply change this line in the Makefile:
https://github.com/basho/riak/blob/riak-1.3.1/Makefile#L79 from

dev% : all riaknostic

to

dev% : riaknostic

Remove the 'dev' directory to make sure everything is clean and try to run
'make devrel' again.

Let me know how that goes.

Sorry for the troubles,
Jared


On Mon, Apr 15, 2013 at 3:25 AM, HARLOW Peter
<peter.har...@thalesgroup.com>wrote:

>  *From:* Jared Morrow [mailto:ja...@basho.com]
> *Sent:* Friday, April 12, 2013 3:23 PM
> *To:* HARLOW Peter
> *Cc:* riak-users@lists.basho.com
> *Subject:* Re: Riak 1.3.1 install from source on closed network****
>
> ** **
>
> >Peter,****
>
> ** **
>
> >For 1.3.0 & 1.3.1 of Riak, you use the "1.3.0" version of leveldb.****
>
> ** **
>
> Thanks, Jared.****
>
> ** **
>
> Unfortunately I am not getting very far with this. I can't find the
> instructions I used with version 1.2.1, but copying the procedure from that
> machine:****
>
> ** **
>
> tar -zxvf riak-1.3.1.tar.gz****
>
> mv basho-leveldb-1.3.0-0-gdbb3e19.zip
> riak-1.3.1/deps/eleveldb/c_src/leveldb.zip****
>
> cd riak-1.3.1/deps/eleveldb/c_src/****
>
> unzip leveldb.zip****
>
> mv basho-leveldb-* leveldb****
>
> cd ../../../****
>
> make all****
>
> make devrel****
>
> ** **
>
> …make all seems to run but make devrel finishes with the errors:****
>
> ** **
>
> make[1]: Entering directory `/home/riak/riak/riak-1.3.1/deps/riaknostic'**
> **
>
> ./rebar get-deps****
>
> ==> riaknostic (get-deps)****
>
> Pulling lager from {git,"git://github.com/basho/lager",{tag,"1.2.2"}}****
>
> fatal: Unable to look up github.com (port 9418) (Temporary failure in
> name resolution)****
>
> Initialized empty Git repository in
> /home/riak/riak/riak-1.3.1/deps/riaknostic/deps/lager/.git/****
>
> ERROR: git clone -n git://github.com/basho/lager lager failed with error:
> 128 and output:****
>
> fatal: Unable to look up github.com (port 9418) (Temporary failure in
> name resolution)****
>
> Initialized empty Git repository in
> /home/riak/riak/riak-1.3.1/deps/riaknostic/deps/lager/.git/****
>
> ** **
>
> make[1]: *** [deps] Error 1****
>
> make[1]: Leaving directory `/home/riak/riak/riak-1.3.1/deps/riaknostic'***
> *
>
> make: *** [riaknostic] Error 2****
>
> ** **
>
> ** **
>
> OS: CentOS 6.4 64-bit****
>
> Erlang: R15B01****
>
> ** **
>
> Regards,****
>
> ** **
>
> Peter Harlow****
>
> Systems Engineer****
>
> Thales Communications & Security S.A****
>
> T&S-Billetique/Projets & Systemes/I&A****
>
> Rue de la Mare aux Joncs****
>
> 91229 Bretigny sur Orge Cedex****
>
> Tel: +33 (0) 1 69 88 59 41****
>
> Fax: +33 (0)1 69 88 57 35****
>
> Email :   peter.har...@thalesgroup.com****
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to