rakudo / star

Rakudo Star (Raku distribution)
https://rakudo.org/
Artistic License 2.0
265 stars 41 forks source link

rakudo star 2020.05 build failed on FreeBSD 12.1 arm64 #159

Closed raycherng closed 9 months ago

raycherng commented 4 years ago

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

Tyil commented 3 years 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.

cognominal commented 3 years ago

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.

AntonOks commented 9 months ago

closing due to inactivity