The Wayback Machine - https://web.archive.org/web/20240112021222/https://github.com/python/cpython/issues/80532
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

the ipv6type variable in configure.ac may be set incorrectly when cross-compiling #80532

Closed
xdegaye mannequin opened this issue Mar 18, 2019 · 2 comments
Closed

the ipv6type variable in configure.ac may be set incorrectly when cross-compiling #80532

xdegaye mannequin opened this issue Mar 18, 2019 · 2 comments
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@xdegaye
Copy link
Mannequin

xdegaye mannequin commented Mar 18, 2019

BPO 36351
Nosy @moreati, @ZackerySpytz
PRs
  • bpo-36351: Do not set ipv6type in configure.ac when cross-compiling #12416
  • gh-80532: Do not set ipv6type when cross-compiling #17956
  • 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 = None
    created_at = <Date 2019-03-18.16:10:33.242>
    labels = ['type-bug', '3.9', 'build']
    title = 'the ipv6type variable in configure.ac may be set incorrectly when cross-compiling'
    updated_at = <Date 2020-01-12.06:52:37.790>
    user = 'https://github.com/xdegaye'

    bugs.python.org fields:

    activity = <Date 2020-01-12.06:52:37.790>
    actor = 'ZackerySpytz'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Cross-Build']
    creation = <Date 2019-03-18.16:10:33.242>
    creator = 'xdegaye'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 36351
    keywords = ['patch']
    message_count = 1.0
    messages = ['338250']
    nosy_count = 2.0
    nosy_names = ['Alex.Willmer', 'ZackerySpytz']
    pr_nums = ['12416', '17956']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue36351'
    versions = ['Python 3.9']

    Linked PRs

    @xdegaye
    Copy link
    Mannequin Author

    xdegaye mannequin commented Mar 18, 2019

    The tests that set the 'ipv6type' variable in configure.ac check the local file system and this may give incorrect values when cross-compiling. For example the /etc/netconfig file exists on Archlinux, and configure sets ipv6type=solaris when cross-compiling Android on this platform.

    @xdegaye xdegaye mannequin added 3.8 only security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Mar 18, 2019
    @ZackerySpytz ZackerySpytz mannequin added 3.9 only security fixes and removed 3.8 only security fixes labels Jan 12, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @erlend-aasland erlend-aasland removed the 3.9 only security fixes label Jan 5, 2024
    erlend-aasland pushed a commit that referenced this issue Jan 5, 2024
    miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 5, 2024
    )
    
    (cherry picked from commit 5e1916b)
    
    Co-authored-by: Zackery Spytz <[email protected]>
    Co-authored-by: Xavier de Gaye <[email protected]>
    erlend-aasland pushed a commit that referenced this issue Jan 5, 2024
    …113740)
    
    (cherry picked from commit 5e1916b)
    
    Co-authored-by: Zackery Spytz <[email protected]>
    Co-authored-by: Xavier de Gaye <[email protected]>
    erlend-aasland added a commit that referenced this issue Jan 5, 2024
    …113741)
    
    (cherry picked from commit 5e1916b)
    
    Co-authored-by: Zackery Spytz <[email protected]>
    Co-authored-by: Xavier de Gaye <[email protected]>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant