When building on a machine set up for IPv6-only, one of our configure tests is incorrect. Doing: hints.ai_family = AF_INET; getaddrinfo("0.0.0.0", NULL, &hints, &ppres) fails as AF_INET is unavailable on an IPv6-only system. This causes us to fallback to our replacement getaddrinfo code which is IPv4-only. Patch for 3.6.0 to follow. Found by Kai. Jeremy.
Re-assigning to me.
Created attachment 6457 [details] git-am fix for 3.6.0 Kai - please review and I'll re-assign to Karolin once you're happy. Jeremy.
Comment on attachment 6457 [details] git-am fix for 3.6.0 Works for me.
Reassigning to Karolin.
Pushed to v3-6-test. Closing out bug report. Thanks!