Opened 9 years ago

Closed 9 years ago

#49689 closed defect (invalid)

Problem installing cmake on El Cap — at Version 1

Reported by: stiffstone@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: cmake

Description (last modified by ryandesign (Ryan Carsten Schmidt))

sudo port install cmake
Portfile changed since last build; discarding previous state.
--->  Computing dependencies for cmake
--->  Fetching archive for cmake
--->  Attempting to fetch cmake-3.4.0_0.darwin_15.x86_64.tbz2 from http://packages.macports.org/cmake
--->  Attempting to fetch cmake-3.4.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/cmake
--->  Attempting to fetch cmake-3.4.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/cmake
--->  Fetching distfiles for cmake
--->  Attempting to fetch cmake-3.4.0.tar.gz from http://distfiles.macports.org/cmake
--->  Verifying checksums for cmake                                                  
--->  Extracting cmake
--->  Applying patches to cmake
--->  Configuring cmake
--->  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 cmake failed

Change History (2)

Changed 9 years ago by stiffstone@…

Attachment: main.log added

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

Description: modified (diff)
Port: cmake added
Resolution: invalid
Status: newclosed

The log says there are undefined curl symbols, because:

:info:build ld: warning: ignoring file /Library/Frameworks/libcurl.framework/libcurl, missing required architecture x86_64 in file /Library/Frameworks/libcurl.framework/libcurl (2 slices)

Please remove the file /Library/Frameworks/libcurl.framework; it interferes with the cmake installation. Installing frameworks in /Library/Frameworks is much like installing libraries in /usr/local and is not supported while using MacPorts. See wiki:FAQ#usrlocal

Note: See TracTickets for help on using tickets.