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.

Author loewis
Recipients loewis, shojnhv
Date 2012-06-13.17:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339608932.47.0.211131107574.issue15050@psf.upfronthosting.co.za>
In-reply-to
Content
This is a misconfiguration of your system. Take a look at line 29538 of config.log. It says

configure:13701: ./conftest
ld.so.1: ./conftest: ÖÂÃüµÄ: libintl.so.8: ´ò¿ªÊ§°Ü: ÎÞ´ËÎļþ»òĿ¼
./configure: line -1756:  8400 Killed                  ./conftest$ac_exeext
configure:13701: $? = 137
configure: program exited with status 137
configure: failed program was:
| /* confdefs.h */
| #define _GNU_SOURCE 1
...

So it didn't actually run the test, but immediately failed because libintl.so.8 is broken (or something involving libintl.so.8).

The surprising part is that this starts with the test for PTHREAD_SCOPE_SYSTEM. 

I cannot provide an explanation for that - you will have to research the source of the problem yourself.
History
Date User Action Args
2012-06-13 17:35:32loewissetrecipients: + loewis, shojnhv
2012-06-13 17:35:32loewissetmessageid: <1339608932.47.0.211131107574.issue15050@psf.upfronthosting.co.za>
2012-06-13 17:35:31loewislinkissue15050 messages
2012-06-13 17:35:31loewiscreate