Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.0 failed to build #264

Closed
baabeetaa opened this issue Nov 8, 2023 · 1 comment
Closed

v4.0.0 failed to build #264

baabeetaa opened this issue Nov 8, 2023 · 1 comment

Comments

@baabeetaa
Copy link

I follow the doc:
https://github.com/strangelove-ventures/noble-networks/blob/main/mainnet/noble-1/chain-upgrades/v4.0.0/README.md

Error:

go install -mod=readonly -tags "netgo ledger" -ldflags '-X github.com/cosmos/cosmos-sdk/version.Name=noble -X github.com/cosmos/cosmos-sdk/version.AppName=nobled -X github.com/cosmos/cosmos-sdk/version.Version=4.0.0 -X github.com/cosmos/cosmos-sdk/version.Commit=28bc842ed691e6a7ecf284177fe1e7284f5678b3 -X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo ledger," -X github.com/tendermint/tendermint/version.TMCoreSemVer=v0.34.27' ./cmd/nobled
go: downloading github.com/circlefin/noble-cctp v0.0.0-20231013164358-dc81b3e0d566
app/app.go:113:2: github.com/circlefin/noble-cctp@v0.0.0-20231013164358-dc81b3e0d566: invalid version: git ls-remote -q origin in /root/go/pkg/mod/cache/vcs/5208368c48cabb2825e5bc32e4743dc57a572b086be03758a66e3bd5f18d537e: exit status 128:
        fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
app/app.go:114:2: github.com/circlefin/noble-cctp@v0.0.0-20231013164358-dc81b3e0d566: invalid version: git ls-remote -q origin in /root/go/pkg/mod/cache/vcs/5208368c48cabb2825e5bc32e4743dc57a572b086be03758a66e3bd5f18d537e: exit status 128:
        fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
app/app.go:115:2: github.com/circlefin/noble-cctp@v0.0.0-20231013164358-dc81b3e0d566: invalid version: git ls-remote -q origin in /root/go/pkg/mod/cache/vcs/5208368c48cabb2825e5bc32e4743dc57a572b086be03758a66e3bd5f18d537e: exit status 128:
        fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
make: *** [Makefile:82: install] Error 1

@johnletey
Copy link
Member

Because the circlefin/noble-cctp codebase is still private, you should use the official prebuilt binaries found in the v4.0.0 release tag!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants