[Webkit-unassigned] [Bug 217064] New: configure-xcode-for-embedded-development fails with Python 3.8.5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 14:43:28 PDT 2020


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

            Bug ID: 217064
           Summary: configure-xcode-for-embedded-development fails with
                    Python 3.8.5
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdarpinian at chromium.org

I used the official Python installer from python.org to install Python 3.8.5. configure-xcode-for-embedded-development fails with the message: 

Traceback (most recent call last):
  File "Tools/Scripts/configure-xcode-for-embedded-development", line 333, in <module>
    main()
  File "Tools/Scripts/configure-xcode-for-embedded-development", line 320, in main
    if not os.geteuid() == 0 and not os.access(xcode_developer_dir(), os.R_OK | os.W_OK | os.X_OK, effective_ids=True):
NotImplementedError: access: effective_ids unavailable on this platform

-- 
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/20200928/64517792/attachment-0001.htm>


More information about the webkit-unassigned mailing list