File "/var/tmp/portage/dev-lang/python-3.13.0/work/Python-3.13.0/Lib/socket.py", line 840, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/tmp/portage/dev-lang/python-3.13.0/work/Python-3.13.0/Lib/socket.py", line 975, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -3] Temporary failure in name resolution Reproducible: Always Steps to Reproduce: 1. USE="pgo" emerge python:3.13 Fails on at least two systems with USE="pgo", works clean with USE="-pgo". Build logs and emerge --info from both systems attached.
Created attachment 908814 [details] Build log for python-3.13.0[pgo] on workstation
Created attachment 908815 [details] emerge --info for python-3.13.0[pgo] on workstation
Created attachment 908816 [details] Build log for python-3.13.0[pgo] on server system
Created attachment 908817 [details] emerge --info for python-3.13.0[pgo] on server system