Navigation Menu

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

os.chroot is not enabled on HP-UX builds #83800

Closed
inorton mannequin opened this issue Feb 12, 2020 · 3 comments
Closed

os.chroot is not enabled on HP-UX builds #83800

inorton mannequin opened this issue Feb 12, 2020 · 3 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement

Comments

@inorton
Copy link
Mannequin

inorton mannequin commented Feb 12, 2020

BPO 39619
Nosy @benjaminp, @miss-islington, @inorton
PRs
  • bpo-39619 Fix os.chroot on HP-UX 11.31 #18495
  • [3.8] closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495) #18509
  • 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 2020-02-14.03:09:17.614>
    created_at = <Date 2020-02-12.22:33:53.015>
    labels = ['interpreter-core', '3.8', 'type-feature', '3.7', '3.9']
    title = 'os.chroot is not enabled on HP-UX builds'
    updated_at = <Date 2020-02-14.03:27:31.487>
    user = 'https://github.com/inorton'

    bugs.python.org fields:

    activity = <Date 2020-02-14.03:27:31.487>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-02-14.03:09:17.614>
    closer = 'benjamin.peterson'
    components = ['Interpreter Core']
    creation = <Date 2020-02-12.22:33:53.015>
    creator = 'Ian Norton'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39619
    keywords = ['patch']
    message_count = 3.0
    messages = ['361921', '361981', '361983']
    nosy_count = 3.0
    nosy_names = ['benjamin.peterson', 'miss-islington', 'Ian Norton']
    pr_nums = ['18495', '18509']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue39619'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @inorton
    Copy link
    Mannequin Author

    inorton mannequin commented Feb 12, 2020

    When building on HP-UX using:

    The configure stage fails to detect chroot(). This is due to setting _XOPEN_SOURCE to a value higher than 500.

    The fix for this is to not set _XOPEN_SOURCE when configuring for HP-UX

    @inorton inorton mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement labels Feb 12, 2020
    @benjaminp
    Copy link
    Contributor

    New changeset a9edf44 by Ian Norton in branch 'master':
    closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
    a9edf44

    @miss-islington
    Copy link
    Contributor

    New changeset 28fc1ba by Miss Islington (bot) in branch '3.8':
    closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
    28fc1ba

    @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 3.8 only security fixes 3.9 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants