-
Notifications
You must be signed in to change notification settings - Fork 464
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
error trying to install on raspberry PI 3 #1178
Comments
@wx4cb The armhf package is build for ARM32 systems. You are using an ARM64 (aarch64) System. |
ok np. that's what i thought.it had something to do with that.
if i install 32 bit support would it work then? or would i have to try and
compile on the pi ?
…On Sun, 4 Aug 2019 at 06:00, Arne Wischmann ***@***.***> wrote:
@wx4cb <https://github.com/wx4cb> The armhf package is build for ARM32
systems. You are using an ARM64 (aarch64) System.
Some Arm CPUs support both armhf and aarch64 - but your OS is an aarch64
one so it refuses to install the armhf package.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1178?email_source=notifications&email_token=AALNCAKACDH3J53V5Z6LY7LQC2SDFA5CNFSM4IJB43TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3P6LQA#issuecomment-517989824>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALNCAIRQESLXQ5YI4KCKWTQC2SDFANCNFSM4IJB43TA>
.
|
@wx4cb Yes you could do that.... BUT as the package you are trying to install is REALLY old I would recommend to build the current master on the raspi for aarch64. I will take a while on that system but I think it is worth the effort as the current master has a lot of improvements and bug fixes compared to 2.0.26. |
i tried comppiling it 3 times on the pi, but it keeps crashing the pi. i'm
going to setup a cross compiler to do it when i get time
…On Sun, 4 Aug 2019 at 06:36, Arne Wischmann ***@***.***> wrote:
@wx4cb <https://github.com/wx4cb> Yes you could do that.... BUT as the
package you are trying to install is REALLY old I would recommend to build
the current master on the raspi for aarch64. I will take a while on that
system but I think it is worth the effort as the current master has a lot
of improvements and bug fixes compared to 2.0.26.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1178?email_source=notifications&email_token=AALNCAOQ6URUAPWL36V42VDQC2WJRA5CNFSM4IJB43TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3P65QQ#issuecomment-517992130>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALNCAK5JGRYLGA5Y4QJGMLQC2WJRANCNFSM4IJB43TA>
.
|
Hmm - perhaps you should try https://github.com/dockcross/dockcross. I have heard that it is easy to use - but never tried by myself. 😃 |
still no good. can't cross compile and can't compile on the pi. any other ideas anyone? |
@wx4cb Create some swap space on the Pi before compiling. It is likely you are running out of memory. |
@dcarpy i'll give that a try thnx. |
ok that worked. Now i have one more question. how do i make a binary package so that we can put it on a resources page so that everyone can get it that's trying to do the same thing. |
Use debuild instead of make. You may have to install some additional packages. |
Don't forget to close this issue before you are done. :-) |
i tried that, but it appears there's an issue with a libqt5declarative5 package that i can't find in the latest ubuntu mate |
|
Hmm...when you say latest Ubuntu Mate are you saying 18.04? |
The latest download i beleive is based on bionic.
Ill post a listing wheen i get home later.
…On Sun, Aug 18, 2019, 09:14 Dave C. ***@***.***> wrote:
Hmm...when you say latest Ubuntu Mate are you saying 18.04?
https://packages.ubuntu.com/xenial/libqt5declarative5 and
https://packages.ubuntu.com/bionic/allpackages?format=txt.gz
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1178?email_source=notifications&email_token=AALNCAM72CIEY5XBHQUUSEDQFFDKHA5CNFSM4IJB43TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4Q7ZWI#issuecomment-522321113>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALNCAJNX35ORRHYTUXVOHDQFFDKHANCNFSM4IJB43TA>
.
|
Hi all - what is the state of this issue?? |
I havent had chance to work on it lately. slammed with a major project at the local airport with work and have had a house move in the middle of it. |
HI
trying to install the armhf package on a raspberry pi 3 running ubuntu mate. following this thread over on "discuss". I get the error below. Any thoughts?
The text was updated successfully, but these errors were encountered: