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

Install Error #3

Open
huddhudd opened this issue Mar 24, 2021 · 3 comments
Open

Install Error #3

huddhudd opened this issue Mar 24, 2021 · 3 comments
Assignees
Labels

Comments

@huddhudd
Copy link

huddhudd commented Mar 24, 2021

root@kc2:/data/open-eth-pool-script-install/open-ethereum-pool# make
build/env.sh go get -v ./...
github.com/gorilla/mux (download)
github.com/ethereum/go-ethereum (download)
Fetching https://golang.org/x/crypto/sha3?go-get=1
Parsing meta tags from https://golang.org/x/crypto/sha3?go-get=1 (status code 200)
get "golang.org/x/crypto/sha3": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at https://golang.org/x/crypto/sha3?go-get=1
get "golang.org/x/crypto/sha3": verifying non-authoritative meta tag
Fetching https://golang.org/x/crypto?go-get=1
Parsing meta tags from https://golang.org/x/crypto?go-get=1 (status code 200)
golang.org/x/crypto (download)
Fetching https://gopkg.in/redis.v3?go-get=1
Parsing meta tags from https://gopkg.in/redis.v3?go-get=1 (status code 200)
get "gopkg.in/redis.v3": found meta tag get.metaImport{Prefix:"gopkg.in/redis.v3", VCS:"git", RepoRoot:"https://gopkg.in/redis.v3"} at https://gopkg.in/redis.v3?go-get=1
gopkg.in/redis.v3 (download)
Fetching https://gopkg.in/bsm/ratelimit.v1?go-get=1
Parsing meta tags from https://gopkg.in/bsm/ratelimit.v1?go-get=1 (status code 200)
get "gopkg.in/bsm/ratelimit.v1": found meta tag get.metaImport{Prefix:"gopkg.in/bsm/ratelimit.v1", VCS:"git", RepoRoot:"https://gopkg.in/bsm/ratelimit.v1"} at https://gopkg.in/bsm/ratelimit.v1?go-get=1
gopkg.in/bsm/ratelimit.v1 (download)
github.com/ethereum/ethash (download)
github.com/yvasiyarov/gorelic (download)
github.com/yvasiyarov/go-metrics (download)
github.com/yvasiyarov/newrelic_platform_go (download)
gopkg.in/redis.v3/internal/consistenthash
gopkg.in/redis.v3/internal/hashtag
golang.org/x/crypto/sha3
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/crypto/sha3
gopkg.in/bsm/ratelimit.v1
github.com/ethereum/go-ethereum/common/hexutil
github.com/ethereum/go-ethereum/common/math
github.com/gorilla/mux
gopkg.in/redis.v3/internal
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/rlp
github.com/ethereum/ethash/vendor/github.com/go-stack/stack
# github.com/ethereum/go-ethereum/common/math
../../ethereum/go-ethereum/common/math/integer.go:84:21: undefined: bits.Sub64
../../ethereum/go-ethereum/common/math/integer.go:90:19: undefined: bits.Add64
../../ethereum/go-ethereum/common/math/integer.go:96:12: undefined: bits.Mul64
github.com/yvasiyarov/go-metrics
gopkg.in/redis.v3/internal/pool
github.com/yvasiyarov/newrelic_platform_go
github.com/ethereum/ethash/vendor/github.com/ethereum/go-ethereum/log
gopkg.in/redis.v3
github.com/ethereum/go-ethereum/common
github.com/yvasiyarov/gorelic
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 2
root@kc2:/data/open-eth-pool-script-install/open-ethereum-pool# make
build/env.sh go get -v ./...
github.com/ethereum/go-ethereum/common/math
# github.com/ethereum/go-ethereum/common/math
../../ethereum/go-ethereum/common/math/integer.go:84:21: undefined: bits.Sub64
../../ethereum/go-ethereum/common/math/integer.go:90:19: undefined: bits.Add64
../../ethereum/go-ethereum/common/math/integer.go:96:12: undefined: bits.Mul64
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 2
@HamzaAnis HamzaAnis self-assigned this Mar 24, 2021
@HamzaAnis HamzaAnis added the bug label Mar 24, 2021
@duckducknono
Copy link
Contributor

duckducknono commented Apr 2, 2021

I also have this error. The script is very promising and so hopefully can resolve. There are consistent issues around the make command for the open-ethereum-pool and they seem largely dependant on the version of golang.

@HamzaAnis
Copy link
Owner

I'll test it again on the weekend.

@duckducknono
Copy link
Contributor

I have created a pull request to solve this here....

sammy007/open-ethereum-pool#473

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

No branches or pull requests

3 participants