You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using Asahi Linux which uses 16k pagesize for the past year or so. ghcup has worked perfectly on it. However today the hls died on me repeatedly. Checking log I see errors like:
.../share/ghcup/hls/2.9.0.1/lib/haskell-language-server-2.9.0.1/bin//haskell-language-server-9.8.2: error while loading shared libraries: libHSlibyaml-clib-0.2.5-b4e3b7f53c6f0e5b9f03710fec1a2dfaf4b1a44cd493ad6e2de7ecba6d945d76-ghc9.8.2.so: ELF load command address/offset not page-aligned
This happens with hls-2.9.0.1, hls-2.9.0.0 and hls-2.8.0.0. hls-2.7.0.0 works.
Maybe something changed and the aarch64 binaries for hls are now using 4k pagesize?
The text was updated successfully, but these errors were encountered:
I have been using Asahi Linux which uses 16k pagesize for the past year or so.
ghcup
has worked perfectly on it. However today thehls
died on me repeatedly. Checking log I see errors like:This happens with
hls-2.9.0.1
,hls-2.9.0.0
andhls-2.8.0.0
.hls-2.7.0.0
works.Maybe something changed and the
aarch64
binaries for hls are now using 4k pagesize?The text was updated successfully, but these errors were encountered: