The following reply was made to PR ports/137764; it has been noted by GNATS.
From: Anatoly Borodin
To: bug-follo...@freebsd.org
Cc: pyt...@freebsd.org, m...@freebsd.org
Subject: Re: ports/137764: devel/py-setuptools cannot be installed
Date: Sun, 16 Aug 2009 16:08:11 +0300
I've foun
I've found the reason: I use ZFS.
The error message is produced by the shutil.copystat function.
#cat /usr/local/lib/python2.6/shutil.py
...
def copystat(src, dst):
"""Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
st = os.stat(src)
mode = stat.S_IMODE(st.st_mo