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

Build issue #45

Closed
faddat opened this issue Feb 28, 2017 · 2 comments
Closed

Build issue #45

faddat opened this issue Feb 28, 2017 · 2 comments

Comments

@faddat
Copy link
Contributor

faddat commented Feb 28, 2017

Tendermint and basecoin on the development branches:

make

go test `go list github.com/tendermint/basecoin/... | grep -v /vendor/`
cmd/basecoin/main.go:7:2: cannot find package "github.com/tendermint/basecoin/version" in any of:
        /root/.gvm/pkgsets/go1.8/global/src/github.com/tendermint/basecoin/vendor/github.com/tendermint/basecoin/version (vendor tree)
        /root/.gvm/gos/go1.8/src/github.com/tendermint/basecoin/version (from $GOROOT)
        /root/.gvm/pkgsets/go1.8/global/src/github.com/tendermint/basecoin/version (from $GOPATH)
Makefile:14: recipe for target 'test' failed
make: *** [test] Error 1

make install

go test `go list github.com/tendermint/basecoin/... | grep -v /vendor/`
cmd/basecoin/main.go:7:2: cannot find package "github.com/tendermint/basecoin/version" in any of:
        /root/.gvm/pkgsets/go1.8/global/src/github.com/tendermint/basecoin/vendor/github.com/tendermint/basecoin/version (vendor tree)
        /root/.gvm/gos/go1.8/src/github.com/tendermint/basecoin/version (from $GOROOT)
        /root/.gvm/pkgsets/go1.8/global/src/github.com/tendermint/basecoin/version (from $GOPATH)
Makefile:14: recipe for target 'test' failed
make: *** [test] Error 1

Had been working a week ago? Probably I am missing something insignificant that is blocking the build?

@rigelrozanski
Copy link
Contributor

Thanks yeah experiencing the same issue, going to look into this right now... bizarre

@rigelrozanski
Copy link
Contributor

Resolved in the latest develop commit

liamsi pushed a commit to liamsi/cosmos-sdk that referenced this issue Jun 26, 2018
Bugfix: ledger nano/hid compiles on osx/golang1.9
joe-bowman pushed a commit to ChorusOne/cosmos-sdk that referenced this issue Mar 3, 2020
joe-bowman pushed a commit to ChorusOne/cosmos-sdk that referenced this issue Apr 17, 2020
amaury1093 pushed a commit that referenced this issue Nov 4, 2021
chore: 0.44.2-regen-1 release changelog update
Raumo0 pushed a commit to mapofzones/cosmos-sdk that referenced this issue Feb 13, 2022
* Update consensus with jailed validators

* Modify implementation
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