[Webkit-unassigned] [Bug 200894] [WebDriver][GTK] WebDriver css-selector fails on WebKitGTK+ 2.25.4 and Fedora 31 (rawhide)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 17:43:17 PDT 2019


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

--- Comment #3 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
I have hunted down the issue to be caused when WebKitGTK+ is built with python3 instead of python2.

Passing "-DPYTHON_EXECUTABLE=/usr/bin/python3" to the build or building on a system that doesn't have python2 (CMake will pick python3 if it can't find python2) causes this problem.

The problem is very likely caused by some of the python scripts that are run as part of the build process that generate code.

-- 
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/20190820/eeee4a8f/attachment.html>


More information about the webkit-unassigned mailing list