Bug 187900

Summary: [GTK] 2.21.5 cannot be built from tarball
Product: WebKit Reporter: Tomas Popela <tpopela>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Tomas Popela 2018-07-23 01:02:20 PDT
Traceback (most recent call last):
  File "/builddir/build/BUILD/webkitgtk-2.21.5/Tools/gtk/generate-gtkdoc", line 31, in <module>
    import common
  File "/builddir/build/BUILD/webkitgtk-2.21.5/Tools/glib/common.py", line 28, in <module>
    from webkitpy.common.checkout.scm import Git
ImportError: No module named webkitpy.common.checkout.scm

The Tools/glib/common.py should be reworked/split to only call the webkitpy things when running from the checkout (I think that this is preferred) or webkitpy bits should be shipped as well in the tarball.
Comment 1 Tomas Popela 2018-07-23 01:04:41 PDT
It's a regression after https://bugs.webkit.org/show_bug.cgi?id=185643 https://trac.webkit.org/changeset/233030
Comment 2 Michael Catanzaro 2018-07-23 07:12:18 PDT
We had a successful build on GNOME infrastructure, but I think that's because we don't build gtkdoc.
Comment 3 Michael Catanzaro 2018-07-23 07:12:53 PDT
Rolling out in bug #187904