Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.0 Beta1
-
None
-
a3ec70a92 (dev), 32466f576 (6.6), 9d1a931ce (6.5)
Description
We try to upgrade our build from 6.4.3 to 6.6.0-beta1 and got this error on our CI for iOS simulator builds (arm64 and x86_64). Normal iOS arm64 build works without problems.
13:44:52 -- The CXX compiler identification is AppleClang 14.0.0.14000029 13:44:52 -- The C compiler identification is AppleClang 14.0.0.14000029 13:44:52 -- The ASM compiler identification is Clang with GNU-like command-line 13:44:52 -- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc 13:44:52 -- Detecting CXX compiler ABI info 13:44:52 -- Detecting CXX compiler ABI info - done 13:44:52 -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped 13:44:52 -- Detecting CXX compile features 13:44:52 -- Detecting CXX compile features - done 13:44:52 -- Detecting C compiler ABI info 13:44:53 -- Detecting C compiler ABI info - done 13:44:53 -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped 13:44:53 -- Detecting C compile features 13:44:53 -- Detecting C compile features - done 13:44:53 -- Checking dependencies of submodule 'qtbase' 13:44:53 -- Checking dependencies of submodule 'qtshadertools' 13:44:53 -- Checking dependencies of submodule 'qtdeclarative' 13:44:53 -- Skipping optional dependency 'qtimageformats' of 'qtdeclarative', because building 'qtimageformats' was explicitly disabled. 13:44:53 -- Skipping optional dependency 'qtlanguageserver' of 'qtdeclarative', because building 'qtlanguageserver' was explicitly disabled. 13:44:53 -- Skipping optional dependency 'qtsvg' of 'qtdeclarative', because building 'qtsvg' was explicitly disabled. 13:44:53 -- Checking dependencies of submodule 'qthttpserver' 13:44:53 -- Skipping optional dependency 'qtwebsockets' of 'qthttpserver', because building 'qtwebsockets' was explicitly disabled. 13:44:53 -- Checking dependencies of submodule 'qttools' 13:44:53 -- Skipping optional dependency 'qtactiveqt' of 'qttools', because building 'qtactiveqt' was explicitly disabled. 13:44:53 -- Checking dependencies of submodule 'qtgrpc' 13:44:53 -- Checking dependencies of submodule 'qtquickeffectmaker' 13:44:53 -- Skipping optional dependency 'qtquick3d' of 'qtquickeffectmaker', because building 'qtquick3d' was explicitly disabled. 13:44:53 -- Checking dependencies of submodule 'qtscxml' 13:44:53 -- Configuring submodule 'qtbase' 13:44:57 -DCMAKE_C_FLAGS_DEBUG=-g 13:44:57 -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG 13:44:57 -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG 13:44:57 -DCMAKE_CXX_FLAGS_DEBUG=-g 13:44:57 -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG 13:44:57 -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG 13:44:57 -DCMAKE_C_STANDARD=11 13:44:57 -DCMAKE_C_STANDARD_REQUIRED=ON 13:44:57 -DCMAKE_CXX_STANDARD=17 13:44:57 -DCMAKE_CXX_STANDARD_REQUIRED=ON 13:44:57 -DCMAKE_MODULE_PATH:STRING=/.../src/qt-host/qtbase/cmake/platforms 13:44:57 -DCMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH:BOOL=OFF 13:45:35 CMake Error at qtbase/cmake/QtExecutableHelpers.cmake:475 (message): 13:45:35 Unable to build syncqt: Change Dir: 13:45:35 /.../src/qt-host-build/qtbase/src/tools/syncqt/configure_time_bins 13:45:35 13:45:35 13:45:35 13:45:35 13:45:35 Run Build Command(s):/Users/governikus/bin/ninja && [1/2] Building CXX 13:45:35 object CMakeFiles/syncqt.dir/main.cpp.o 13:45:35 13:45:35 FAILED: CMakeFiles/syncqt.dir/main.cpp.o 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ 13:45:35 -DQT_NAMESPACE=\"\" -DQT_VERSION_MAJOR=6 -DQT_VERSION_MINOR=6 13:45:35 -DQT_VERSION_PATCH=0 -DQT_VERSION_STR=\"6.6.0\" -O2 -g -DNDEBUG -isysroot 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk 13:45:35 -mios-simulator-version-min=10.15 -O3 -std=gnu++17 -MD -MT 13:45:35 CMakeFiles/syncqt.dir/main.cpp.o -MF CMakeFiles/syncqt.dir/main.cpp.o.d -o 13:45:35 CMakeFiles/syncqt.dir/main.cpp.o -c 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp 13:45:35 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:111:18: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 std::filesystem::path normilizedPath(const std::string &path) 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:29: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:51: 13:45:35 error: 'weakly_canonical' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:2306:39: 13:45:35 note: 'weakly_canonical' has been explicitly marked unavailable here 13:45:35 13:45:35 inline _LIBCPP_INLINE_VISIBILITY path weakly_canonical(path const& __p) { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:68: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:948:3: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 path(const _Source& __src, format = format::auto_format) { 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:68: 13:45:35 error: '~path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:968:3: 13:45:35 note: '~path' has been explicitly marked unavailable here 13:45:35 13:45:35 ~path() = default; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:34: 13:45:35 error: '~path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:968:3: 13:45:35 note: '~path' has been explicitly marked unavailable here 13:45:35 13:45:35 ~path() = default; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:74: 13:45:35 error: 'generic_string' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:1300:17: 13:45:35 note: 'generic_string' has been explicitly marked unavailable here 13:45:35 13:45:35 _VSTD::string generic_string() const { return __pn_; } 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:12: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:944:3: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 path(string_type&& __s, format = format::auto_format) noexcept 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:113:12: 13:45:35 error: '~path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 return std::filesystem::path(std::filesystem::weakly_canonical(path).generic_string()); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:968:3: 13:45:35 note: '~path' has been explicitly marked unavailable here 13:45:35 13:45:35 ~path() = default; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:442:25: 13:45:35 error: '~path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 *path = utils::normilizedPath(*path).generic_string(); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:968:3: 13:45:35 note: '~path' has been explicitly marked unavailable here 13:45:35 13:45:35 ~path() = default; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:442:54: 13:45:35 error: 'generic_string' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 *path = utils::normilizedPath(*path).generic_string(); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:1300:17: 13:45:35 note: 'generic_string' has been explicitly marked unavailable here 13:45:35 13:45:35 _VSTD::string generic_string() const { return __pn_; } 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:535:22: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 std::filesystem::path m_outputRootName; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:536:22: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 std::filesystem::path m_currentFile; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:562:36: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 [[nodiscard]] std::filesystem::path makeHeaderAbsolute(const std::string &filename) const; 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:727:58: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 void resetCurrentFileInfoData(const std::filesystem::path &headerFile) 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:752:61: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 [[nodiscard]] bool processHeader(const std::filesystem::path &headerFile) 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:993:59: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 [[nodiscard]] bool parseHeader(const std::filesystem::path &headerFile, 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:1377:56: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 [[nodiscard]] bool isHeader(const std::filesystem::path &path) 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /.../src/qt-host/qtbase/src/tools/syncqt/main.cpp:1498:46: 13:45:35 error: 'path' is unavailable: introduced in iOS 13.0 13:45:35 13:45:35 bool updateOrCopy(const std::filesystem::path &src, const std::filesystem::path &dst); 13:45:35 ^ 13:45:35 13:45:35 13:45:35 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/usr/include/c++/v1/filesystem:909:24: 13:45:35 note: 'path' has been explicitly marked unavailable here 13:45:35 13:45:35 class _LIBCPP_TYPE_VIS path { 13:45:35 13:45:35 ^ 13:45:35 13:45:35 fatal error: too many errors emitted, stopping now [-ferror-limit=] 13:45:35 13:45:35 20 errors generated. 13:45:35 13:45:35 ninja: build stopped: subcommand failed. 13:45:35 13:45:35 13:45:35 13:45:35 Call Stack (most recent call first): 13:45:35 qtbase/cmake/QtToolHelpers.cmake:722 (qt_internal_add_configure_time_executable) 13:45:35 qtbase/src/tools/syncqt/CMakeLists.txt:25 (qt_internal_add_configure_time_tool) 13:45:35 13:45:35 13:45:35 -- Configuring incomplete, errors occurred! 13:45:35 See also "/.../src/qt-host-build/CMakeFiles/CMakeOutput.log". 13:45:35 See also "/.../src/qt-host-build/CMakeFiles/CMakeError.log". 13:45:35 CMake Error at /.../src/qt-host/qtbase/cmake/QtProcessConfigureArgs.cmake:1006 (message): 13:45:35 CMake exited with code 1. 13:45:35 13:45:35 13:45:35 Command PhaseScriptExecution emitted errors but did not return a nonzero exit code to indicate failure 13:45:35 13:45:35 WriteAuxiliaryFile /...uild/AusweisApp2_Libs.build/Debug-iphonesimulator/qt-host.build/Script-096A576574A0DF12AADD1CF8.sh (in target 'qt-host' from project 'AusweisApp2_Libs') 13:45:35 cd /Users/governikus/workspace/default_Review_Libs_iOS_Simulator_arm64/source/libs 13:45:35 write-file /...uild/AusweisApp2_Libs.build/Debug-iphonesimulator/qt-host.build/Script-096A576574A0DF12AADD1CF8.sh 13:45:35 13:45:35 PhaseScriptExecution Generate\ b/src/qt-host-stamp/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/qt-host-build /...uild/AusweisApp2_Libs.build/Debug-iphonesimulator/qt-host.build/Script-096A576574A0DF12AADD1CF8.sh (in target 'qt-host' from project 'AusweisApp2_Libs') 13:45:35 cd /Users/governikus/workspace/default_Review_Libs_iOS_Simulator_arm64/source/libs 13:45:35 /bin/sh -c /...uild/AusweisApp2_Libs.build/Debug-iphonesimulator/qt-host.build/Script-096A576574A0DF12AADD1CF8.sh 13:45:36 ninja: error: loading 'build.ninja': No such file or directory 13:45:36 13:45:36 note: Run script build phase 'Generate CMakeFiles/compress' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'compress' from project 'AusweisApp2_Libs') 13:45:36 note: Run script build phase 'Generate CMakeFiles/compress.pre' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'compress.pre' from project 'AusweisApp2_Libs') 13:45:36 note: Run script build phase 'CMake PostBuild Rules' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'qt' from project 'AusweisApp2_Libs') 13:45:36 note: Run script build phase 'Generate CMakeFiles/qt' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'qt' from project 'AusweisApp2_Libs') 13:45:36 note: Run script build phase 'CMake PostBuild Rules' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'openssl' from project 'AusweisApp2_Libs') 13:45:36 note: Run script build phase 'Generate CMakeFiles/openssl' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'openssl' from project 'AusweisApp2_Libs') 13:45:36 ** BUILD FAILED **