-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
quirk in artisan-linux-3.1.0_raspbian-bookworm.deb #1765
Comments
Hi, thanks for your bug report, that seems like a bug! The architecture is set on this line, I think that may need to become |
Could you try to see if the latest continuous build fixes the issue? |
RPi builds are no longer on CI for reasons. Sorry. Those builds are manually build for each release. I will look into this architecture mismatch hopefully today... |
Ah, sorry, thanks for mentioning! |
I made a new deb build using 'arm64' as architecture and updated it to the 3.1 release. I updated the architecture before the release, but edited a file (now removed from the repro) which is no longer in use by the build scripts. Sorry! Still this is a bit confusing to me as I get the following on my RPi
Please re-download the build (now renamed to reflect the proper OS name) and report if this now installs and runs fine. Thanks for your report! |
OK thanks Marko, I'll give it a try OT Important is the difference between armhf (arm 32-bit) and aarch64/arm64 (arm 64-bit), those use different tool-chains. So, don't be confused if one tool returns aarch64 and another arm64, it's the same architecture, but slightly older/newer tools that report the same thing. |
@ju-emb : so for the next builds I will rename this architecture tag from arm64 to aarch64 to fit this consensus. Thanks for this explanation! |
Just to be clear: from my understanding, the dpkg architecture needs to be |
Ah, ok. So let's keep things as they are now. Thanks for this further clarification. |
Problem Description
The official deb package for raspbian has a mismatch in architectures.
The deb package contains arm64 binaries but doesn't install on arm64.
Steps To Reproduce
it installs fine on armhf platform
install .deb on armv7l or extract the contained binary from the package and run an check, it returns aarch64
Artisan Version
3.1.0
Computer OS and Version
linux
Connected devices or roasting machine
No response
Files
A sample profile *.alog file, renamed to *.alog.txt is attached.
A settings file (Help>> Save Settings) *.aset, renamed to *.aset.txt is attached.
Screenshots are attached.
No files are attached.
The text was updated successfully, but these errors were encountered: