Issue 28932: Fail compile Python 3.6.0rc1 on OpenBSD 6.0 (original) (raw)

Issue28932

Created on 2016-12-10 16:49 by shadchin, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-Python_random_c shadchin,2016-12-10 16:49 Simple fix
Pull Requests
URL Status Linked Edit
PR 552 closed dstufft,2017-03-31 16:36
Messages (4)
msg282860 - (view) Author: Alexandr Shadchin (shadchin) * Date: 2016-12-10 16:49
In OpenBSD not exist sys/random.h.
msg283546 - (view) Author: Remi Pointel (rpointel) * Date: 2016-12-18 08:47
Hello, I have exactly the same problem with Python 2.7.13 on OpenBSD. Works fine with the same patch. Remi.
msg283673 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-12-20 07:57
New changeset 2f004cc84153 by Benjamin Peterson in branch '3.5': add a specific configure check for sys/random.h (closes #28932) https://hg.python.org/cpython/rev/2f004cc84153 New changeset bfd4140d9c5d by Benjamin Peterson in branch '3.6': merge 3.5 (#28932) https://hg.python.org/cpython/rev/bfd4140d9c5d New changeset 31df7d9863f3 by Benjamin Peterson in branch 'default': merge 3.6 (#28932) https://hg.python.org/cpython/rev/31df7d9863f3 New changeset 32cc37a89b58 by Benjamin Peterson in branch '2.7': add a specific configure check for sys/random.h (closes #28932) https://hg.python.org/cpython/rev/32cc37a89b58
msg283677 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-12-20 10:29
Thanks Benjamin!
History
Date User Action Args
2022-04-11 14:58:40 admin set github: 73118
2017-03-31 16:36:14 dstufft set pull_requests: + <pull%5Frequest900>
2016-12-20 22:09:26 ned.deily set priority: release blocker ->
2016-12-20 10:29:45 vstinner set messages: +
2016-12-20 07:57:37 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved
2016-12-18 09:17:53 serhiy.storchaka set priority: normal -> release blockernosy: + benjamin.peterson, ned.deily
2016-12-18 08:47:34 rpointel set nosy: + rpointelmessages: + versions: + Python 2.7
2016-12-12 21:38:19 berker.peksag set nosy: + vstinnerstage: patch reviewversions: + Python 3.7
2016-12-10 16:49:07 shadchin create