-
Notifications
You must be signed in to change notification settings - Fork 386
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
freebsd: make check bench_bitcoin illegal instruction #1381
Comments
does this also occur in 22.1.1 ? |
22.1.1 doesn't seem to want to build:
|
You need to use boost 1.75 for 22.x. In Nix you can do this with |
Got it to build with
@apoelstra well my intention is to see how elementsd runs on FreeBSD. But yeah 14.2 seems to have boost 1.85 which I guess is too new for 22.x. |
If "how it runs on X" means "how it runs with the default version of all dependencies provided by X" then it pretty-much doesn't run anywhere :). |
I hear you. FWIW that's the only |
Actually let me double-check on this. It looks like elements 0.21 worked for me with boost 1.81 (and does not work with 1.75). |
Ok got a backtrace with 23.2.4 but no idea if it's helpful:
|
what about building with the vendored deps in depends ? |
Doesn't look like the 22.1.1 depends supports FreeBSD, though it appears support was added more recently.
|
re dependencies, I was able to build elements 22.1.1 with clang and
But as I said above, I believe boost 1.81 would've worked fine (and maybe even later versions). miniupnpc 2.2.8 would not have worked. And your compilation error looked like it was related to Not sure what to do about the arch being explicitly unsupported tho. |
The Here is an lldb backtrace for 22.1.1.
|
OS: FreeBSD 14.2
Tag: Elements-23.2.4
Arch: x86_64
The bitcoind v23.2 bench_bitcoin runs fine.
The text was updated successfully, but these errors were encountered: