Issue 22969: Compile fails with --without-signal-module (original) (raw)

Issue22969

Created on 2014-11-30 23:27 by KHH, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-compile-errors.txt KHH,2014-11-30 23:27 Relevant error messages
Messages (2)
msg231910 - (view) Author: KHH (KHH) * Date: 2014-11-30 23:27
When compiling with the ./configure --without-signal-module the configure file adds Parser/intrcheck.o to SIGNAL_OBJS, but the corresponding Parser/intercheck.c has been removed from the build tree. Removing the Parser/intrcheck.o causes the build to fail due to undefined references. The error logs are attached.
msg277671 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-09-28 22:45
Thanks for the report, but --with(out)-signal-module option has been removed in d5bb5ad5a108.
History
Date User Action Args
2022-04-11 14:58:10 admin set github: 67158
2016-09-28 22:45:37 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: out of datestage: resolved
2014-12-01 23:21:08 pitrou set nosy: + vstinner
2014-11-30 23:27:42 KHH create