[MacPorts] #49059: cmake returned: command execution failed
MacPorts
noreply at macports.org
Fri Oct 2 10:02:41 PDT 2015
#49059: cmake returned: command execution failed
---------------------------+-------------------------
Reporter: thatguyuk1@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: cmake |
---------------------------+-------------------------
Comment (by michaelld@…):
The debug log shows that (for some reason) you have
"/Library/Frameworks/libcurl.framework" installed, and this version of
'curl' is not provided by MacPorts. Unless you know that you need this
install, I would highly recommend removing it -- cmake and other OSX-savvy
build systems will look in /Library/Frameworks for projects (such as
curl). We in MacPorts-land try to constrain searches to the MacPorts
$(prefix) as much as possible, but we cannot do it for every single
project and every single dependency. Hence, why I hope you can just remove
that framework.
If you do remove it, then you'll need to do:
{{{
sudo port clean cmake
}}}
before trying to install cmake again.
--
Ticket URL: <https://trac.macports.org/ticket/49059#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list