-
Notifications
You must be signed in to change notification settings - Fork 280
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
Linux aarch64 rpm won't install #103
Comments
can you try with beta.9 |
I tried beta.12. The error is:
|
try 6.4.0 release |
Same error as before. I was able to repair the rpm using the
This was on done with AlmaLinux 9.1 system running on arm64. |
The "repaired" RPM doesn't actually work. During startup the error is:
I think what it really wants is |
If Normaly, node-pty will look for Release first and on error, it tries to load Debug. |
File
So it looks to be the wrong architecture. It should be ARM 64. That would explain it. I found the Release error later in the output. The way the try/catch is structured in
|
Hi, i guess there are multiple errors here... Maybe the arm64 vs aarch64 mismatch, it seems like an upstream error. Lens is using electron-builder to build rpm. Here is a condition for if rpm, then aarch64: https://github.com/electron-userland/electron-builder/blob/f6944a3c123f0cee050cbd481cb0916ea46de46f/packages/builder-util/src/arch.ts#L79-L81 but some line above, an additional check for rpm is missing: Maybe also is result into additional error. But this is an error, that we can not fix and even the Lens upstream project is not able to resolve the issue. It needs to be reported here: https://github.com/electron-userland/electron-builder Similar error reported: #52 I may expect something similar with the second error, e.g. that the Since GitHub is not proving any arm based runner, we are not able to solve that error. So local builds are the only rescue here. Not sure, if only rpm is affected here or deb, too...... @MuhammedKalkan maybe its an good idea to disable linux arm build, since they are not usable. |
@griffint61 The bug seems fixed upstream now. I guess it needs to released first in electron-builder and the new release needs to be included in Lens. Thats everything what we can provide here. |
A similar error is present in the arm64.deb package. please fix it.
` |
@dhaluza thanks for sharing this, we not able to fix this. |
Checkout the new 9.5 version, maybe its fixed. |
same in 6.5: sudo dnf install OpenLens-6.5.2-366.aarch64.rpm
Last metadata expiration check: 0:12:51 ago on Sun 04 Feb 2024 04:15:08 PM PST.
allow_vendor_change is disabled. This option is currently not supported for downgrade and distro-sync commands
Error:
Problem: conflicting requests
- package open-lens-6.5.2_366-1.arm64 from @commandline does not have a compatible architecture |
Trying to install the aarch64 rpm on AlmaLinux 9.1 (arm edition) gives this error:
I tried the three most recent builds, include 6.4.0-alpha.2
The text was updated successfully, but these errors were encountered: