[Webkit-unassigned] [Bug 228628] [WPE][GTK] Clean build broken with python3 after r280382
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 29 23:05:46 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228628
Carlos Alberto Lopez Perez <clopez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aakash_jain at apple.com,
| |jbedard at apple.com
--- Comment #2 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
As far as I can see, the issue (apparently) comes because the class AutoInstall in file Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py does not implement the method find_spec() which is new in python 3.4
See: https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
What puzzles me is that the script works if I call it directly with python3, it only fails if is called from the build :?
--
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/20210730/7edaacdf/attachment.htm>
More information about the webkit-unassigned
mailing list