[issue16256] permissions wrong on Mac doc dir

2013-02-01 Thread Roundup Robot

Roundup Robot added the comment:

New changeset d64e0cf5f1a7 by Ned Deily in branch '2.7':
Issue #16256: OS X installer now sets correct permissions for doc directory.
http://hg.python.org/cpython/rev/d64e0cf5f1a7

New changeset e8a1b5757067 by Ned Deily in branch '3.2':
Issue #16256: OS X installer now sets correct permissions for doc directory.
http://hg.python.org/cpython/rev/e8a1b5757067

New changeset 1db5ed6a2dc2 by Ned Deily in branch '3.3':
Issue #16256: merge from 3.2
http://hg.python.org/cpython/rev/1db5ed6a2dc2

New changeset bc2c40e84b58 by Ned Deily in branch 'default':
Issue #16256: merge from 3.3
http://hg.python.org/cpython/rev/bc2c40e84b58

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16256
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16256] permissions wrong on Mac doc dir

2013-02-01 Thread Ned Deily

Ned Deily added the comment:

Thanks for the report and the patch.  Committed for 2.7.4, 3.2.4, and 3.3.1.

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed
versions: +Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16256
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16256] permissions wrong on Mac doc dir

2013-02-01 Thread Christopher Barker

Christopher Barker added the comment:

On Fri, Feb 1, 2013 at 2:08 PM, Ned Deily rep...@bugs.python.org wrote:
 Thanks for the report and the patch.  Committed for 2.7.4, 3.2.4, and 3.3.1.

Did I actually submit a patch? but thanks to you for getting it done
-- and all else you do for pythonmac.

-Chris

 --
 resolution:  - fixed
 stage:  - committed/rejected
 status: open - closed
 versions: +Python 3.2, Python 3.3, Python 3.4

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue16256
 ___

-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/ORR(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16256
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16256] permissions wrong on Mac doc dir

2012-10-19 Thread Ronald Oussoren

Ronald Oussoren added the comment:

Oddly enough the share/doc directory is created in the postinstall script for 
the documentation, looking at the script again makes me think that the script 
could be removed other than the symlink in /Developer/Documentation and that 
link is not useful on modern systems.   Changing that can wait until we switch 
to a newer installer format (see issue15661)

The attached patch is relative to the 2.7 tree and should fix the issue by 
explicitly setting the directory mode when creating it.

--
Added file: http://bugs.python.org/file27620/issue16256.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16256
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16256] permissions wrong on Mac doc dir

2012-10-17 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
assignee: ronaldoussoren - ned.deily
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16256
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16256] permissions wrong on Mac doc dir

2012-10-16 Thread Christopher Barker

New submission from Christopher Barker:

I just tried to pip install ipython and got:

error: could not create
'/Library/Frameworks/Python.framework/Versions/2.7/share/doc/ipython':
Permission denied

indeed:

$ ls -l /Library/Frameworks/Python.framework/Versions/2.7/share/
total 0
drwxr-xr-x  3 root  admin  102 Oct 11 09:14 doc
drwxrwxr-x  3 root  admin  102 Jun 11  2011 man

which looks like the doc dir should have the same perms as the man dir.

we might want to clen up that tiny nugget in future builds.

--
assignee: ronaldoussoren
components: Installation, Macintosh
messages: 173108
nosy: Chris.Barker, ronaldoussoren
priority: normal
severity: normal
status: open
title: permissions wrong on Mac doc dir
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16256
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com