sentinel-official / sentinel

Sentinel is an interoperable secure network layer offering the Sentinel Service Chain exclusively for distributed & decentralized native services like - dVPN, Sentrix (dChat and dVoIP) and more.
https://Sentinel.co
MIT License
300 stars 59 forks source link

Dependency packages missing #194

Open asnair opened 3 years ago

asnair commented 3 years ago

It looks like when installing sentinel hub in linux (debian based), there are missing dependecies from different github packages:

https://docs.sentinel.co/Testnets/Sentinel-Turing-1/Sentinel-Hub_Setup/

cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
/usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
/root/Projects/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH) cannot find package "github.com/gogo/protobuf/grpc" in any of: /usr/local/go/src/github.com/gogo/protobuf/grpc (from $GOROOT) /root/Projects/src/github.com/gogo/protobuf/grpc (from $GOPATH) cannot find package "github.com/tendermint/cosmos-rosetta-gateway/errors" in any of: /usr/local/go/src/github.com/tendermint/cosmos-rosetta-gateway/errors (from $GOROOT) /root/Projects/src/github.com/tendermint/cosmos-rosetta-gateway/errors (from $GOPATH) cannot find package "github.com/tendermint/cosmos-rosetta-gateway/server" in any of: /usr/local/go/src/github.com/tendermint/cosmos-rosetta-gateway/server (from $GOROOT) /root/Projects/src/github.com/tendermint/cosmos-rosetta-gateway/server (from $GOPATH) cannot find package "github.com/tendermint/cosmos-rosetta-gateway/types" in any of: /usr/local/go/src/github.com/tendermint/cosmos-rosetta-gateway/types (from $GOROOT) /root/Projects/src/github.com/tendermint/cosmos-rosetta-gateway/types (from $GOPATH) cannot find package "github.com/cosmos/cosmos-sdk/x/supply" in any of: /usr/local/go/src/github.com/cosmos/cosmos-sdk/x/supply (from $GOROOT) /root/Projects/src/github.com/cosmos/cosmos-sdk/x/supply (from $GOPATH) cannot find package "github.com/tendermint/tendermint/libs/bech32" in any of: /usr/local/go/src/github.com/tendermint/tendermint/libs/bech32 (from $GOROOT) /root/Projects/src/github.com/tendermint/tendermint/libs/bech32 (from $GOPATH) cannot find package "github.com/cosmos/cosmos-sdk/client/context" in any of: /usr/local/go/src/github.com/cosmos/cosmos-sdk/client/context (from $GOROOT) /root/Projects/src/github.com/cosmos/cosmos-sdk/client/context (from $GOPATH) cannot find package "github.com/cosmos/cosmos-sdk/x/auth/exported" in any of: /usr/local/go/src/github.com/cosmos/cosmos-sdk/x/auth/exported (from $GOROOT) /root/Projects/src/github.com/cosmos/cosmos-sdk/x/auth/exported (from $GOPATH) cannot find package "github.com/cosmos/cosmos-sdk/x/auth/client/utils" in any of: /usr/local/go/src/github.com/cosmos/cosmos-sdk/x/auth/client/utils (from $GOROOT) /root/Projects/src/github.com/cosmos/cosmos-sdk/x/auth/client/utils (from $GOPATH)

Other parts of these libraries were still downloaded, but these missing dependencies cause 'make install' to fail.