RESOLVED FIXED 101912
[GTK] Parallel build broken when running make distcheck
https://bugs.webkit.org/show_bug.cgi?id=101912
Summary [GTK] Parallel build broken when running make distcheck
Carlos Garcia Campos
Reported 2012-11-12 02:18:32 PST
This looks similar to bug #76388, when starts compiling WebCore the JS DOM bindings code hasn't been generated yet. See the last part of the build output: ...... GEN DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitEnumTypes.cpp GEN stamp-webkit2enumtypes GEN stamp-webkit2marshal.cpp GEN stamp-webkit2marshal.h CXX Source/WebCore/dom/libWebCore_la-DeviceMotionController.lo CXX Source/WebCore/dom/libWebCore_la-DeviceMotionData.lo CXX Source/WebCore/dom/libWebCore_la-DeviceMotionEvent.lo CXX Source/WebCore/dom/libWebCore_la-DeviceOrientationController.lo offlineasm: offset extractor DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated. CXX Source/WebCore/dom/libWebCore_la-DeviceOrientationData.lo CXX Source/WebCore/dom/libWebCore_la-DeviceOrientationEvent.lo CXX Source/WebCore/dom/libWebCore_la-Document.lo In file included from ../Source/WebCore/bindings/js/ScriptController.h:26:0, from ../Source/WebCore/page/Frame.h:40, from ../Source/WebCore/inspector/InspectorInstrumentation.h:37, from ../Source/WebCore/dom/DeviceOrientationController.cpp:32: ../Source/WebCore/bindings/js/JSDOMWindowShell.h:32:25: fatal error: JSDOMWindow.h: No such file or directory compilation terminated. CXX Source/WebCore/dom/libWebCore_la-DocumentFragment.lo In file included from ../Source/WebCore/bindings/js/ScriptController.h:26:0, from ../Source/WebCore/page/Frame.h:40, from ../Source/WebCore/page/FrameView.h:30, from ../Source/WebCore/rendering/RenderView.h:25, from ../Source/WebCore/rendering/FlowThreadController.h:33, from ../Source/WebCore/dom/Document.cpp:73: ../Source/WebCore/bindings/js/JSDOMWindowShell.h:32:25: fatal error: JSDOMWindow.h: No such file or directory compilation terminated. CXX Source/WebCore/dom/libWebCore_la-DocumentEventQueue.lo make[1]: *** [Source/WebCore/dom/libWebCore_la-DeviceOrientationController.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [Source/WebCore/dom/libWebCore_la-Document.lo] Error 1 make[1]: Leaving directory `/home/cgarcia/src/git/gnome/WebKit/WebKitBuild/webkitgtk-1.11.1/_build' make: *** [distcheck] Error 1
Attachments
Patch (11.24 KB, patch)
2012-11-14 07:43 PST, Philippe Normand
no flags
Philippe Normand
Comment 1 2012-11-14 07:43:52 PST
Philippe Normand
Comment 2 2012-11-15 00:26:26 PST
Comment on attachment 174158 [details] Patch Pulling out of review. This should probably be done by spawning a new make process for DerivedSources.make
Alberto Garcia
Comment 3 2013-09-13 06:05:30 PDT
We did a lot of fixes for the parallel build lately, and we didn't find any more issues that I'm aware of, so I bet this is already fixed (likely the same as bug 116227). Please reopen if you are still having problems.
Note You need to log in before you can comment on or make changes to this bug.