Bug 187900
Summary: | [GTK] 2.21.5 cannot be built from tarball | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tomas Popela <tpopela> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tomas Popela
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tomas Popela
It's a regression after https://bugs.webkit.org/show_bug.cgi?id=185643 https://trac.webkit.org/changeset/233030
Michael Catanzaro
We had a successful build on GNOME infrastructure, but I think that's because we don't build gtkdoc.
Michael Catanzaro
Rolling out in bug #187904