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

v1.8.0 go install failure (Found (v1.8.0), but does not contain package github.com/flashbots/mev-boost) #678

Closed
EvilJordan opened this issue Aug 29, 2024 · 5 comments · Fixed by #679

Comments

@EvilJordan
Copy link

$ CGO_CFLAGS="-O -D__BLST_PORTABLE__" go install github.com/flashbots/mev-boost@latest
go: downloading github.com/flashbots/mev-boost v1.8.0
go: github.com/flashbots/mev-boost@latest: module github.com/flashbots/mev-boost@latest found (v1.8.0), but does not contain package github.com/flashbots/mev-boost
@hernanilr
Copy link

$ CGO_CFLAGS="-O -D__BLST_PORTABLE__" go install github.com/flashbots/mev-boost@v1.8.0
go: downloading github.com/flashbots/mev-boost v1.8.0
go: github.com/flashbots/mev-boost@v1.8.0: module github.com/flashbots/mev-boost@v1.8.0 found, but does not contain package github.com/flashbots/mev-boost

@EvilJordan
Copy link
Author

EvilJordan commented Aug 30, 2024

This works:

CGO_CFLAGS="-O -D__BLST_PORTABLE__" go install github.com/flashbots/mev-boost/cmd/mev-boost@latest

Looks like the README.md needs to be updated with the correct path. Unfortunately, I'm in bed and can't make a PR right now 😄

Thanks to @mcdee at Attestant for solving!

@metachris
Copy link
Collaborator

Argh, it looks like this is related to #660

I believe I tested installing it with go install after this change, but it seems some issue is still there. @MariusVanDerWijden could you open a PR to fix the root main.go file to make go install work?

@metachris
Copy link
Collaborator

(think this issue was closed because of the PR merge, but i'd prefer to keep this issue open until confirmed and released)

@metachris
Copy link
Collaborator

made a patch release v1.8.1 which fixed this, you can now install MEV-Boost again with go install github.com/flashbots/mev-boost@latest

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

Successfully merging a pull request may close this issue.

3 participants