[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2014-01-02 Thread Martin v . Löwis
Martin v. Löwis added the comment: test_venv now passes on that buildbot, apparently since PIP 1.5 has fixed the issue, and is now bundled with Python. -- nosy: +loewis resolution: - fixed status: open - closed ___ Python tracker

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread STINNER Victor
New submission from STINNER Victor: os.open(path, os.O_RDONLY | os.O_NOFOLLOW) fails on AIX: https://github.com/pypa/pip/blob/develop/pip/locations.py#L70 http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1138/steps/test/logs/stdio [120/387/3] test_venv test_defaults

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks like a bug in PIP more than in Python. -- nosy: +dstufft, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19749 ___

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread Nick Coghlan
Nick Coghlan added the comment: Yeah, I suspect this is an AIX platform compatibility issue in pip - I believe our buildbots cover a broader range of platforms than pip's own automated testing. Since it's a nominally unstable buildbot and likely an upstream pip issue, I planned to investigate

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread Christian Heimes
Christian Heimes added the comment: https://github.com/pypa/pip/issues/849 https://github.com/pypa/pip/pull/935 -- nosy: +christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19749

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread Nick Coghlan
Nick Coghlan added the comment: Bumping for Larry's attention - I don't think this is major enough to block beta 1, but that's his call as RM. -- nosy: +larry priority: normal - release blocker ___ Python tracker rep...@bugs.python.org

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread STINNER Victor
STINNER Victor added the comment: Looks like a bug in PIP more than in Python. Correct, but it does impact Python buildbots. I would like to have one issue per buildbot failure. Can someone report the bug upstream please? -- ___ Python tracker

[issue19749] test_venv failure on AIX: 'module' object has no attribute 'O_NOFOLLOW'

2013-11-24 Thread Marcus Smith
Marcus Smith added the comment: There's a new PR to fix this in the pip 1.5.X branch: https://github.com/pypa/pip/pull/1344 -- nosy: +Marcus.Smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19749