#43187: py-dateutil: File permissions set incorrectly for egg-info ------------------------------+-------------------------------- Reporter: Deil.Christoph@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: py-dateutil ------------------------------+-------------------------------- The file permissions in the egg-info folder for py27-dateutil are set incorrectly (read is forbidden, but should be allowed): {{{ $ ls -lh /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/python_dateutil-2.2-py2.7.egg-info/ total 48 -rw------- 1 root wheel 970B Mar 27 23:21 PKG-INFO -rw------- 1 root wheel 563B Mar 27 23:21 SOURCES.txt -rw------- 1 root wheel 1B Mar 27 23:21 dependency_links.txt -rw------- 1 root wheel 1B Nov 1 09:29 not-zip-safe -rw------- 1 root wheel 3B Mar 27 23:21 requires.txt -rw------- 1 root wheel 9B Mar 27 23:21 top_level.txt }}} This causes installation of some other ports (py27-pyregion in my case) to fail: https://gist.github.com/cdeil/9950045 -- Ticket URL: <https://trac.macports.org/ticket/43187> MacPorts <http://www.macports.org/> Ports system for OS X