Opened 9 years ago

Closed 9 years ago

#49059 closed defect (invalid)

cmake returned: command execution failed

Reported by: thatguyuk1@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: cmake

Description (last modified by mf2k (Frank Schima))

I have tried updating macports and get this cake error:

--->  Building cmake
Error: org.macports.build for port cmake returned: command execution failed
Please see the log file for port cmake for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port cake failed

I have uninstalled macports and reinstalled but get this error every time. I have checked Xcode command line is installed and it is. This is a Mavericks machine and need help.

Attachments (1)

main.log (140.1 KB) - added by thatguyuk1@… 9 years ago.
cmake log file 10.9

Download all attachments as: .zip

Change History (6)

Changed 9 years ago by thatguyuk1@…

Attachment: main.log added

cmake log file 10.9

comment:1 Changed 9 years ago by thatguyuk1@…

Cc: thatguyuk1@… added

Cc Me!

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Cc: thatguyuk1@… removed
Keywords: cmake removed
Owner: changed from macports-tickets@… to michaelld@…
Port: cmake added

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers cmake), if any.

As reporter, you do not need to Cc yourself.

comment:3 Changed 9 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:4 Changed 9 years ago by michaelld (Michael Dickens)

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.

comment:5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.