Changes between Initial Version and Version 1 of Ticket #45729


Ignore:
Timestamp:
Nov 2, 2014, 9:41:59 AM (10 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please don't set the milestone field for port bugs, avoid setting priority to high (MacPorts developers will do that for you if necessary) and Cc the maintainer, if any. Also, try to preview your post and use WikiFormatting in Trac.

Usually, we ask you to attach the main.log of a clean build (which you didn't), but this seems to be pretty clear: A 3rd-party installer installed a /Library/Frameworks/libcurl.framework on your machine that's i386 only, but you're building x86_64 cmake. As per our wiki:FAQ#buildfails, clean and try again in trace mode (port -t). If that doesn't help, move or delete libcurl.framework in /Library/Frameworks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45729

    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to css@…
    • Property Keywords cmake libcurl removed
    • Property Milestone changed from MacPorts Future to
  • Ticket #45729 – Description

    initial v1  
    11The cmake port cannot be built. The log indicates:
    22
     3{{{
    34:info:build [ 86%] Building CXX object Source/CMakeFiles/CTestLib.dir/CTest/cmParseGTMCoverage.cxx.o
    45:info:build Linking CXX executable ../bin/ccmake
     
    67:info:build Undefined symbols for architecture x86_64:
    78:info:build   "_curl_easy_cleanup", referenced from:
     9}}}
    810
    911Does anyone have a hint?