star icon indicating copy to clipboard operation
star copied to clipboard

rakudo star 2020.05 build failed on FreeBSD 12.1 arm64

Open raycherng opened this issue 4 years ago • 2 comments

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

raycherng avatar Sep 01 '20 10:09 raycherng

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.

Tyil avatar Sep 11 '20 14:09 Tyil

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.

cognominal avatar Dec 05 '20 15:12 cognominal

closing due to inactivity

AntonOks avatar Dec 11 '23 13:12 AntonOks