Cosmos-sdk: No rules to make target 'install'

Created on 5 Sep 2019  路  11Comments  路  Source: cosmos/cosmos-sdk

https://cosmos.network/docs/cosmos-hub/installation.html#install-gaia

Following steps were performed:
mkdir -p $HOME/go/bin
echo "export GOPATH=$HOME/go" >> ~/.bash_profile
echo "export GOBIN=$GOPATH/bin" >> ~/.bash_profile
echo "export PATH=$PATH:$GOBIN" >> ~/.bash_profile
source ~/.bash_profile
mkdir -p $GOPATH/src/github.com/cosmos
cd $GOPATH/src/github.com/cosmos
git clone https://github.com/cosmos/cosmos-sdk
cd cosmos-sdk && git checkout master
make tools install

returns below:
make: * No rule to make target 'install'. Stop.

best regards.

All 11 comments

go version returns:
go version go1.12.9 linux/amd64

os:
ubuntu 18.04.3 LTS

if you would like to join mainnet then you must checkout sdk: 0.34.7 but if you want gaia then you must clone the gaia repo.

Hmm......
I'll try. Thank you.

Hi @marbar3778
Could you pay attention to issue #5011
I checked out version 0.34.7 but get the error.

Thank you.

same issue please fix it @marbar3778
image

did you checkout v0.34.7? I'm not having a problem running make install when I have 0.34.7 checked out.

did you checkout v0.34.7? I'm not having a problem running make install when I have 0.34.7 checked out.

yes, version is v0.34.7,please fix it.

Same issue on version v0.37.1

go version go1.13.1 linux/amd64
Os: Ubuntu 18.04.3 LTS

Same issue on version v0.37.1

Gaia has been moved out of the SDK after 0.34.x. The SDK is not a binary. Head over to the gaia repo to install the latest and greatest.

Same issue on version v0.37.1

Gaia has been moved out of the SDK after 0.34.x. The SDK is not a binary. Head over to the gaia repo to install the latest and greatest.

Thanks. Please then update installation docs at https://cosmos.network/docs/cosmos-hub/installation.html#install-gaia to reflect new installation instructions.

@gamarin2 have we updated these docs? From where are they build/deployed?

Was this page helpful?
0 / 5 - 0 ratings