-
Notifications
You must be signed in to change notification settings - Fork 134
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
Raspberry Pi 4 8GB - GNU/Linux Debian 11 - kernel 5.10.0-9-arm64 - dependencies do not build qt5 #72
Comments
After a little bit of digging, i noticed these 404 error when trying to force the download of all libraries:
|
this look fine, it tried multiple sources and it found one if u look it closely for example for qt it can't find it 3 time but got it the 4th time
then FOUND:
so ur problem is not downloading depends. i don't know what ur problem u not providing efficient logging. need your error logs. non of logs provided are really error |
Yes but despite having downloaded the packages,
Also, here the result of
This two lines are probably where the problem is, despite requiring
|
ur first build look like it built
so it built for aarch64-unknown-linux-gnu so u should run configure for aarch64-unknown-linux-gnu not aarch64-linux-gnu |
AGAIN, it does not build QT5, so i started everything from scratch and proceeded as you suggested.
It seems to have downloaded everything even the QT5 packages. So let's keep moving forward:
End of the execution, still does not show any sign of build for the QT5 packages
Never-mind, let's still proceed:
It confirmed multiples times, QT5 is not built during the dependencies process:
Also at the end of the execution:
|
try to apply this #62 |
Sorry i'm afraid i did not understand your request. Do you want me to build with development (master) branch? |
no try to apply these changes for these file and see if it works |
Sadly, applying these changes does not resolve the issue, QT5 is still not being built:
Also, something catches my attention, some of the files have modifications only for aarch32, which is not my case my kernel is aarch64. |
Hi all. I can confirm that QT5 is simply not being build for aarch64.. I have tried also with crosscompile and the same. When you chose aarch64 there is no errors just no qt. |
The patch from https://github.com/Raptor3um/raptoreum/pull/62/files adds -qt for aarch32 |
I'm trying to build Raptoreum on a Raspberry Pi 4 8GB running GNU/Linux Debian 11 with kernel 5.10.0-9-arm64 and the dependencies don't download and build QT5:
Why are the qt5 libraries not being downloaded and built? What am i doing wrong?
The text was updated successfully, but these errors were encountered: