[MacPorts] #67417: qt5-qtlocation @5.15.8_1 build failure

MacPorts noreply at macports.org
Sun May 14 05:36:41 UTC 2023


#67417: qt5-qtlocation @5.15.8_1 build failure
-----------------------------+---------------------------------
  Reporter:  dbl001          |      Owner:  MarcusCalhoun-Lopez
      Type:  defect          |     Status:  assigned
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.8.1
Resolution:                  |   Keywords:
      Port:  qt5-qtlocation  |
-----------------------------+---------------------------------

Comment (by MarcusCalhoun-Lopez):

 {{{
 #include <typeinfo>
 #include <type_traits>
 #include <stdexcept>

 int main() {
     int x = 5;
     int y = std::move(x);
 }
 }}}

 `env SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk clang++
 main.cxx` compiles fine.\\
 `env SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk clang++
 main.cxx` give the error reported here.

 Looking through some of the system header files, it seems that Xcode has
 been removing `#include <utility>` from header files.

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


More information about the macports-tickets mailing list