bad permissions on py36-nuitka makes setuptools break
I did the following :
port -q search py36- \
| xargs -n1 sudo port -Nup -f install
diff <( port -q search py36- ) \
<( port -q installed name:py36- | awk '{print $1}' ) \
| grep '<'
which gave 151 broken ports
after posting this in macports-dev Joshua Root wrote that it seems to be bad permissions on py36-nuitka making setuptools break
uninstalling py36-nuitka resolved the problem.
the logfiles from the broken installs are here : http://www.mathiesen.info/macports/
Change History (4)
Cc: |
stromnov removed
|
Owner: |
set to stromnov
|
Port: |
py-nuitka added; py36-nuitka removed
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Description: |
modified (diff)
|
Should have already been fixed by [73a262232685ec81dfba0b72b5002cf81095baaa/macports-ports].