New submission from Fabian Groffen <grob...@gentoo.org>:

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.

----------
assignee: tarek
components: Distutils
files: python-2.5.1-distutils-aixnfs.patch
keywords: patch
messages: 97898
nosy: grobian, tarek
severity: normal
status: open
title: distutils: ignore .nfsXXXX files
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7
Added file: http://bugs.python.org/file15918/python-2.5.1-distutils-aixnfs.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7719>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to