[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2013-01-17 Thread Stefan Krah
Stefan Krah added the comment: On OpenBSD 5.2 this is fixed. The AIX buildbot looks okay and I doubt that anyone will commit something for Solaris 9. -- nosy: +skrah resolution: - out of date stage: test needed - committed/rejected status: open - closed

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2010-11-02 Thread Ask Solem
Ask Solem a...@opera.com added the comment: What is the status of this issue? There are several platform listed here, which I unfortunately don't have access to. -- nosy: +asksol ___ Python tracker rep...@bugs.python.org

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2010-09-10 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net added the comment: For info: I have no problem compiling _multiprocessing and passing the unittest test_multiprocessing with py3k rev84631 on AIX 6.1 with xlc_r compiler without the patch proposed here. I don't know if this is due to some updates in

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2010-01-11 Thread Sridhar Ratnakumar
Changes by Sridhar Ratnakumar sridh...@activestate.com: -- nosy: +srid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3876 ___ ___ Python-bugs-list

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2009-09-22 Thread Ian Donaldson
Ian Donaldson i...@ekit-inc.com added the comment: Similarly, compile fails on Solaris 9 due to lack of sem_timedwait() so here is a patch for that. Solaris 10 was the first Solaris to have this function so the patch adapts for that case. -- nosy: +iandekit Added file:

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2009-09-22 Thread Ian Donaldson
Ian Donaldson i...@ekit-inc.com added the comment: Similar to aix-patch, I enclose what I did for compilation on Solaris 9, using macros from Solaris 10's headers. These differ slightly to the aix ones, but I don't know if the difference matters. (alignment related) -- Added file:

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2009-05-16 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 3.1 -Python 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3876 ___

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-25 Thread Piotr Meyer
Piotr Meyer [EMAIL PROTECTED] added the comment: I confirm build failure on NetBSD 4.0.1 (latest stable) - but NetBSD-current is - probably - also affected: *** WARNING: renaming _multiprocessing since importing it failed: build/lib.netbsd-4.0.1-i386-2.6/_multiprocessing.so: Undefined PLT

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-12 Thread David Peckham
Changes by David Peckham [EMAIL PROTECTED]: -- nosy: +dave.peckham ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3876 ___ ___ Python-bugs-list mailing

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-07 Thread Mattias Brändström
Mattias Brändström [EMAIL PROTECTED] added the comment: When trying to build Python 2.6 on AIX 5.2 the following error message: ( The steps I have taken prior to this are: 1. export PATH=/usr/bin/:/usr/vacpp/bin/ 2. ./configure --with-gcc=xlc_r --with-cxx=xlC_r --disable-ipv6 3. make )

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-07 Thread Mattias Brändström
Mattias Brändström [EMAIL PROTECTED] added the comment: Here is a small patch that lets me build on AIX 5.2. Added file: http://bugs.python.org/file11726/aix-patch ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3876

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-06 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- title: multiprocessing does not compile on *BSD and potentialy other systems - multiprocessing does not compile on systems which do not define sem_timedwait ___ Python tracker [EMAIL PROTECTED]