[Webkit-unassigned] [Bug 214339] [CMake][WebDriver] Generating WebDriverAtoms.cpp is rarely failing as "ImportError: No module named jsmin"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 20:34:16 PDT 2020


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
This can be reproduced by invoking "ninja DerivedSources\WebDriver\WebDriverAtoms.cpp".

PS C:\home\webkit\gc> cd .\WebKitBuild\Debug\
PS C:\home\webkit\gc\WebKitBuild\Debug> ninja DerivedSources\WebDriver\WebDriverAtoms.cpp
[507/508] Linking CXX shared library bin64\WTF.dll
   Creating library lib64\WTF.lib and object lib64\WTF.exp
   Creating library lib64\WTF.lib and object lib64\WTF.exp
[508/508] Generating ../../DerivedSources/WebDriver/WebDriverAtoms.h, ../../DerivedSources/WebDriver/WebDriverAtoms.cpp
FAILED: DerivedSources/WebDriver/WebDriverAtoms.h DerivedSources/WebDriver/WebDriverAtoms.cpp
cmd.exe /C "cd /D C:\home\webkit\gc\WebKitBuild\Debug\Source\WebDriver && C:\Python27\python.exe C:/home/webkit/gc/WebKitBuild/Debug/JavaScriptCore/Scripts/make-js-file-arrays.py -n WebDriver C:/home/webkit/gc/WebKitBuild/Debug/DerivedSources/WebDriver/WebDriverAtoms.h C:/home/webkit/gc/WebKitBuild/Debug/DerivedSources/WebDriver/WebDriverAtoms.cpp C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/ElementAttribute.js C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/ElementDisplayed.js C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/ElementEnabled.js C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/EnterFullscreen.js C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/FindNodes.js C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/FormElementClear.js C:/home/webkit/gc/Source/WebKit/UIProcess/Automation/atoms/FormSubmit.js"
Traceback (most recent call last):
  File "C:/home/webkit/gc/WebKitBuild/Debug/JavaScriptCore/Scripts/make-js-file-arrays.py", line 29, in <module>
    from jsmin import jsmin
ImportError: No module named jsmin
ninja: build stopped: subcommand failed.
PS C:\home\webkit\gc\WebKitBuild\Debug>

-- 
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/20200715/400512b7/attachment-0001.htm>


More information about the webkit-unassigned mailing list