[MacPorts] #52200: Xcode 8 deprecation of xcrun breaks qt5 build

MacPorts noreply at macports.org
Sat Sep 10 18:22:13 CEST 2016


#52200: Xcode 8 deprecation of xcrun breaks qt5 build
------------------------------------+------------------------
  Reporter:  howarth.at.macports@…  |      Owner:  mcalhoun@…
      Type:  defect                 |     Status:  new
  Priority:  Normal                 |  Milestone:
 Component:  ports                  |    Version:  2.3.4
Resolution:                         |   Keywords:  sierra
      Port:  qt5                    |
------------------------------------+------------------------

Comment (by jeremyhu@…):

 xcrun wasn't deprecated in Xcode 8, it was removed.  It was removed from
 within Xcode.app because it was redundant to the system-provided version.

 That particular `reinplace` isn't optimal.  You should be replacing
 `/usr/bin/xcrun -find xcrun` with `/usr/bin/xcrun` rather than
 `/usr/bin/xcrun -find /usr/bin/xcrun`

 Also, this should be done as a patch instead of a `reinplace` and
 upstreamed to benefit others.

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


More information about the macports-tickets mailing list