[Webkit-unassigned] [Bug 101912] New: [GTK] Parallel build broken when running make distcheck

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 02:16:49 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101912

           Summary: [GTK] Parallel build broken when running make
                    distcheck
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: gns at gnome.org, haraken at chromium.org


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list