bnb-chain / bsc

A BNB Smart Chain client based on the go-ethereum fork
GNU Lesser General Public License v3.0
2.73k stars 1.56k forks source link

make geth error #2254

Closed mucy0729 closed 7 months ago

mucy0729 commented 8 months ago

env GO111MODULE=on go run build/ci.go install ./cmd/geth

/usr/local/go/bin/go build -ldflags "-X github.com/ethereum/go-ethereum/internal/version.gitCommit=5ee77bbe8bba2f1e9b7bc9368347fd531891ec7e -X github.com/ethereum/go-ethereum/internal/version.gitDate= -s" -tags urfave_cli_no_docs,ckzg -trimpath -v -o /Users/kk.c/work/jiedian/bsc/build/bin/geth ./cmd/geth go: github.com/prysmaticlabs/prysm@v0.0.0-20220124113610-e26cde5e091b requires github.com/wercker/journalhook@v0.0.0-20180428041537-5d0a5ae867b3: invalid version: unknown revision 5d0a5ae867b3 util.go:48: exit status 1 exit status 1

zzzckck commented 7 months ago

what is your Golang version, BSC needs Golang v1.21+ now.

zzzckck commented 7 months ago

close it now, since no update for more then 2 weeks, could reopen once more information is provided.