This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: AMD64 Fedora Rawhide LTO + PGO 3.x: "checking for getaddrinfo... no"
Type: Stage: resolved
Components: Build Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2020-02-05 17:03 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg361438 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-02-05 17:03
On AMD64 Fedora Rawhide LTO + PGO 3.x buildbot, "checking for getaddrinfo... no" failed:

https://buildbot.python.org/all/#/builders/154/builds/243

checking for getaddrinfo... no
Fatal: You must get working getaddrinfo() function.
       or you can specify "--disable-ipv6".

It sounds like a regression in Fedora Rawhide libc.
msg361439 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-02-05 17:09
Oh strange, it's back to green on the follow build:
https://buildbot.python.org/all/#/builders/154/builds/244

I close the issue.
History
Date User Action Args
2022-04-11 14:59:26adminsetgithub: 83742
2020-02-05 17:09:06vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg361439

stage: resolved
2020-02-05 17:03:41vstinnercreate