New comment by ibhagwan on void-packages repository https://github.com/void-linux/void-packages/pull/26896#issuecomment-757339525 Comment: > > 276:24.63 collect2: fatal error: ld terminated with signal 9 [Killed] > > The kernel's OOM killer is killing the process during the linking phase. You have to give it more memory (less parallelism, for example). Here the linker took around 10G of RAM. Correct, I was able to compile it on my desktop with 64GB RAM, as I finished compiling I saw it was actually just published as a pre-packaged binary in the repos and works great :-) Ty!