From: Jared Morrow [mailto:[email protected]]
Sent: Monday, April 15, 2013 2:10 PM
To: HARLOW Peter
Cc: [email protected]
Subject: Re: Riak 1.3.1 install from source on closed network


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.
A devrel directory didn't seem to get generated - but I unpacked a new source 
tree to be sure.

Unfortunately there was no change.

Make all completed, but make devrel produced the same errors as before.

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 :   [email protected]<mailto:[email protected]>

From: Jared Morrow [mailto:[email protected]]
Sent: Monday, April 15, 2013 2:10 PM
To: HARLOW Peter
Cc: [email protected]
Subject: Re: Riak 1.3.1 install from source on closed network


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 
<[email protected]<mailto:[email protected]>> wrote:
From: Jared Morrow [mailto:[email protected]<mailto:[email protected]>]
Sent: Friday, April 12, 2013 3:23 PM
To: HARLOW Peter
Cc: [email protected]<mailto:[email protected]>
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<http://github.com/basho/lager>",{tag,"1.2.2"}}
fatal: Unable to look up github.com<http://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<http://github.com/basho/lager> 
lager failed with error: 128 and output:
fatal: Unable to look up github.com<http://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<tel:%2B33%20%280%29%201%2069%2088%2059%2041>
Fax: +33 (0)1 69 88 57 35<tel:%2B33%20%280%291%2069%2088%2057%2035>
Email :   [email protected]<mailto:[email protected]>

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to