-
Notifications
You must be signed in to change notification settings - Fork 259
Description
I'm having repeated errors when building documentation with Cmake Gninja. I don't have these issues when compiling these the classic way.
master branch, WSL2 + Ubuntu 20.04, AMD 3900x, WSL2 looks like it's using about 12 gigs of memory (out of 32).
Is something going on with the multi-threading of building documentation? Currently, the only errors I see are those at the end. I'm attaching (the not very helpful) example output errors here in a zip file.
ErrorsFromBuild.zip
Some of the example outputs simply say "Killed" at the end.
Weirdly, when I try re-running
ninja install-packages
at least the second time (and getting a different similar-looking error the first time), it completed without errors.
Finally, peridocally, in the terminal output, i also see
sh: 1: Syntax error: "(" unexpected
Is this something I should be worried about?
(they don't seem to cause the compilation to fail)