[Webkit-unassigned] [Bug 263825] New: [GTK] Could not launch MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 28 02:48:40 PDT 2023


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

            Bug ID: 263825
           Summary: [GTK] Could not launch MiniBrowser
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kdwkleung at protonmail.com
                CC: bugs-noreply at webkitgtk.org

After building WebKit successfully with Tools/Scripts/build-webkit --gtk --release --cmakeargs="..." --makeargs="..."

⬢[kdwk at toolbox WebKit]$ Tools/Scripts/run-minibrowser --gtk --release
Downloading setuptools-56.0.0...
Failed to install setuptools-56.0.0!

Error raised: Destination path '/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/distutils-precedence.pth' already exists
Traceback (most recent call last):
  File "/app/webkit/Tools/Scripts/webkitpy/minibrowser/run_webkit_app.py", line 64, in main
    port = factory.PortFactory(Host()).get(options.platform, options=options)
  File "/app/webkit/Tools/Scripts/webkitpy/port/factory.py", line 142, in get
    module = __import__('webkitpy.port.{}'.format(module_name), globals(), locals(), [], 0)
  File "/app/webkit/Tools/Scripts/webkitpy/port/ios_simulator.py", line 29, in <module>
    from webkitpy.port.ios import IOSPort
  File "/app/webkit/Tools/Scripts/webkitpy/port/ios.py", line 29, in <module>
    from webkitpy.port.device_port import DevicePort
  File "/app/webkit/Tools/Scripts/webkitpy/port/device_port.py", line 30, in <module>
    from webkitpy.results.upload import Upload
  File "/app/webkit/Tools/Scripts/webkitpy/results/upload.py", line 28, in <module>
    import requests
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1002, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 945, in _find_spec
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 692, in find_spec
    loader = cls.find_module(fullname, path=path)
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 706, in find_module
    cls.install(name)
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 679, in install
    return all([to_install.install() for to_install in packages])
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 679, in <listcomp>
    return all([to_install.install() for to_install in packages])
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 303, in install
    AutoInstall.install(library)
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 679, in install
    return all([to_install.install() for to_install in packages])
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 679, in <listcomp>
    return all([to_install.install() for to_install in packages])
  File "/app/webkit/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 419, in install
    shutil.move(os.path.join(temp_location, directory), AutoInstall.directory)
  File "/usr/lib/python3.10/shutil.py", line 814, in move
    raise Error("Destination path '%s' already exists" % real_dst)
shutil.Error: Destination path '/app/webkit/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/distutils-precedence.pth' already exists

-- 
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/20231028/28ab191e/attachment-0001.htm>


More information about the webkit-unassigned mailing list