open-eth-pool-script-install
open-eth-pool-script-install copied to clipboard
Install Error
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
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.
I'll test it again on the weekend.
I have created a pull request to solve this here....
https://github.com/sammy007/open-ethereum-pool/pull/473