Was trying to compile and run something on Gentoo that required virtual/commonlisp. None of the provider packages I unmasked worked. sbcl installed but crashed at runtime with an mmap failed message about ASLR. PS: I might either find a distro that has patched to add ASLR to sbcl to replicate the patching process or bite my tongue and disable PIE/PIC on this ebuild.
sbcl is supposed to work, might be worth asking for help on their IRC. ECL isn't keyworded, but it might work, Debian packages it for arm64.<p>Might be related to <a href="https://bugs.launchpad.net/sbcl/+bug/1523213" rel="nofollow">https://bugs.launchpad.net/sbcl/+bug/1523213</a> (so unrelated to arm64) ?
clisp is packaged for Ubuntu LTS, I haven't complied anything with it and your make file might need to be checked for compatibility, but it could be an option