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

'checking getaddrinfo bug' doesn't output the result during ./configure #51308

Closed
ezio-melotti opened this issue Oct 5, 2009 · 4 comments
Closed
Labels
topic-installation type-bug An unexpected behavior, bug, or error

Comments

@ezio-melotti
Copy link
Member

BPO 7059
Nosy @benjaminp, @ezio-melotti
Files
  • python-configure-getaddrinfo.patch: Patch for configure.in
  • 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 2010-11-01.01:44:45.777>
    created_at = <Date 2009-10-05.00:51:59.950>
    labels = ['type-bug', 'expert-installation']
    title = "'checking getaddrinfo bug' doesn't output the result during ./configure"
    updated_at = <Date 2010-11-01.01:44:45.776>
    user = 'https://github.com/ezio-melotti'

    bugs.python.org fields:

    activity = <Date 2010-11-01.01:44:45.776>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2010-11-01.01:44:45.777>
    closer = 'benjamin.peterson'
    components = ['Installation']
    creation = <Date 2009-10-05.00:51:59.950>
    creator = 'ezio.melotti'
    dependencies = []
    files = ['19452']
    hgrepos = []
    issue_num = 7059
    keywords = ['patch']
    message_count = 4.0
    messages = ['93568', '116574', '120102', '120103']
    nosy_count = 4.0
    nosy_names = ['benjamin.peterson', 'ezio.melotti', 'Arfrever', 'BreamoreBoy']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue7059'
    versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2']

    @ezio-melotti
    Copy link
    Member Author

    This is what I see while running ./configure on both trunk and py3k, on
    Linux:
    checking for major... yes
    checking for getaddrinfo... yes
    checking getaddrinfo bug... checking for getnameinfo... yes
    checking whether time.h and sys/time.h may both be included... yes

    the yes/no after 'checking getaddrinfo bug...' is missing.
    FWIW that bit of code is at the line 20225, but I couldn't figure out
    how to fix it.

    @ezio-melotti ezio-melotti added topic-installation type-bug An unexpected behavior, bug, or error labels Oct 5, 2009
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Sep 16, 2010

    Is this still a problem on Linux?

    @Arfrever
    Copy link
    Mannequin

    Arfrever mannequin commented Nov 1, 2010

    The attached patch fixes output of configure.

    @benjaminp
    Copy link
    Contributor

    r86075

    @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
    topic-installation type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants