-
Notifications
You must be signed in to change notification settings - Fork 425
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
Build failed on raspberry PI #134
Comments
Looks like Blockstream/esplora#61. |
Is it possible to run On my machine, it runs and prints: $ ll target/release/build/rayon-core-abb6ef45549d5d87/build-script-build
-rwxrwxr-x 2 roman roman 1664904 Apr 12 09:45 target/release/build/rayon-core-abb6ef45549d5d87/build-script-build
$ ./target/release/build/rayon-core-abb6ef45549d5d87/build-script-build
cargo:rerun-if-changed=build.rs |
Hi, that is very strange. If I try to run it I get:
even if it has the proper executing permissions:
How can it be possible? |
This is indeed strange :/ |
Yes, same issue even after cleaning. |
Ping :) |
Hi, still same issue, but I was not yet able to try a different external storage support, I am sorry. |
No worries, just wanted to check :) |
Guess: wrong architecture. Try |
I'm having a similar issue installing on pi. Not able to complete step 189 with the rustc build. Any suggestions on this aspect? |
Hey. Last versions don't build on model 3. The end of the trace here:
I've got some other errors but I don't know what to do with this. Probably I will stop building elecrs on such weak SBC. Trying to build older versions. |
@engenegr looks like RocksDb code is written in older version of C++ and you have a newer one. Seeing the command, the version is not explicitly specified. Maybe try to run the same command with appropriate C++ version given on command line and if it works, file a bug agains |
@Kixunil thank you for the response. Do you know how to do it with |
@Kixunil thanks for the right direction. The build was successful after reinstalling some packages on Raspbian. Taken from here.
to check:
Don't forget about the swap if you build on SBC. |
Glad to hear it helped a bit! :) I suspect that you should've used |
@engenegr @Kixunil Thanks for reporting, debugging and resolving the issue! |
Can be closed I guess? FYI, I just compiled RC2 fine on RPi 32-bit. Do I still need the below? (I used it.)
|
@xanoni you can try without |
Alright I'll give it a try and report back how it went without the flag ... |
Error during |
@xanoni Could you please share the full build log? |
Oh, I didn't store that because I assumed it was the same problem as last time that we already know .... can run it again, though. |
No need, thanks! |
Too late ....
|
Opened #527. |
Hi,
electrs is failing to compile on my raspberry PI, it ends with the following error:
The strange thing is that I managed to build it few weeks ago on the same host.
Here some info on my setup:
Thank you very much
The text was updated successfully, but these errors were encountered: