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

MacPorts noreply at macports.org
Tue Nov 6 17:53:57 UTC 2018


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

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 Glad that worked.

 Wine is a 32-bit build right now, which means it won't build natively on
 10.14 or with Xcode 10.1. Folks are finding creative ways to get it to
 build and run using the 10.13 SDK.

 If I were to redo the +universal, I'd like do what you note: get the ports
 list into a file, edit the file to change +universal to -universal & then
 install those changed ports. Or, roughly something like:
 {{{
 port installed and active | grep universal | sed -e "s@(active)@@g" | sed
 -e "s|@[^+]*+|+|g" | sed -e "s at +universal@-universal at g" | tr '\n' ' ' >
 /tmp/ports_to_migrate.txt
 sudo port -p -N install $(cat /tmp/ports_to_migrate.txt)
 }}}

 I'm going to go ahead and close this ticket as fixed, since it is, sort
 of.

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


More information about the macports-tickets mailing list