#40690: python27: Configure error: Fatal: You must get working getaddrinfo() function. -----------------------+----------------------- Reporter: sofcik@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: mavericks Port: python27 | -----------------------+----------------------- Comment (by mattbrocklehurst@…): Note sure if this helps but I managed to get wine to compile (not tried it yet) on OSX 10.9 with latest SVN ports... Seems like this patch seems to screw things up some what patch-configure-universal.diff I *hacked* out the below (using the comment char #) #variant universal { # This patch will need updating when 2.7.6 is released, as ARCH_RUN_32BIT # will once again be used for something. See ticket #39270. # patchfiles-append patch-configure-universal.diff # post-patch { # reinplace \ # "s|__UNIVERSAL_ARCHFLAGS__|${configure.universal_cflags}|" \ # ${worksrcpath}/configure # } # if {${configure.sdkroot} != ""} { # configure.args-append --enable- universalsdk=${configure.sdkroot} # } else { # configure.args-append --enable-universalsdk=/ # } #} in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/python27/Portfile Seems to have sorted it building. Probably (well definitely) not the right solution but should hopefully get you a bit further. -- Ticket URL: <https://trac.macports.org/ticket/40690#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X