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 vstinner
Recipients rpointel, vstinner
Date 2011-08-31.18:03:39
SpamBayes Score 0.00036992924
Marked as misclassified No
Message-id <1314813822.31.0.567192327773.issue12871@psf.upfronthosting.co.za>
In-reply-to
Content
If Pyton is configured without thread support (--without-threads), the compilation fails on OpenBSD :

$ make
[...]
./Modules/posixmodule.c:4582: undefined reference to `sched_get_priority_min'
libpython3.3m.a(posixmodule.o)(.text+0x430b): In function `posix_sched_get_priority_max':
./Modules/posixmodule.c:4565: undefined reference to `sched_get_priority_max'
collect2: ld returned 1 exit status
*** Error code 1

I didn't try on Linux, but I suppose that the issue is not specific to OpenBSD.
History
Date User Action Args
2011-08-31 18:03:42vstinnersetrecipients: + vstinner, rpointel
2011-08-31 18:03:42vstinnersetmessageid: <1314813822.31.0.567192327773.issue12871@psf.upfronthosting.co.za>
2011-08-31 18:03:40vstinnerlinkissue12871 messages
2011-08-31 18:03:39vstinnercreate