[Webkit-unassigned] [Bug 258704] New: [Win] "git-webkit pr" reports "FileNotFoundError: [WinError 2] The system cannot find the file specified"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 17:21:13 PDT 2023


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

            Bug ID: 258704
           Summary: [Win] "git-webkit pr" reports "FileNotFoundError:
                    [WinError 2] The system cannot find the file
                    specified"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

[Win] "git-webkit pr" reports "FileNotFoundError: [WinError 2] The system cannot find the file specified"

PS C:\home\webkit\ga> python .\Tools\Scripts\git-webkit pr
Traceback (most recent call last):
  File "C:\home\webkit\ga\Tools\Scripts\git-webkit", line 82, in <module>
    sys.exit(program.main(
             ^^^^^^^^^^^^^
  File "C:\home\webkit\ga\Tools\Scripts\libraries\webkitscmpy\webkitscmpy\program\__init__.py", line 183, in main
    return parsed.main(
           ^^^^^^^^^^^^
  File "C:\home\webkit\ga\Tools\Scripts\libraries\webkitscmpy\webkitscmpy\program\pull_request.py", line 721, in main
    return cls.create_pull_request(repository, args, branch_point)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\home\webkit\ga\Tools\Scripts\libraries\webkitscmpy\webkitscmpy\program\pull_request.py", line 388, in create_pull_request
    if args.checks and not cls.pre_pr_checks(repository):
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\home\webkit\ga\Tools\Scripts\libraries\webkitscmpy\webkitscmpy\program\pull_request.py", line 319, in pre_pr_checks
    command = run(path.split(' '), cwd=repository.root_path)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\home\webkit\ga\Tools\Scripts\libraries\webkitcorepy\webkitcorepy\subprocess_utils.py", line 52, in run
    return subprocess.run(*popenargs, timeout=timeout, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python311\Lib\subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python311\Lib\subprocess.py", line 1024, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Program Files\Python311\Lib\subprocess.py", line 1509, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified

-- 
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/20230630/1a6103a0/attachment.htm>


More information about the webkit-unassigned mailing list