-
Notifications
You must be signed in to change notification settings - Fork 400
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
Unable to build electrs on Odroid HC2 #61
Comments
Thanks for reporting this issue! |
|
Unfortunately, the log show the same error, without more details:
Could you try to build the https://github.com/romanz/build-rayon-demo repository? Also, could you please to attach the OS & Rust details/versions? |
The build ( OS / Rust info:
|
I am not sure what may cause this issue :/ Is it possible to run $ ls -l build-script-build
-rwxrwxr-x 2 roman roman 2415608 Mar 28 14:10 build-script-build
$ file build-script-build
build-script-build: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=9005447c191b63e3ffcb26daf2448fd2223bbc89, with debug_info, not stripped
G
$ ./build-script-build
cargo:rerun-if-changed=build.rs Could you please try rebuild with |
Were you able to resolve this? |
Ping @justinmoon, I'm really interested knowing if this works on the HC2 :) |
Hey sorry for the delay. I will try again shortly. I gave up earlier but will try again. |
This issue is a problem I encountered with your electrs fork -- but that repo doesn't accept issues so I'm posting here.
I get an error when I run the build command described in the directions:
I can run the same command from the base romanz/electrs project and it builds successfully.
So I don't believe it's an upstream problem. But I lack the rust chops to debug exactly what is failing ...
The text was updated successfully, but these errors were encountered: