Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc/NEWS
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2016-12-20.07:57:37.578> created_at = <Date 2016-12-10.16:49:07.304> labels = ['3.7', 'build', 'expert-installation'] title = 'Fail compile Python 3.6.0rc1 on OpenBSD 6.0' updated_at = <Date 2017-03-31.16:36:14.874> user = 'https://github.com/shadchin'
bugs.python.org fields:
activity = <Date 2017-03-31.16:36:14.874> actor = 'dstufft' assignee = 'none' closed = True closed_date = <Date 2016-12-20.07:57:37.578> closer = 'python-dev' components = ['Build', 'Installation'] creation = <Date 2016-12-10.16:49:07.304> creator = 'shadchin' dependencies = [] files = ['45837'] hgrepos = [] issue_num = 28932 keywords = [] message_count = 4.0 messages = ['282860', '283546', '283673', '283677'] nosy_count = 6.0 nosy_names = ['vstinner', 'benjamin.peterson', 'ned.deily', 'python-dev', 'rpointel', 'shadchin'] pr_nums = ['552'] priority = None resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'compile error' url = 'https://bugs.python.org/issue28932' versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']
The text was updated successfully, but these errors were encountered:
In OpenBSD not exist sys/random.h.
Sorry, something went wrong.
Hello,
I have exactly the same problem with Python 2.7.13 on OpenBSD.
Works fine with the same patch.
Remi.
New changeset 2f004cc84153 by Benjamin Peterson in branch '3.5': add a specific configure check for sys/random.h (closes bpo-28932) https://hg.python.org/cpython/rev/2f004cc84153
New changeset bfd4140d9c5d by Benjamin Peterson in branch '3.6': merge 3.5 (bpo-28932) https://hg.python.org/cpython/rev/bfd4140d9c5d
New changeset 31df7d9863f3 by Benjamin Peterson in branch 'default': merge 3.6 (bpo-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 bpo-28932) https://hg.python.org/cpython/rev/32cc37a89b58
Thanks Benjamin!
No branches or pull requests
Misc/NEWS
so that it is managed by towncrier #552Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: