[issue9098] MSYS build fails with `S_IXGRP' undeclared

2019-10-22 Thread STINNER Victor
STINNER Victor added the comment: No activity since 2012, I close the issue. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2013-08-04 Thread Roumen Petrov
Changes by Roumen Petrov bugtr...@roumenpetrov.info: -- nosy: +rpetrov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9098 ___ ___ Python-bugs-list

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2012-02-21 Thread mewalig
mewalig mewa...@gmail.com added the comment: If I am reading this right, then in the below part of the patch, slave_name does not get set before it is used if __MINGW32__ is not defined. this can be fixed by moving the #endif up to the line before slave_name = ptsname(master_fd); /* get

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2011-10-04 Thread Olivier Refalo
Olivier Refalo oref...@yahoo.com added the comment: hum, your patch actually works on MSYS ! ok.. so I am pretty much having the very some issue. Could not find platform dependent libraries exec_prefix Consider setting $PYTHONHOME to prefix[:exec_prefix] Fatal Python error: Py_Initialize:

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2011-06-11 Thread Yuri
Yuri y...@tsoft.com added the comment: I fixed all build problems on the current MinGW32. python.exe builds ok, but build fails since python.exe can't find some modules after this. Not sure why. -- keywords: +patch nosy: +yurivict Added file:

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2010-06-28 Thread Martin Ellison
New submission from Martin Ellison martin.elli...@gmail.com: Python 2.6.5 build fails on MSYS with the following messages mar...@edward /c/Downloads/Python-2.6.5 $ make gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes - I. -IInclude -I./Include -DPy_BUILD_CORE -o

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2010-06-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: I don't think MSYS (or mingw32) is supported at all. I'm even surprised that the build went so far. -- assignee: - loewis nosy: +amaury.forgeotdarc, loewis ___ Python tracker

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2010-06-28 Thread Martin Ellison
Martin Ellison martin.elli...@gmail.com added the comment: I thought Python ran everywhere. That's what the documentation says. Regards, Martin (m...@acm.org) On 28 June 2010 21:00, Amaury Forgeot d'Arc rep...@bugs.python.org wrote: Amaury Forgeot d'Arc amaur...@gmail.com added the comment:

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2010-06-28 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: I thought Python ran everywhere. That's what the documentation says. Python does *run* on Windows (when compiled with Visual Studio or gcc via Cygwin), it just might not be setup to build with the MSYS compiler. -- nosy: +brian.curtin

[issue9098] MSYS build fails with `S_IXGRP' undeclared

2010-06-28 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Martin (Ellison): What people are trying to say is that likely, nobody will be working on this, and likely so for the next few years. So unless you volunteer to provide a patch, I recommend to close the issue as won't fix. Unassigning