[Webkit-unassigned] [Bug 254168] New: webkitcorepy fails to install with setuptools >= 60.0.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 20 11:54:42 PDT 2023


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

            Bug ID: 254168
           Summary: webkitcorepy fails to install with setuptools >=
                    60.0.0
           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: rreno at apple.com
                CC: jbedard at apple.com, webkit-bug-importer at group.apple.com

setuptools made some changes regarding distutils for version 60. By adding the environment variable `SETUPTOOLS_USE_DISTUTILS=stdlib` setuptools will use the standard library version of distutils and succeed building webkitcorepy. Otherwise, it will fail an assertion with a stack trace similar to this:

https://github.com/pypa/setuptools/issues/2993

We'll need to take this into account when we bump our setuptools requirement.

-- 
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/20230320/58de051c/attachment-0001.htm>


More information about the webkit-unassigned mailing list