Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qt5-declarative] Failed to build on Windows #30288

Closed
shirok1 opened this issue Mar 19, 2023 · 14 comments
Closed

[qt5-declarative] Failed to build on Windows #30288

shirok1 opened this issue Mar 19, 2023 · 14 comments
Assignees
Labels
category:question This issue is a question

Comments

@shirok1
Copy link
Contributor

shirok1 commented Mar 19, 2023

Host Environment

  • OS: Windows 11 25314
  • Compiler: Visual C++ 17.4.5

To Reproduce

Steps to reproduce the behavior:

./vcpkg install qt5

Failure logs

-- Using cached qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz.
-- Cleaning sources at C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/Shiroki/vcpkg/downloads/qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz
-- Using source at C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean
-- Found external ninja('1.11.0').
-- Getting CMake variables for x64-windows
-- Using cached msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using msys root at C:/Users/Shiroki/vcpkg/downloads/tools/msys2/9a1ec3f33446b195
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: C:/Users/Shiroki/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe -j 17
    Working Directory: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg
    See logs for more information:
      C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log

  scripts/cmake/vcpkg_build_qmake.cmake:3 (vcpkg_execute_build_process)
  installed/x64-windows/share/qt5/qt_build_submodule.cmake:11 (vcpkg_build_qmake)
  installed/x64-windows/share/qt5/qt_submodule_installation.cmake:9 (qt_build_submodule)
error: building qt5-declarative:x64-windows failed with: BUILD_FAILED
error: Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
    https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+qt5-declarative
You can submit a new issue at:
    https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[qt5-declarative]+Build+error
Include '[qt5-declarative] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
    vcpkg-tool version: 2022-11-10-5fdee72bc1fceca198fb1ab7589837206a8b81ba
    vcpkg-scripts version: ffe7360e0 2023-03-17 (2 days ago)
jom 1.1.3 - empower your cores

cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
WARNING: Failure to find: qt5qmld_metatypes.json
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qmld_metatypes.json
WARNING: Failure to find: qt5qml_metatypes.json
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qml_metatypes.json
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile.Debug [.generated\debug\RegExpJitTables.h] Error 9009
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile [debug] Error 2
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\Makefile [sub-qml-make_first-ordered] Error 2
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\Makefile [sub-src-make_first] Error 2

Additional context

Add any other context about the problem here, such as what you have already tried to resolve the issue.

@shirok1 shirok1 added the category:port-bug The issue is with a library, which is something the port should already support label Mar 19, 2023
@shirok1 shirok1 changed the title qt5-declarative failed to build [qt5-declarative] Failed to build on Windows Mar 19, 2023
@JonLiu1993 JonLiu1993 self-assigned this Mar 20, 2023
@JonLiu1993
Copy link
Member

@shirok1, Thanks for your issue, please provide the detailed error log:

C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log

@JonLiu1993 JonLiu1993 added requires:more-information This Issue requires more information to solve and removed category:port-bug The issue is with a library, which is something the port should already support labels Mar 20, 2023
@shirok1
Copy link
Contributor Author

shirok1 commented Mar 20, 2023

@JonLiu1993 Here are they.

C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-out.log:

	cd src\ && ( if not exist Makefile C:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\src.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/qt.conf ) && C:\Users\Shiroki\vcpkg\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile
	cd qmltyperegistrar\ && ( if not exist Makefile C:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar\qmltyperegistrar.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/qt.conf ) && C:\Users\Shiroki\vcpkg\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile
	C:\Users\Shiroki\vcpkg\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile.Debug
	C:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\bin\qmake.exe -install qinstall C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar\qmltypes.prf ..\..\mkspecs\features\qmltypes.prf
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\resourcefilemapper.obj.30744.16.jom
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmlstreamwriter.obj.30744.31.jom
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmltyperegistrar.obj.30744.31.jom
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmltypesclassdescription.obj.30744.31.jom
resourcefilemapper.cpp
qmlstreamwriter.cpp
qmltyperegistrar.cpp
qmltypesclassdescription.cpp
	rc.exe -c65001 -DWIN32 -D_DEBUG -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -fo .obj\debug\qmltyperegistrar_resource.res qmltyperegistrar_resource.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmltypescreator.obj.30744.47.jom
qmltypescreator.cpp
	link.exe /NOLOGO /DYNAMICBASE /NXCOMPAT -machine:x64 -nologo -debug -INCREMENTAL -machine:x64 -nologo -debug -INCREMENTAL /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /VERSION:5.15 /MANIFEST:embed /OUT:..\..\bin\qmltyperegistrar.exe @C:\Users\Shiroki\AppData\Local\Temp\qmltyperegistrar.exe.30744.1078.jom
	cd qml\ && ( if not exist Makefile C:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\qml.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/qt.conf ) && C:\Users\Shiroki\vcpkg\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile
	C:\Users\Shiroki\vcpkg\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile.Debug
	cl.exe -c -Yc -Fp.pch\debug\Qt5Qmld_pch.pch -Fo.pch\debug\Qt5Qmld_pch.obj -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\Qt5Qmld.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -D_CRT_SECURE_NO_WARNINGS -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DNOMINMAX -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\memory -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\compiler -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\jsruntime -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\jit -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\debugger -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\qmldirparser -I. -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\animations -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\jit -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\assembler -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\runtime -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\wtf -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\stubs -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\stubs\runtime -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\stubs\wtf -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\disassembler -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\disassembler\udis86 -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include\QtQml -I..\..\include -I..\..\include\QtQml -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include\QtQml\5.15.8 -IC:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include\QtQml\5.15.8\QtQml -I..\..\include\QtQml\5.15.8 -I..\..\include\QtQml\5.15.8\QtQml -Itmp -I.generated/debug -I. -I.tracegen\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtNetwork -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include -IC:\Users\Shiroki\vcpkg\installed\x64-windows\include\qt5 -IC:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -TP ..\..\include\QtQml\QtQmlDepends
QtQmlDepends
	rc.exe -c65001 -DWIN32 -D_DEBUG -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -D_CRT_SECURE_NO_WARNINGS -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DNOMINMAX -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -fo .obj\debug\Qt5Qmld_resource.res Qt5Qmld_resource.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

	C:\Users\Shiroki\AppData\Local\Microsoft\WindowsApps\python.exe C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/yarr/create_regex_tables > .generated\debug\RegExpJitTables.h
	C:\Users\Shiroki\vcpkg\installed\x64-windows\tools\qt5\debug\bin\qlalr.exe --no-debug --qt C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\parser\qqmljs.g

C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log:

jom 1.1.3 - empower your cores

cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
WARNING: Failure to find: qt5qmld_metatypes.json
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qmld_metatypes.json
WARNING: Failure to find: qt5qml_metatypes.json
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: C:/Users/Shiroki/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qml_metatypes.json
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile.Debug [.generated\debug\RegExpJitTables.h] Error 9009
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile [debug] Error 2
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\Makefile [sub-qml-make_first-ordered] Error 2
jom: C:\Users\Shiroki\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\Makefile [sub-src-make_first] Error 2

@dg0yt
Copy link
Contributor

dg0yt commented Mar 20, 2023

vcpkg_buildpath_length_warning(37)

I guess there was a warning that you need to use a shorter path for the actual work.

@JonLiu1993 JonLiu1993 added category:question This issue is a question and removed requires:more-information This Issue requires more information to solve labels Mar 20, 2023
@JonLiu1993
Copy link
Member

@shirok1, Could you try to re-clone vcpkg with a shorter pre-path on your non-C drive and try again?

@shirok1
Copy link
Contributor Author

shirok1 commented Mar 20, 2023

@dg0yt I tried to bind vcpkg directory to V: by subst V: C:\Users\Shiroki\vcpkg\, but it didn't help much.

V:\> .\vcpkg install qt5 --recurse
Computing installation plan...
The following packages will be built and installed:
    qt5[activeqt,core,declarative,essentials,imageformats,multimedia,networkauth,quickcontrols,quickcontrols2,svg,tools,translations,websockets]:x64-windows -> 5.15.8#1
  * qt5-activeqt[core]:x64-windows -> 5.15.8
  * qt5-declarative[core]:x64-windows -> 5.15.8
  * qt5-graphicaleffects[core]:x64-windows -> 5.15.8
  * qt5-multimedia[core]:x64-windows -> 5.15.8
  * qt5-networkauth[core]:x64-windows -> 5.15.8
  * qt5-quickcontrols[core]:x64-windows -> 5.15.8
  * qt5-quickcontrols2[core]:x64-windows -> 5.15.8
  * qt5-tools[core]:x64-windows -> 5.15.8
  * qt5-translations[core]:x64-windows -> 5.15.8
  * qt5-websockets[core]:x64-windows -> 5.15.8
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
-- Automatically setting HTTP(S)_PROXY environment variables to "127.0.0.1:7890".
Restored 0 package(s) from C:\Users\Shiroki\AppData\Local\vcpkg\archives in 443.5 us. Use --debug to see more details.
Installing 1/11 qt5-declarative:x64-windows...
Building qt5-declarative[core]:x64-windows...
-- Using cached qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz.
-- Cleaning sources at V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source V:/downloads/qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz
-- Using source at V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean
-- Found external ninja('1.11.0').
-- Getting CMake variables for x64-windows
-- Using cached msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using msys root at V:/downloads/tools/msys2/9a1ec3f33446b195
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
CMake Error at cripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Working Directory: V:/buildtrees/qt5-declarative/x64-windows-dbg
    See logs for more information:
      V:\buildtrees\qt5-declarative\package-build-x64-windows-dbg-out.log
      V:\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log

Call Stack (most recent call first):
  cripts/cmake/vcpkg_build_qmake.cmake:3 (vcpkg_execute_build_process)
  cripts/cmake/vcpkg_build_qmake.cmake:76 (z_run_jom_build)
  nstalled/x64-windows/share/qt5/qt_build_submodule.cmake:11 (vcpkg_build_qmake)
  nstalled/x64-windows/share/qt5/qt_submodule_installation.cmake:9 (qt_build_submodule)
  orts/qt5-declarative/portfile.cmake:2 (qt_submodule_installation)
  cripts/ports.cmake:147 (include)


error: building qt5-declarative:x64-windows failed with: BUILD_FAILED
error: Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
    https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+qt5-declarative
You can submit a new issue at:
    https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[qt5-declarative]+Build+error
Include '[qt5-declarative] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
    vcpkg-tool version: 2022-11-10-5fdee72bc1fceca198fb1ab7589837206a8b81ba
    vcpkg-scripts version: e18164740 2023-03-20 (52 minutes ago)


Please use the prefilled template from V:\installed\vcpkg\issue_body.md when reporting your issue.

V:\buildtrees\qt5-declarative\package-build-x64-windows-dbg-out.log:

	cd src\ && ( if not exist Makefile V:\installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile V:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\src.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf V:/buildtrees/qt5-declarative/x64-windows-dbg/qt.conf ) && V:\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile
	cd qmltyperegistrar\ && ( if not exist Makefile V:\installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile V:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar\qmltyperegistrar.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf V:/buildtrees/qt5-declarative/x64-windows-dbg/qt.conf ) && V:\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile
	V:\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile.Debug
	V:\installed\x64-windows\tools\qt5\bin\qmake.exe -install qinstall V:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar\qmltypes.prf ..\..\mkspecs\features\qmltypes.prf
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8 -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IV:\installed\x64-windows\include -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\resourcefilemapper.obj.11592.16.jom
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8 -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IV:\installed\x64-windows\include -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmlstreamwriter.obj.11592.16.jom
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8 -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IV:\installed\x64-windows\include -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmltyperegistrar.obj.11592.16.jom
	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8 -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IV:\installed\x64-windows\include -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmltypesclassdescription.obj.11592.32.jom
resourcefilemapper.cpp
qmlstreamwriter.cpp
qmltyperegistrar.cpp
qmltypesclassdescription.cpp
	rc.exe -c65001 -DWIN32 -D_DEBUG -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -fo .obj\debug\qmltyperegistrar_resource.res qmltyperegistrar_resource.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

	cl.exe -c -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\qmltyperegistrar.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -DQT_CORE_LIB -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qmltyperegistrar -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\tools\shared -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8 -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IV:\installed\x64-windows\include -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -Fo.obj\debug\ @C:\Users\Shiroki\AppData\Local\Temp\qmltypescreator.obj.11592.32.jom
qmltypescreator.cpp
	link.exe /NOLOGO /DYNAMICBASE /NXCOMPAT -machine:x64 -nologo -debug -INCREMENTAL -machine:x64 -nologo -debug -INCREMENTAL /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /VERSION:5.15 /MANIFEST:embed /OUT:..\..\bin\qmltyperegistrar.exe @C:\Users\Shiroki\AppData\Local\Temp\qmltyperegistrar.exe.11592.860.jom
	cd qml\ && ( if not exist Makefile V:\installed\x64-windows\tools\qt5\bin\qmake.exe -o Makefile V:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\qml.pro "CONFIG-=release" "CONFIG+=debug" "QMAKE_CC=cl.exe" "QMAKE_CXX=cl.exe" "QMAKE_AR=lib.exe" "QMAKE_RANLIB=:" "QMAKE_STRIP=" "QMAKE_NM=" "QMAKE_RC=rc.exe" "QMAKE_MT=mt.exe" "QMAKE_LIB=lib.exe" "QMAKE_LINK=link.exe" "QMAKE_LIBS+=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib" "QMAKE_RC+=-c65001 -DWIN32 -D_DEBUG" "QMAKE_CFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_CXXFLAGS_DEBUG+=-nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP  -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1" "QMAKE_LFLAGS+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_SHLIB+=-machine:x64  -nologo    -debug -INCREMENTAL" "QMAKE_LFLAGS_PLUGIN+=-machine:x64  -debug -INCREMENTAL" "QMAKE_LIBFLAGS_DEBUG+=-machine:x64 -nologo" "CONFIG-=static" "CONFIG*=shared" "CONFIG*=separate_debug_info" -qtconf V:/buildtrees/qt5-declarative/x64-windows-dbg/qt.conf ) && V:\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile
	V:\downloads\tools\jom\jom-1.1.3\jom.exe -f Makefile.Debug
	cl.exe -c -Yc -Fp.pch\debug\Qt5Qmld_pch.pch -Fo.pch\debug\Qt5Qmld_pch.obj -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -nologo -DWIN32 -D_WINDOWS -W3 -utf-8 -GR -EHsc -MP -D_DEBUG -MDd -Z7 -Ob0 -Od -RTC1 -std:c++17 -utf-8 /wd4530 /wd4577 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 /Fd.obj\debug\Qt5Qmld.vc.pdb -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -D_CRT_SECURE_NO_WARNINGS -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DNOMINMAX -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\memory -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\compiler -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\jsruntime -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\jit -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\debugger -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\qmldirparser -I. -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\animations -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\jit -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\assembler -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\runtime -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\wtf -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\stubs -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\stubs\runtime -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\stubs\wtf -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\disassembler -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\3rdparty\masm\disassembler\udis86 -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include\QtQml -I..\..\include -I..\..\include\QtQml -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include\QtQml\5.15.8 -IV:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\include\QtQml\5.15.8\QtQml -I..\..\include\QtQml\5.15.8 -I..\..\include\QtQml\5.15.8\QtQml -Itmp -I.generated/debug -I. -I.tracegen\debug -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8 -IV:\installed\x64-windows\include\qt5\QtCore\5.15.8\QtCore -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\include\qt5\QtNetwork -IV:\installed\x64-windows\include\qt5\QtCore -I.moc\debug -IV:\installed\x64-windows\include -IV:\installed\x64-windows\include\qt5 -IV:\installed\x64-windows\tools\qt5\debug\mkspecs\win32-msvc -TP ..\..\include\QtQml\QtQmlDepends
QtQmlDepends
	rc.exe -c65001 -DWIN32 -D_DEBUG -D_DEBUG -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_NO_LINKED_LIST -DQT_NO_LINKED_LIST -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -D_CRT_SECURE_NO_WARNINGS -DQT_NO_FOREACH -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1 -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportAssertionFailureWithMessage=qmlWTFReportAssertionFailureWithMessage -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DNOMINMAX -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -D_USE_MATH_DEFINES -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NO_EXCEPTIONS -DQT_NETWORK_LIB -DQT_CORE_LIB -D_WINDLL -fo .obj\debug\Qt5Qmld_resource.res Qt5Qmld_resource.rc
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation.  All rights reserved.

	C:\Users\Shiroki\AppData\Local\Microsoft\WindowsApps\python.exe V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/yarr/create_regex_tables > .generated\debug\RegExpJitTables.h
	V:\installed\x64-windows\tools\qt5\debug\bin\qlalr.exe --no-debug --qt V:\buildtrees\qt5-declarative\src\5.15.8-f2590fed43.clean\src\qml\parser\qqmljs.g

V:\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log:

jom 1.1.3 - empower your cores

cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
WARNING: Failure to find: qt5qmld_metatypes.json
WARNING: Failure to find: V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: V:/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qmld_metatypes.json
WARNING: Failure to find: qt5qml_metatypes.json
WARNING: Failure to find: V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: V:/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: V:/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qml_metatypes.json
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
jom: V:\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile.Debug [.generated\debug\RegExpJitTables.h] Error 9009
jom: V:\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile [debug] Error 2
jom: V:\buildtrees\qt5-declarative\x64-windows-dbg\src\Makefile [sub-qml-make_first-ordered] Error 2
jom: V:\buildtrees\qt5-declarative\x64-windows-dbg\Makefile [sub-src-make_first] Error 2

@JonLiu1993 I will try it now.

@shirok1
Copy link
Contributor Author

shirok1 commented Mar 20, 2023

Ok, I've installed vcpkg to D:\vcpkg\, and the problem persists.

Installing 11/11 qt5-declarative:x64-windows...
Building qt5-declarative[core]:x64-windows...
-- Using cached qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz.
-- Extracting source D:/vcpkg/downloads/qtdeclarative-everywhere-opensource-src-5.15.8.tar.xz
-- Using source at D:/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean
-- Found external ninja('1.11.0').
-- Getting CMake variables for x64-windows
-- Using cached msys-mingw-w64-i686-pkg-config-0.29.2-3-any.pkg.tar.zst.
-- Using cached msys-mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst.
-- Using msys root at D:/vcpkg/downloads/tools/msys2/9a1ec3f33446b195
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Configuring x64-windows-dbg
-- Configuring x64-windows-dbg done
-- Package build-x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: D:/vcpkg/downloads/tools/jom/jom-1.1.3/jom.exe -j 17
    Working Directory: D:/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg
    See logs for more information:
      D:\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-out.log
      D:\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_qmake.cmake:3 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_build_qmake.cmake:76 (z_run_jom_build)
  installed/x64-windows/share/qt5/qt_build_submodule.cmake:11 (vcpkg_build_qmake)
  installed/x64-windows/share/qt5/qt_submodule_installation.cmake:9 (qt_build_submodule)
  ports/qt5-declarative/portfile.cmake:2 (qt_submodule_installation)
  scripts/ports.cmake:147 (include)


error: building qt5-declarative:x64-windows failed with: BUILD_FAILED
error: Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
    https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+qt5-declarative
You can submit a new issue at:
    https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[qt5-declarative]+Build+error
Include '[qt5-declarative] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
    vcpkg-tool version: 2023-03-14-105f7f7e8a5ea10dfac9874ff9d1a6bacba5f454
    vcpkg-scripts version: e12d82b8e 2023-03-20 (44 minutes ago)


Please use the prefilled template from D:\vcpkg\installed\vcpkg\issue_body.md when reporting your issue.

D:\vcpkg\buildtrees\qt5-declarative\package-build-x64-windows-dbg-err.log:

jom 1.1.3 - empower your cores

cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
WARNING: Failure to find: qt5qmld_metatypes.json
WARNING: Failure to find: D:/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: D:/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: D:/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qmld_metatypes.json
WARNING: Failure to find: qt5qml_metatypes.json
WARNING: Failure to find: D:/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/assembler/*.h
WARNING: Failure to find: D:/vcpkg/buildtrees/qt5-declarative/src/5.15.8-f2590fed43.clean/src/3rdparty/masm/wtf/*.h
WARNING: Failure to find: D:/vcpkg/buildtrees/qt5-declarative/x64-windows-dbg/src/qml/qt5qml_metatypes.json
cl: 命令行 warning D9025 :正在重写“/Zi”(用“/Z7”)
jom: D:\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile.Debug [.generated\debug\RegExpJitTables.h] Error 9009
jom: D:\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\qml\Makefile [debug] Error 2
jom: D:\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\src\Makefile [sub-qml-make_first-ordered] Error 2
jom: D:\vcpkg\buildtrees\qt5-declarative\x64-windows-dbg\Makefile [sub-src-make_first] Error 2

@JonLiu1993
Copy link
Member

JonLiu1993 commented Apr 11, 2023

duplicate solution see #30446 (comment)

@JonLiu1993
Copy link
Member

@shirok1, Have you tried the workaround suggested by the comments above?

@shirok1
Copy link
Contributor Author

shirok1 commented Apr 25, 2023

Have you tried...?

I think you just missed #30288 (comment)

@smile-zyk
Copy link

I had the same problem. The error was because rc.exe can not be found. You can find this Program in C:\Program Files (x86)\Windows Kits\10\bin\(or directly search for rc.exe using software like everything). Add its path to the environment variables, close the terminal, and retry

@JonLiu1993
Copy link
Member

@shirok1, could you please try @smile-zyk's suggestion?

@conradosigrid
Copy link

I had the same problem. The error was because rc.exe can not be found. You can find this Program in C:\Program Files (x86)\Windows Kits\10\bin\(or directly search for rc.exe using software like everything). Add its path to the environment variables, close the terminal, and retry

I'm having the same problem.
#31592

But neither @smile-zyk suggestion nor short path suggestion works for me

@JonLiu1993
Copy link
Member

Duplicate of issue #31592, we will focus on tracking this issue in #31592.

@JonLiu1993 JonLiu1993 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2023
@cosmoslx
Copy link

@shirok1 It may help. #31592 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

6 participants