New submission from Raphael Cruzeiro <raphaelcruze...@raphaelcruzeiro.com>:

While installing Python 2.7.3 on my Ubuntu server the configure script hanged 
on the verification for pthread, I then proceded to alter the script to aways 
return true for pthread and it hanged again checking for PTHREAD_SCOPE_SYSTEM, 
which I also bypassed by altering the script and only then was I able to 
successfully install Python 2.7.3

----------
components: Installation
messages: 158597
nosy: Raphael.Cruzeiro
priority: normal
severity: normal
status: open
title: configure script hangs on pthread verification and PTHREAD_SCOPE_SYSTEM 
verification on Ubuntu
type: crash
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14610>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to