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

ethdo compatibility on FreeBSD #153

Open
airflow2010 opened this issue Jan 3, 2025 · 1 comment
Open

ethdo compatibility on FreeBSD #153

airflow2010 opened this issue Jan 3, 2025 · 1 comment

Comments

@airflow2010
Copy link

Hello,

I'd like to run ethod on FreeBSD. When I try to install it in an instance via

go install github.com/wealdtech/ethdo@latest

it installs for a while until it fails with

go: downloading github.com/jmespath/go-jmespath v0.4.0
# github.com/wealdtech/ethdo
/root/go/pkg/mod/golang.org/[email protected]/pkg/tool/freebsd_amd64/link: running clang failed: exit status 1
ld: error: unable to find library -lbls384_256
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I assume this is because this specific library is just not available on FreeBSD and therefore I cannot use ethdo on FreeBSD. Is this correct?

Thanks

@mcdee
Copy link
Collaborator

mcdee commented Jan 6, 2025

It looks that way. At a guess this is missing in the https://github.com/herumi/bls-eth-go-binary repository, although I can't be certain.

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