[New-bugs-announce] [issue9098] MSYS build fails with `S_IXGRP' undeclared

Martin Ellison report at bugs.python.org
Mon Jun 28 14:43:51 CEST 2010


New submission from Martin Ellison <martin.ellison at gmail.com>:

Python 2.6.5 build fails on MSYS with the following messages

martin at 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 Python/import.o Python/import.c
Python/import.c: In function `write_compiled_module':
Python/import.c:882: error: `S_IXGRP' undeclared (first use in this function)
Python/import.c:882: error: (Each undeclared identifier is reported only once
Python/import.c:882: error: for each function it appears in.)
Python/import.c:882: error: `S_IXOTH' undeclared (first use in this function)
Python/import.c: In function `PyImport_ImportModuleNoBlock':
Python/import.c:2063: warning: unused variable `me'
make: *** [Python/import.o] Error 1

----------
components: Build
messages: 108823
nosy: Martin.Ellison
priority: normal
severity: normal
status: open
title: MSYS build fails with `S_IXGRP' undeclared
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9098>
_______________________________________


More information about the New-bugs-announce mailing list