Closed Strykar closed 4 years ago
Looks like your C++ compiler was killed, most likely because you're running out of RAM. dmesg
might say more if that's the case. You might want to reduce the number of jobs (-j
), close some other application eating your RAM, or perhaps download more RAM :wink:
You can double-check it in the kernel log, but I'm pretty sure it's OOM killer. tdlib is notorious for requiring more than a gigabyte of RAM to compile some files.
I think it has a PHP script to split the worst offenders into multiple files, haven't tried it myself though.
That was it, thank you. Happily ate up 10 GB of RAM when compiled on my desktop, closing. Working well in Bitlbee for single user chats. Cheers @ars3niy @The-Compiler
Build fails on Arch Linux (aur pkg) with:
Where do I start to troubleshoot this?