-
-
Notifications
You must be signed in to change notification settings - Fork 57
Description
G'day, samurai contributors.
Recently, when working at Copacabana's build system, I perceived that the LLVM build would hang specifically betwixt object 1004 (tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o) and 1012 (tools/clang/lib/Sema/CMakeFiles/obj.clangSema.dir/SemaDeclObjC.cpp.o) when building with samu (as a link to ninja) built from the master branch --- I know, I was asking for instability, but I wanted to see what does samurai needs for a new release --- instead of ninja version 1.12.1.
I do not have an exact response about why is this happening, though I could make a safe bet about it being because g++ may get an O.O.M. kill and samu doesn't get it, so it restarts the process and it continues running, getting killed, then running again, getting killed... And that's it.
I'm building Copacabana from Void Linux musl x86_64 using its build system, and the last time I updated it was on October 29th.
Much obliged for the attention and I would like to know if there's anything I could help in this project.