[Webkit-unassigned] [Bug 217064] configure-xcode-for-embedded-development bad error message when not using sudo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 29 11:09:52 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=217064
--- Comment #4 from Jonathan Bedard <jbedard at apple.com> ---
(In reply to James Darpinian from comment #3)
> os.geteuid() is working as intended. Looks like when the root check fails
> this line runs this os.access call which throws. Is the os.access call just
> broken or do Python implementations differ in whether they support
> effective_ids on macOS?
I think that the os.access call might be broken in Python 3.8.5, because Python 3.8.2 seems fine with it. In any case, we can probably just remove the os.access(...) line
--
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/20200929/bf850b3a/attachment-0001.htm>
More information about the webkit-unassigned
mailing list