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 failed on a new device #2544

Closed
zzzckck opened this issue Jun 26, 2024 · 2 comments
Closed

build failed on a new device #2544

zzzckck opened this issue Jun 26, 2024 · 2 comments
Assignees

Comments

@zzzckck
Copy link
Collaborator

zzzckck commented Jun 26, 2024

System information

Geth version: geth v1.4.10
OS & Version: Windows/Linux/OSX
Commit hash : master

Expected behaviour

build pass

Actual behaviour

build failed

Steps to reproduce the behaviour

...
get "gopkg.in/src-d/go-log.v1": found meta tag vcs.metaImport{Prefix:"gopkg.in/src-d/go-log.v1", VCS:"git", RepoRoot:"https://gopkg.in/src-d/go-log.v1"} at //gopkg.in/src-d/go-log.v1?go-get=1
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
make: *** [geth] Error 1

Backtrace

NA

@zzzckck
Copy link
Collaborator Author

zzzckck commented Jun 27, 2024

we may have another issue: 2 prysm dependencies in go.mod with different version.

➜  bsc git:(03f9326f1) cat go.mod|grep "prysm"
	github.com/prysmaticlabs/prysm/v5 v5.0.3
	github.com/prysmaticlabs/prysm v0.0.0-20220124113610-e26cde5e091b // indirect
0.20210702154020-550e1cd83ec1

v5.0.3: was for BSC BLS related
v0.0.0-20220124113610-e26cde5e091b: was imported indirectly for GreenField precompile contract.

➜  bsc git:(03f9326f1) go mod why -m github.com/prysmaticlabs/prysm
# github.com/prysmaticlabs/prysm
github.com/ethereum/go-ethereum/core/vm/lightclient/v2
github.com/cometbft/cometbft/light
github.com/cometbft/cometbft/light/provider/http
github.com/cometbft/cometbft/rpc/client
github.com/cometbft/cometbft/rpc/core/types
github.com/cometbft/cometbft/votepool
github.com/prysmaticlabs/prysm/crypto/bls/blst
➜  bsc git:(03f9326f1) go mod why -m github.com/prysmaticlabs/prysm/v5
# github.com/prysmaticlabs/prysm/v5
github.com/ethereum/go-ethereum/cmd/geth
github.com/prysmaticlabs/prysm/v5/crypto/bls

@zzzckck zzzckck assigned unclezoro and unassigned zzzckck Jun 28, 2024
@zzzckck zzzckck closed this as completed Jun 28, 2024
@zzzckck zzzckck assigned zzzckck and unassigned unclezoro Jun 28, 2024
@zzzckck
Copy link
Collaborator Author

zzzckck commented Jun 28, 2024

we may have another issue: 2 prysm dependencies in go.mod with different version.

➜  bsc git:(03f9326f1) cat go.mod|grep "prysm"
	github.com/prysmaticlabs/prysm/v5 v5.0.3
	github.com/prysmaticlabs/prysm v0.0.0-20220124113610-e26cde5e091b // indirect
0.20210702154020-550e1cd83ec1

v5.0.3: was for BSC BLS related v0.0.0-20220124113610-e26cde5e091b: was imported indirectly for GreenField precompile contract.

➜  bsc git:(03f9326f1) go mod why -m github.com/prysmaticlabs/prysm
# github.com/prysmaticlabs/prysm
github.com/ethereum/go-ethereum/core/vm/lightclient/v2
github.com/cometbft/cometbft/light
github.com/cometbft/cometbft/light/provider/http
github.com/cometbft/cometbft/rpc/client
github.com/cometbft/cometbft/rpc/core/types
github.com/cometbft/cometbft/votepool
github.com/prysmaticlabs/prysm/crypto/bls/blst
➜  bsc git:(03f9326f1) go mod why -m github.com/prysmaticlabs/prysm/v5
# github.com/prysmaticlabs/prysm/v5
github.com/ethereum/go-ethereum/cmd/geth
github.com/prysmaticlabs/prysm/v5/crypto/bls

track prsym in #2553

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