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.

Author xdegaye
Recipients Alex.Willmer, martin.panter, xdegaye
Date 2016-10-30.21:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477862410.51.0.581418555104.issue28542@psf.upfronthosting.co.za>
In-reply-to
Content
One must also add '--(en|dis)able-ipv6' to configure, otherwise configure exits with:
    Fatal: You must get working getaddrinfo() function.
         or you can specify "--disable-ipv6".

The ACTION-IF-CROSS-COMPILING parameter of the AC_RUN_IFELSE that checks for getaddrinfo is $ac_cv_buggy_getaddrinfo="no -- configured with --(en|dis)able-ipv6".
History
Date User Action Args
2016-10-30 21:20:10xdegayesetrecipients: + xdegaye, martin.panter, Alex.Willmer
2016-10-30 21:20:10xdegayesetmessageid: <1477862410.51.0.581418555104.issue28542@psf.upfronthosting.co.za>
2016-10-30 21:20:10xdegayelinkissue28542 messages
2016-10-30 21:20:10xdegayecreate