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

github.com/fjl/memsize conflicts with Go1.23.# #260

Closed
mandoopapa opened this issue Sep 10, 2024 · 1 comment
Closed

github.com/fjl/memsize conflicts with Go1.23.# #260

mandoopapa opened this issue Sep 10, 2024 · 1 comment
Labels
question Further information is requested wontfix This will not be worked on

Comments

@mandoopapa
Copy link

Error logs:

command-line-arguments
# command-line-arguments
link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld
make[1]: *** [Makefile:29: op-node] 오류 1
make[1]: 디렉터리 '/home/max/src/tokamak-thanos/op-node' 나감
make:*** [Makefile:110: op-node] 오류 2

Analytics

Cause

While attempting to clone tokamak-thanos and deploy it on testnet, I saw the following issue.

I completed the dependency installation with pnpm install and typed make op-node op-batcher op-proposer
This is what happened after that.

The cause is that certain repos crash on the latest version of Go, Go1.23 or later, as shown in the link below.
fjl/memsize#5

For Optimism, they have removed that repository after a certain version to resolve this issue.

Solution

The current solution is simple
Instruct users to set their Go version to 1.22.7 or lower, or delete this repository from the team.

@theo-learner
Copy link
Member

theo-learner commented Sep 13, 2024

Sorry for late reply and thanks for your suggestion. This issue was resolved by ethereum/go-ethereum@e467577 in geth v1.14.8.

We can choose the method to use: 1. go 1.22.7 or lower or 2. geth v1.14.8.

@theo-learner theo-learner added question Further information is requested wontfix This will not be worked on labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants