Changes between Initial Version and Version 1 of Ticket #49313


Ignore:
Timestamp:
Oct 16, 2015, 7:04:23 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log shows the build failed due to undefined curl symbols. It also shows the reason for that was this:

: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 MacPorts. Other frameworks installed there could interfere too, and ideally should be removed as well. This is similar to the problem with installing software into /usr/local, which is documented in wiki/FAQ#usrlocal.

These frameworks may have been installed by other non-MacPorts software you're using, so removing the frameworks may break those programs.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49313

    • Property Cc ryandesign@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Port cmake added
  • Ticket #49313 – Description

    initial v1  
    44sudo port install cmake
    55}}}
    6 [[BR]]
    7 --->  Computing dependencies for cmake[[BR]]
    8 --->  Fetching archive for cmake[[BR]]
    9 Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers>[[BR]]
    10 --->  Attempting to fetch cmake-3.3.2_1.darwin_15.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/cmake[[BR]]
    11 --->  Attempting to fetch cmake-3.3.2_1.darwin_15.x86_64.tbz2 from http://packages.macports.org/cmake[[BR]]
    12 --->  Attempting to fetch cmake-3.3.2_1.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/cmake[[BR]]
    13 --->  Fetching distfiles for cmake[[BR]]
    14 --->  Attempting to fetch cmake-3.3.2.tar.gz from http://cjj.kr.distfiles.macports.org/cmake[[BR]]
    15 --->  Verifying checksums for cmake [[BR]]
    16 --->  Extracting cmake[[BR]]
    17 --->  Applying patches to cmake[[BR]]
    18 --->  Configuring cmake[[BR]]
    19 --->  Building cmake[[BR]]
    20 Error: org.macports.build for port cmake returned: command execution failed[[BR]]
    21 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[[BR]]
    22 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets[[BR]]
    23 Error: Processing of port cmake failed[[BR]]
     6{{{
     7--->  Computing dependencies for cmake
     8--->  Fetching archive for cmake
     9Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers>
     10--->  Attempting to fetch cmake-3.3.2_1.darwin_15.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/cmake
     11--->  Attempting to fetch cmake-3.3.2_1.darwin_15.x86_64.tbz2 from http://packages.macports.org/cmake
     12--->  Attempting to fetch cmake-3.3.2_1.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/cmake
     13--->  Fetching distfiles for cmake
     14--->  Attempting to fetch cmake-3.3.2.tar.gz from http://cjj.kr.distfiles.macports.org/cmake
     15--->  Verifying checksums for cmake
     16--->  Extracting cmake
     17--->  Applying patches to cmake
     18--->  Configuring cmake
     19--->  Building cmake
     20Error: org.macports.build for port cmake returned: command execution failed
     21Please 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
     22To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets
     23Error: Processing of port cmake failed
     24}}}
    2425
    2526any suggestions? Thx