#48855: python27 fails at "staging python27 into destroy" -------------------------+-------------------------------- Reporter: l2ofl085@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by macports@…): The problem is indeed caused by a mismatched SDK and compiler. MacPorts is building against the OS X 10.11 SDK, but your default developer tools are Xcode 6. You can either: - Install the [http://developer.apple.com/xcode/download/ Xcode 7.0 GM] and set it to be the default with `xcode-select -s /path/to/Xcode 7.app` Or: - Install the command-line developer tools package for your system with `xcode-select --install` and set it to be the default with `xcode-select -s /` -- Ticket URL: <https://trac.macports.org/ticket/48855#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X