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 r.david.murray
Recipients mark.dickinson, r.david.murray
Date 2009-12-13.20:53:13
SpamBayes Score 7.2083836e-05
Marked as misclassified No
Message-id <1260737595.26.0.117181393119.issue7497@psf.upfronthosting.co.za>
In-reply-to
Content
autoconf tries to open a semaphore (/autoconf) to find out if posix
semaphores are available and working.  On linux, a file 'sem.autoconf'
is left behind in /dev/shm, owned by the user running autoconf.  If any
other user on the system compiles python, the autoconf tests will fail
to open this file (which is rw to the owner only), and the resulting
python will claim that the system has a broken semaphore implementation.
History
Date User Action Args
2009-12-13 20:53:15r.david.murraysetrecipients: + r.david.murray, mark.dickinson
2009-12-13 20:53:15r.david.murraysetmessageid: <1260737595.26.0.117181393119.issue7497@psf.upfronthosting.co.za>
2009-12-13 20:53:13r.david.murraylinkissue7497 messages
2009-12-13 20:53:13r.david.murraycreate