mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Native Linux executable for aarch64 does not work #261
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @allexun on GitHub (Jan 5, 2025).
I tried running Pkl on my Raspberry Pi 5 but could not get it to work.
Followed the installation instructions from the docs:
But got this error and nothing else:
I suppose the issue affects
linux/aarch64platform in general.@HT154 commented on GitHub (Jan 5, 2025):
The Linux aarch64 binary is well-tested on ARM Macs under virtualization, so I suspect this is unique to the rpi and similar systems. It might be related to page size, like this issue https://github.com/clojure-lsp/clojure-lsp/issues/1748. If that theory is correct then this should also repro on Asahi Linux.
@HT154 commented on GitHub (Jan 5, 2025):
Yup, this all but confirms my theory:
I'll look into fixing this since I can readily repro.
@allexun commented on GitHub (Jan 6, 2025):
Thanks for the quick reply! Hope the fix makes it into the next release