Skip to content
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

Open
wolfwood opened this issue Nov 2, 2018 · 6 comments
Open

media-gfx/inkscape-0.92.3-r1 intermittent failure #166

wolfwood opened this issue Nov 2, 2018 · 6 comments

Comments

@wolfwood
Copy link
Contributor

wolfwood commented Nov 2, 2018

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

@wolfwood wolfwood changed the title media-gfx/inkscape-0.92.3-r1 failure media-gfx/inkscape-0.92.3-r1 intermittent failure Nov 2, 2018
@wolfwood
Copy link
Contributor Author

wolfwood commented Nov 2, 2018

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.

@InBetweenNames
Copy link
Owner

Yeah this is strange. We'll leave this issue up in case anyone else can reproduce it.

@wolfwood
Copy link
Contributor Author

wolfwood commented Dec 3, 2018

media-gfx/inkscape CMAKE_MAKEFILE_GENERATOR=emake seems to resolve this issue

@wolfwood
Copy link
Contributor Author

wolfwood commented Dec 3, 2018

nevermind. failed again with emake

@ionenwks
Copy link

ionenwks commented Dec 3, 2018

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.

@wolfwood
Copy link
Contributor Author

wolfwood commented Dec 3, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants