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 grobian
Recipients grobian, tarek
Date 2010-01-16.19:16:42
SpamBayes Score 0.00024272132
Marked as misclassified No
Message-id <1263669405.52.0.706975841329.issue7719@psf.upfronthosting.co.za>
In-reply-to
Content
NFS on certain platforms (most notably AIX, Solaris) use .nfsXXXXX files that appear and disappear automagically.  distutils can get confused by that once a .nfsXXXXX file was earlier seen with listdir and then removed by the OS before its copied.

Simply ignore .nfsXXXXX files as workaround.
History
Date User Action Args
2010-01-16 19:16:46grobiansetrecipients: + grobian, tarek
2010-01-16 19:16:45grobiansetmessageid: <1263669405.52.0.706975841329.issue7719@psf.upfronthosting.co.za>
2010-01-16 19:16:43grobianlinkissue7719 messages
2010-01-16 19:16:43grobiancreate