Skip to content
New issue

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

Fail compile Python 3.6.0rc1 on OpenBSD 6.0 #73118

Closed
shadchin mannequin opened this issue Dec 10, 2016 · 4 comments
Closed

Fail compile Python 3.6.0rc1 on OpenBSD 6.0 #73118

shadchin mannequin opened this issue Dec 10, 2016 · 4 comments
Labels
3.7 (EOL) end of life build The build process and cross-build topic-installation

Comments

@shadchin
Copy link
Mannequin

shadchin mannequin commented Dec 10, 2016

BPO 28932
Nosy @vstinner, @benjaminp, @ned-deily, @shadchin
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Files
  • patch-Python_random_c: Simple fix
  • Note: 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:

    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']

    @shadchin
    Copy link
    Mannequin Author

    shadchin mannequin commented Dec 10, 2016

    In OpenBSD not exist sys/random.h.

    @shadchin shadchin mannequin added build The build process and cross-build topic-installation labels Dec 10, 2016
    @berkerpeksag berkerpeksag added the 3.7 (EOL) end of life label Dec 12, 2016
    @rpointel
    Copy link
    Mannequin

    rpointel mannequin commented Dec 18, 2016

    Hello,

    I have exactly the same problem with Python 2.7.13 on OpenBSD.

    Works fine with the same patch.

    Remi.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Dec 20, 2016

    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

    @python-dev python-dev mannequin closed this as completed Dec 20, 2016
    @vstinner
    Copy link
    Member

    Thanks Benjamin!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life build The build process and cross-build topic-installation
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants