#44398: kdelibs4 configure failure ---------------------------+--------------------- Reporter: ryandesign@… | Owner: nicos@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.99 Resolution: | Keywords: Port: kdelibs4 | ---------------------------+--------------------- Comment (by nicos@…): I see. I saw two differences between your log and my system. The first one is that you have [[BR]] '-DCMAKE_OSX_SYSROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk"', [[BR]] while mine is [[BR]] -DCMAKE_OSX_SYSROOT="/" [[BR]] which is probably as you have configure.sdkroot set, but this should not be the issue, as setting the sdk was not causing configure errors previously. The other one is universal build, that I could not test yet, because of other ports issues to rebuild the set. Nevertheless, the log shows that there is an issue with cmake trying to build anything, as all tests based on compilation tests, such as {{{ :info:configure -- Performing Test HAVE_X86_SSE :info:configure -- Performing Test HAVE_X86_SSE - Failed }}} which is based on {{{ check_cxx_source_compiles("int main() { __asm { xorps xmm0, xmm0 }; }" HAVE_X86_SSE) }}} The error announced about ssl is just the one picked up within many others, even though I do not know what is causing this. -- Ticket URL: <https://trac.macports.org/ticket/44398#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X