-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
media-gfx/inkscape-0.92.3-r1 intermittent failure #166
Comments
I've successfully compiled this version twice in the past and 0.92.3 5 times. but I've also seen this failure multiple times. |
Yeah this is strange. We'll leave this issue up in case anyone else can reproduce it. |
|
nevermind. failed again with emake |
I haven't reproduced it but (from a quick look) since Maybe try if still get the issue with a more modest |
yeah, I'm rebuilding with `MAKEOPTS=-j1` i thought the race condition was a
bug in the ninja backend, but I guess it's a bug in the cmake scripts.
…On Mon, Dec 3, 2018, 09:56 ionenwks ***@***.*** wrote:
I haven't reproduced it but (from a quick look) since helper/sp-marshal.h
is a generated file, I'd believe there's dependencies issue with the make
scripts and -j 36 -l 36 that you use alters the order things get build in
based on load average leading to sometimes the right order, and sometimes
not. I don't think this has anything to do with the build flags from LTO
(at most it may produce different results due to certain tasks taking
longer and being more intensive altering the load average).
Maybe try if still get the issue with a more modest -j and no -l. Or
without -j at all.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB74t6xqb3WU5m7t91otNd4930QPrtSks5u1WXHgaJpZM4YMC5q>
.
|
ege-color-prof-tracker.cpp:54:10: fatal error: helper/sp-marshal.h: No such file or directory
#include "helper/sp-marshal.h"
main difference in my setup is that I'm using gold linker
inkscape-build.log
emerge-info.txt
The text was updated successfully, but these errors were encountered: