-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Is your feature request related to a problem? Please describe.
The current (3.8.1.4) ARM64 release for kDrive does not work on systems with a 16K memory page size. For example, when run on my M1 Max MacBook with Asahi Alarm (Arch) Linux, I get:
Error while loading shared libraries: libsentry.so: ELF load command address/offset not page-aligned
From what I read, this should also be the case on the Raspberry Pi 5; plus, probably more systems in the future will use 16K instead of 4K page size.
More details here: https://asahilinux.org/docs/sw/broken-software/ (focused on Asahi Linux but provides valid context about the issue)
Describe the solution you'd like to implement
See issue title.
Describe alternatives you've considered
- Try and compile from source (I've no time for that);
- For my own situation: keep using MacOS on my Apple Silicon Mac (not a solution mid/long-term).
Metadata
Metadata
Assignees
Labels
No labels