[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

Ronald Oussoren report at bugs.python.org
Fri Aug 7 05:43:14 EDT 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

> For some background, our network location /mathworks is usually mounted at root, but due to the restrictions on macOS Catalina, it mounts at /System/Volumes/Data and we then add a symlink to the root directory so "/mathworks -> /System/Volumes/Data/mathworks" as to not break old code and scripts. So the real problem is that we cannot find extension module files under /System/Volumes/Data.

Could you tell more about this? Why is this share mounted under /System/Volumes/Data and not under /Volumes? 

With the direction Apple is moving in I'm a bit surprised that this works at all, the direction seems to be toward a completely read-only tree in /System in /usr (except for /usr/local).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41129>
_______________________________________


More information about the Python-bugs-list mailing list