This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Albert.Zeyer
Recipients Albert.Zeyer, Gabriel Devenyi, jhamrick, minrk, r.david.murray
Date 2017-10-25.09:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508923424.05.0.213398074469.issue24564@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also affected by this, with Python 3.6. My home directory is on a ZFS-backed NFS share.
See here for details:
https://github.com/Linuxbrew/homebrew-core/issues/4799

Basically:
Copying setuptools.egg-info to /u/zeyer/.linuxbrew/lib/python3.6/site-packages/setuptools-36.5.0-py3.6.egg-info
error: [Errno 5] Input/output error: '/u/zeyer/.linuxbrew/lib/python3.6/site-packages/setuptools-36.5.0-py3.6.egg-info/zip-safe'

Note that also by other tools, such as `mv` and `cp`, I get errors about setting `system.nfs4_acl`. But they just seem to ignore that and go on. I think this is the right thing to do here. You can print a warning about that, but then just go on. Maybe esp. just for `system.nfs4_acl`.
History
Date User Action Args
2017-10-25 09:23:44Albert.Zeyersetrecipients: + Albert.Zeyer, r.david.murray, minrk, jhamrick, Gabriel Devenyi
2017-10-25 09:23:44Albert.Zeyersetmessageid: <1508923424.05.0.213398074469.issue24564@psf.upfronthosting.co.za>
2017-10-25 09:23:44Albert.Zeyerlinkissue24564 messages
2017-10-25 09:23:43Albert.Zeyercreate