The following reply was made to PR ports/137859; it has been noted by GNATS.
From: olli hauer
To: bug-follo...@freebsd.org, oha...@gmx.de
Cc: oha...@gmx.de
Subject: Re: ports/137859: [patch] python bulk update eliminate hard coded
"py-" prefix
Date: Mon, 17 Aug 2009 07:26:38 +0200 (CEST)
I for
Synopsis: devel/py-setuptools cannot be installed
Responsible-Changed-From-To: python->freebsd-python
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Aug 16 22:53:06 UTC 2009
Responsible-Changed-Why:
Canonicalize assignment.
http://www.freebsd.org/cgi/query-pr.cgi?pr=137764
___
Synopsis: [patch] python bulk update eliminate hard coded "py-" prefix
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: linimon
Responsible-Changed-When: Sun Aug 16 22:52:21 UTC 2009
Responsible-Changed-Why:
Bring this PR for multiple ports to the attention
Synopsis: Update port: www/py-dtflickr Upgrade to 1.4
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python
Responsible-Changed-By: edwin
Responsible-Changed-When: Sun Aug 16 14:20:15 UTC 2009
Responsible-Changed-Why:
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
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 found the reason
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