[issue6731] Add option of non-zero exit status of setup.py when building of extensions has failed

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Fri Aug 21 00:30:46 CEST 2009


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

> Ok - but your patch does not implement that. If the extension
> fails to compile because the header files are not installed at all,
> even with your patch, there is no error indication.

`make` will return error:

$ cat Makefile
x:
        false
all: x
$ make
false
make: *** [x] Error 1
$ 

Also note that my original patch was created before I slightly changed
my suggestion :) .

----------

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


More information about the Python-bugs-list mailing list