-
Notifications
You must be signed in to change notification settings - Fork 75
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
Parallel build problem #766
Comments
|
It has been confirmed that my mitigation of this problem, by building |
|
I am a bit confused... has this been solved elsewhere or is there something that needs doing here to fix this? |
|
It needs to be fixed here, I've just described a hack I've used to patch it in FreeBSD ports. |
|
Fixed, I hope, in commit: |
|
Thanks, will ask original submitter to test since I cannot reproduce the problem. Btw, it could be more correct to depend on |
Thanks. Fixed in commit: |
|
I've discovered a way to reproduce the problem by adding |
ISSUE TYPE
GEEQIE VERSION
OS / DISTRIBUTION
FreeBSD
SUMMARY
Parallel build failure was reported on FreeBSD. Couldn't reproduce it, but as always with parallel build issues it's dependent on a lot of things.
The cause seem to be in
src/gq-marshal.{c,h}generation:geeqie/src/Makefile.am
Lines 304 to 308 in 92b4e3e
These files must be generated before compiling any sources which reference them, but it doesn't seem to be the case.
STEPS TO REPRODUCE
Try to build geeqie with certain (unknown) number of jobs.
The text was updated successfully, but these errors were encountered: