This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make -s no longer silences output from setup.py
Type: Stage:
Components: Build Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, christian.heimes, doko, ned.deily
Priority: normal Keywords: 3.2regression

Created on 2012-08-31 14:03 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg169536 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2012-08-31 14:03
Sometime in the last month (probably) I change has been made in either configure(.ac), Makefile.pre.in, or setup.py that is causing the -s option passed to make to not also make its way into setup.py when extensions are built.
msg169571 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2012-08-31 17:45
Issue15591 perhaps?
msg169949 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2012-09-06 22:36
now fixed, see http://bugs.python.org/issue15591#msg169927
msg169950 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2012-09-06 22:40
Matthias: Not yet, my checkin didn't fix the issue. I've just added a minor modification to setup.py that forwards the -q option to ctypes' configure script.
History
Date User Action Args
2022-04-11 14:57:35adminsetgithub: 60034
2012-09-06 22:40:26christian.heimessetnosy: + christian.heimes
messages: + msg169950
2012-09-06 22:36:47dokosetstatus: open -> closed
resolution: fixed
messages: + msg169949
2012-08-31 21:11:02pitrousetnosy: + doko
2012-08-31 17:45:31ned.deilysetnosy: + ned.deily
messages: + msg169571
2012-08-31 14:03:15brett.cannoncreate