[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I'm not experienced with Unixware's version of the patch (perhaps it differs from Linux version), but try to use the -p1 option. -- ___ Python tracker __

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset d2b8354e87f5 by Serhiy Storchaka in branch '2.7': Issue #24611: Fixed compiling the posix module on non-Windows platforms https://hg.python.org/cpython/rev/d2b8354e87f5 -- nosy: +python-dev ___ Python tra

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-12 Thread Ron Barak
Ron Barak added the comment: When I try to apply the patch manually, namely - editing Modules/posixmodule.c, and moving the #endif a few lines up, the make finishes correctly. So, the patch does work: I'm probably not applying it correctly. Could you point to my error in applying the patch? -

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-12 Thread Ron Barak
Ron Barak added the comment: I tried to apply the patch. Alas, I get an "Hmm... I can't seem to find a patch in there anywhere." error. See attached screenshot. Did I apply the patch incorrectly? -- Added file: http://bugs.python.org/file39909/issue24611.PNG

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think this simple patch should fix the issue. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file39896/issue24611.patch ___ Python tracker

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-11 Thread R. David Murray
R. David Murray added the comment: unixware is not a platform we support (we don't have a buildbot for it). If you can figure out how to fix this and it isn't disruptive to the codebase, you can submit a patch. -- nosy: +r.david.murray ___ Python t

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka stage: -> needs patch ___ Python tracker ___

[issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

2015-07-11 Thread Ron Barak
New submission from Ron Barak: I wanted to add Python 2.7 to Unix. I downloaded the sources to the VirtualBox on which the Unix is installed and run ./configure --prefix=/usr \ --enable-shared \ --with-system-expat \ without problems. However, when I try to r