Closed raycherng closed 11 months ago
I spot a *** Signal 11
in the paste you linked. This particular signal has it's own section in the FreeBSD manual. I see that you're using a Raspberry Pi 3B, there's a good chance you don't have the memory requirements to compile Rakudo on it directly.
I will try to run a FreeBSD build of 2020.05, but I don't have a Raspberry Pi to run it on similar hardware, and Sourcehut builds don't support FreeBSD on ARM yet.
I am in the process of understanding how to use rstar to do an Apple Silicon arm64 build. Problem was that the compilation toolchain tried to use jit when none is available for arm64. I provided a fix but did not check if the problem was more widespread.
To build nqp before the fix, i did. perl Configure.pl --gen-moar --backends=moar --moar-option='--no-jit'
See for more information : https://github.com/MoarVM/MoarVM/issues/1395 This maybe relevant... or not.
closing due to inactivity
rakudo star 2020.05 build failed on FreeBSD 12.1 arm64
environment FreeBSD 12.1 arm64 on Raspberry Pi 3B $ uname -a FreeBSD generic 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC arm64
https://pastebin.pl/view/88bcbeb7