[Webkit-unassigned] [Bug 195251] New: [GTK] No rule to make target 'JavaScriptCore-4.0.gir'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 2 15:54:55 PST 2019


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

            Bug ID: 195251
           Summary: [GTK] No rule to make target 'JavaScriptCore-4.0.gir'
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

This error happens if you try to build WebKitGTK with make -j1 (I'm using plain cmake, without ninja):

make -f Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/build.make Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/build
make[3]: Entering directory '/tmp/webkit2gtk-2.22.7/obj-x86_64-linux-gnu'
make[3]: *** No rule to make target 'JavaScriptCore-4.0.gir', needed by 'WebKit2-4.0.gir'.  Stop.
make[3]: Leaving directory '/tmp/webkit2gtk-2.22.7/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1605: Source/WebKit/CMakeFiles/WebKit2WebExtension-4-gir.dir/all] Error 2
make[2]: Leaving directory '/tmp/webkit2gtk-2.22.7/obj-x86_64-linux-gnu'
make[1]: *** [CMakeFiles/Makefile2:203: Source/CMakeFiles/gir.dir/rule] Error 2
make[1]: Leaving directory '/tmp/webkit2gtk-2.22.7/obj-x86_64-linux-gnu'
make: *** [Makefile:215: gir] Error 2

There's indeed to no rule to generate JavaScriptCore-4.0.gir directly,
but you can do 'make JavaScriptCore-4-gir', so I guess there's a
wrong/missing rule on the CMake files?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190302/8c985a8d/attachment.html>


More information about the webkit-unassigned mailing list