[MacPorts] #63154: qt5-qtbase @5.15.2_2+openssl: make: c: No such file or directory

MacPorts noreply at macports.org
Fri Oct 29 12:19:41 UTC 2021


#63154: qt5-qtbase @5.15.2_2+openssl: make: c: No such file or directory
---------------------------+---------------------------------
  Reporter:  jtdx-project  |      Owner:  MarcusCalhoun-Lopez
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.99
Resolution:                |   Keywords:  arm64
      Port:  qt5-qtbase    |
---------------------------+---------------------------------

Comment (by jwhowarth):

 Looks like Home-brew has a fix this...

 [https://github.com/Homebrew/homebrew-
 core/pull/88168#issuecomment-953466312]

 Adding a patch-qiosurfacegraphicsbuffer.h.diff to the qt5 Portfile with...

 {{{
 --- src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h.orig 2021-10-29
 08:04:29.000000000 -0400
 +++ src/plugins/platforms/cocoa/qiosurfacegraphicsbuffer.h      2021-10-29
 08:05:13.000000000 -0400
 @@ -40,6 +40,7 @@
  #ifndef QIOSURFACEGRAPHICSBUFFER_H
  #define QIOSURFACEGRAPHICSBUFFER_H

 +#include <CoreGraphics/CGColorSpace.h>
  #include <qpa/qplatformgraphicsbuffer.h>
  #include <private/qcore_mac_p.h>

 }}}

 eliminates the error. Note that they also report the need to use...

 {{{
 sudo xcode-select -s /Applications/Xcode.app
 }}}

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


More information about the macports-tickets mailing list