[MacPorts] #57526: cmake 3.12.4_0 fails to build

MacPorts noreply at macports.org
Tue Nov 6 15:23:47 UTC 2018


#57526: cmake 3.12.4_0 fails to build
----------------------+--------------------
  Reporter:  dershow  |      Owner:  (none)
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:
Resolution:           |   Keywords:
      Port:  cmake    |
----------------------+--------------------

Comment (by michaelld):

 OK ... interesting. Could be a CMake thing checking for Xcode 10.1 &
 assuming building for 10.14 & thus failing for +universal; I don't know.
 What I can say is that, at least for your OS / MP install, this version of
 cmake +universal fails because of the +universal part. Since CMake cannot
 be a library dependency -- it's just an executable and related non-binary
 files -- you should be able to install it as -universal:
 {{{
 sudo port clean cmake
 sudo port install cmake -universal
 }}}

 If you don't know why you're using +universal, then I'd strongly suggest
 getting rid of it. I think there's some FAQ for doing so; don't recall
 where. Might as well do it now so that you're better prepared for the
 migration to 10.14!

-- 
Ticket URL: <https://trac.macports.org/ticket/57526#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list