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

Please ensure you're using the latest port files with git pull and vcpkg update. #28267

Closed
BruhMashin opened this issue Dec 9, 2022 · 8 comments
Assignees
Labels
category:question This issue is a question

Comments

@BruhMashin
Copy link

Hi! I was trying to instal libfreenect2 and got thi error, what shoul i do?

PS D:\Users\Park Techonologiczny\vcpkg> ./vcpkg install libfreenect2

Computing installation plan...
A suitable version of cmake was not found (required v3.25.0) Downloading portable cmake 3.25.0...
Downloading cmake...
https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-i386.zip->D:\Users\Park Techonologiczny\vcpkg\downloads\cmake-3.25.0-windows-i386.zip
Downloading https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-i386.zip
Extracting cmake...
The following packages will be built and installed:

  • egl-registry[core]:x86-windows -> 2022-09-20
  • glfw3[core]:x86-windows -> 3.3.8#1
    libfreenect2[core,opengl]:x86-windows -> 0.2.0#9
  • libjpeg-turbo[core]:x86-windows -> 2.1.4
  • libusb[core]:x86-windows -> 1.0.26#2
  • opengl[core]:x86-windows -> 2022-10-08
  • opengl-registry[core]:x86-windows -> 2022-09-29
  • vcpkg-cmake[core]:x64-windows -> 2022-10-30
  • vcpkg-cmake-config[core]:x64-windows -> 2022-02-06#1
    Additional packages (*) will be modified to complete this operation.
    Detecting compiler hash for triplet x86-windows...
    A suitable version of powershell-core was not found (required v7.2.7) Downloading portable powershell-core 7.2.7...
    Downloading powershell-core...
    https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-x86.zip->D:\Users\Park Techonologiczny\vcpkg\downloads\PowerShell-7.2.7-win-x86.zip
    Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.2.7/PowerShell-7.2.7-win-x86.zip
    Extracting powershell-core...
    Detecting compiler hash for triplet x64-windows...
    A suitable version of 7zip was not found (required v21.7.0) Downloading portable 7zip 21.7.0...
    Downloading 7zip...
    https://www.7-zip.org/a/7z2107-extra.7z->D:\Users\Park Techonologiczny\vcpkg\downloads\7z2107-extra.7z
    Downloading https://www.7-zip.org/a/7z2107-extra.7z
    Extracting 7zip...
    Restored 4 package(s) from D:\Users\Park Techonologiczny\AppData\Local\vcpkg\archives in 916.3 ms. Use --debug to see more details.
    Installing 1/9 egl-registry:x86-windows...
    Elapsed time to handle egl-registry:x86-windows: 50.64 ms
    Installing 2/9 vcpkg-cmake:x64-windows...
    Elapsed time to handle vcpkg-cmake:x64-windows: 28.03 ms
    Installing 3/9 vcpkg-cmake-config:x64-windows...
    Elapsed time to handle vcpkg-cmake-config:x64-windows: 21.71 ms
    Installing 4/9 glfw3:x86-windows...
    Elapsed time to handle glfw3:x86-windows: 96.68 ms
    Installing 5/9 libjpeg-turbo:x86-windows...
    Building libjpeg-turbo[core]:x86-windows...
    -- Downloading https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.4.tar.gz -> libjpeg-turbo-libjpeg-turbo-2.1.4.tar.gz...
    -- Extracting source D:/Users/Park Techonologiczny/vcpkg/downloads/libjpeg-turbo-libjpeg-turbo-2.1.4.tar.gz
    -- Applying patch add-options-for-exes-docs-headers.patch
    -- Applying patch workaround_cmake_system_processor.patch
    -- Using source at D:/Users/Park Techonologiczny/vcpkg/buildtrees/libjpeg-turbo/src/2.1.4-30a6482500.clean
    -- Downloading https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/win32/nasm-2.15.05-win32.zip;https://fossies.org/windows/misc/nasm-2.15.05-win32.zip -> nasm-2.15.05-win32.zip...
    -- Found external ninja('1.11.0').
    -- Configuring x86-windows
    -- Building x86-windows-dbg
    CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:131 (message):
    Command failed: "D:/Users/Park Techonologiczny/vcpkg/downloads/tools/cmake-3.25.0-windows/cmake-3.25.0-windows-i386/bin/cmake.exe" --build . --config Debug --target install -- -v -j5
    Working Directory: D:/Users/Park Techonologiczny/vcpkg/buildtrees/libjpeg-turbo/x86-windows-dbg
    See logs for more information:
    D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\install-x86-windows-dbg-out.log
    D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\install-x86-windows-dbg-err.log

Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/libjpeg-turbo/portfile.cmake:56 (vcpkg_cmake_install)
scripts/ports.cmake:147 (include)

error: building libjpeg-turbo:x86-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+libjpeg-turbo
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[libjpeg-turbo]+Build+error
Include '[libjpeg-turbo] 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: 5402d24 2022-12-08 (16 hours ago)

@autoantwort
Copy link
Contributor

what shoul i do?

See logs for more information:
D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\install-x86-windows-dbg-out.log
D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\install-x86-windows-dbg-err.log

Provide these error logs

@autoantwort
Copy link
Contributor

Or use the generated issue template listed in the output

@autoantwort
Copy link
Contributor

Or use the generated issue template listed in the output

Is there an reason why you have not used it?

@LilyWangLL LilyWangLL added the requires:more-information This Issue requires more information to solve label Dec 12, 2022
@BruhMashin
Copy link
Author

install-x86-windows-dbg-out.log

[1/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcapistd.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcapistd.c"
[2/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcapimin.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcapimin.c"
[3/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jccolor.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jccolor.c"
[4/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jccoefct.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jccoefct.c"
[5/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcdctmgr.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcdctmgr.c"
[6/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcinit.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcinit.c"
[7/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcicc.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcicc.c"
[8/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcmarker.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcmarker.c"
[9/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcmainct.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcmainct.c"
[10/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcomapi.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcomapi.c"
[11/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcmaster.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcmaster.c"
[12/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcparam.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcparam.c"
[13/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcprepct.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcprepct.c"
[14/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jchuff.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jchuff.c"
[15/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcsample.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcsample.c"
[16/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jctrans.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jctrans.c"
[17/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdapimin.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdapimin.c"
[18/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcphuff.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcphuff.c"
[19/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdatadst.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdatadst.c"
[20/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdapistd.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdapistd.c"
[21/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdatasrc.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdatasrc.c"
[22/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdcolor.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdcolor.c"
[23/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdcoefct.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdcoefct.c"
[24/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jddctmgr.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jddctmgr.c"
[25/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdhuff.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdhuff.c"
[26/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdicc.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdicc.c"
[27/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdinput.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdinput.c"
[28/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdmainct.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdmainct.c"
[29/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdmaster.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdmaster.c"
[30/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdmarker.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdmarker.c"
[31/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdmerge.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdmerge.c"
[32/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdphuff.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdphuff.c"
[33/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdpostct.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdpostct.c"
[34/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdsample.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdsample.c"
[35/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdtrans.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdtrans.c"
[36/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jerror.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jerror.c"
[37/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jfdctflt.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jfdctflt.c"
[38/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jfdctint.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jfdctint.c"
[39/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jfdctfst.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jfdctfst.c"
[40/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jidctflt.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jidctflt.c"
[41/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jidctfst.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jidctfst.c"
[42/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jidctint.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jidctint.c"
[43/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jquant1.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jquant1.c"
[44/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jidctred.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jidctred.c"
[45/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jquant2.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jquant2.c"
[46/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jutils.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jutils.c"
[47/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jaricom.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jaricom.c"
[48/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jmemmgr.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jmemmgr.c"
[49/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jmemnobs.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jmemnobs.c"
[50/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdarith.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdarith.c"
[51/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jcarith.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jcarith.c"
[52/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\turbojpeg.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\turbojpeg.c"
[53/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\transupp.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\transupp.c"
[54/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdatadst-tj.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdatadst-tj.c"
[55/166] C:\PROGRA1\MIB0551\2022\ENTERP1\VC\Tools\MSVC\14341.319\bin\Hostx64\x86\cl.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I"D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" /nologo /DWIN32 /D_WINDOWS /W3 /utf-8 /MP /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1 -DBMP_SUPPORTED -DPPM_SUPPORTED /showIncludes /FoCMakeFiles\turbojpeg.dir\jdatasrc-tj.c.obj /FdCMakeFiles\turbojpeg.dir\ /FS -c "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean\jdatasrc-tj.c"

install-x86-windows-dbg-err.log

CreateProcess failed. Command attempted:
"D:/Users/Park Techonologiczny/vcpkg/downloads/tools/cmake-3.25.0-windows/cmake-3.25.0-windows-i386/bin/cmcldeps.exe RC "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg\win\turbojpeg.rc" CMakeFiles\turbojpeg.dir\win\turbojpeg.rc.res.d CMakeFiles\turbojpeg.dir\win\turbojpeg.rc.res "Note: including file: " "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x86/cl.exe" C:\PROGRA2\WI3CF21\10\bin\100226~1.0\x64\rc.exe -DDLLDEFINE -D_CRT_NONSTDC_NO_WARNINGS -I "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg" -I "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\src\2.1.4-30a6482500.clean" -c65001 /DWIN32 -D_DEBUG -DBMP_SUPPORTED -DPPM_SUPPORTED /fo CMakeFiles\turbojpeg.dir\win\turbojpeg.rc.res "D:\Users\Park Techonologiczny\vcpkg\buildtrees\libjpeg-turbo\x86-windows-dbg\win\turbojpeg.rc""
ninja: fatal: CreateProcess: %1 is not a valid Win32 application.

@BruhMashin
Copy link
Author

sorry for no answer sometime problem is not on my own computer

@dg0yt
Copy link
Contributor

dg0yt commented Dec 12, 2022

D:/Users/Park Techonologiczny/vcpkg/downloads/tools/cmake-3.25.0-windows/cmake-3.25.0-windows-i386/bin/cmcldeps.exe RC ...

Can you choose a path without space? There are many packages which can't handle it.

@LilyWangLL LilyWangLL added category:question This issue is a question and removed requires:more-information This Issue requires more information to solve labels Dec 13, 2022
@BruhMashin
Copy link
Author

May be you was talking about sth like this, im too new at this all so don't catch you well, sorry

[04B8:1340][2022-12-09T16:18:12]i001: Burn v3.10.4.4718, Windows v10.0 (Build 22000: Service Pack 0), path: C:\Windows\Temp{C53D5039-3A62-441F-9392-C19A82AF1EF3}.cr\VC_redist.x64.exe
[04B8:1340][2022-12-09T16:18:12]i009: Command Line: '-burn.clean.room=C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64\VC_redist.x64.exe -burn.filehandle.attached=548 -burn.filehandle.self=564 /q /norestart /log D:\Users\Park Techonologiczny\AppData\Local\Temp\dd_setup_20221209161625_045_Microsoft.VisualCpp.Redist.14.Latest.log'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64\VC_redist.x64.exe'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleLog' to value 'D:\Users\Park'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleName' to value 'Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.34.31931'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleManufacturer' to value 'Microsoft Corporation'
[04B8:2740][2022-12-09T16:18:12]i000: Setting version variable 'WixBundleFileVersion' to value '14.34.31931.0'
[04B8:1340][2022-12-09T16:18:12]i100: Detect begin, 11 packages
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'Arm64_Check' to value 'AMD64'
[04B8:1340][2022-12-09T16:18:12]i000: Setting version variable 'windows_uCRT_DetectKey' to value '10.0.22000.1'
[04B8:1340][2022-12-09T16:18:12]i000: Setting numeric variable 'windows_uCRT_DetectKeyExists' to value 1
[04B8:1340][2022-12-09T16:18:12]i102: Detected related bundle: {5c6cccca-61ec-4667-a8d9-e133a59a5a73}, type: Upgrade, scope: PerMachine, version: 14.29.30040.0, operation: MajorUpgrade
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.3 AND NOT VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.3 AND VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.2 AND NOT VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.2 AND VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.1 AND NOT VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.1 AND VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.0 AND NOT VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT = v6.0 AND VersionNT64) AND (windows_uCRT_DetectKeyExists AND windows_uCRT_DetectKey >= v10.0.10240.0)' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i103: Detected related package: {C56D2482-32F7-4CB7-AF41-4CC51EBCB17D}, scope: PerMachine, version: 14.29.30040.0, language: 0 operation: MajorUpgrade
[04B8:1340][2022-12-09T16:18:12]i103: Detected related package: {B3FA5A71-A9C3-42B3-B567-F92C163F3F5B}, scope: PerMachine, version: 14.29.30040.0, language: 0 operation: MajorUpgrade
[04B8:1340][2022-12-09T16:18:12]i103: Detected related package: {C56D2482-32F7-4CB7-AF41-4CC51EBCB17D}, scope: PerMachine, version: 14.29.30040.0, language: 0 operation: MajorUpgrade
[04B8:1340][2022-12-09T16:18:12]i103: Detected related package: {B3FA5A71-A9C3-42B3-B567-F92C163F3F5B}, scope: PerMachine, version: 14.29.30040.0, language: 0 operation: MajorUpgrade
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: Windows81_x86, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: Windows81_x64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: Windows8_x86, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: Windows8_x64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: Windows7_MSU_x86, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: Windows7_MSU_x64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: WindowsVista_MSU_x86, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: WindowsVista_MSU_x64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: vcRuntimeMinimum_x64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: vcRuntimeAdditional_x64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i101: Detected package: vcRuntime_arm64, state: Absent, cached: None
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT >= v6.1' evaluates to true.
[04B8:1340][2022-12-09T16:18:12]i199: Detect complete, result: 0x0
[04B8:1340][2022-12-09T16:18:12]i200: Plan begin, 11 packages, action: Install
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.3 AND NOT VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: Windows81_x86
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.3 AND VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: Windows81_x64
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.2 AND NOT VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: Windows8_x86
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.2 AND VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: Windows8_x64
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.1 AND NOT VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: Windows7_MSU_x86
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.1 AND VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: Windows7_MSU_x64
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.0 AND NOT VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: WindowsVista_MSU_x86
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'VersionNT = v6.0 AND VersionNT64' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]w321: Skipping dependency registration on package with no dependency providers: WindowsVista_MSU_x64
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT64) AND NOT (Arm64_Check = "ARM64")' evaluates to true.
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleRollbackLog_vcRuntimeMinimum_x64' to value 'D:\Users\Park_000_vcRuntimeMinimum_x64_rollback.log'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleLog_vcRuntimeMinimum_x64' to value 'D:\Users\Park_000_vcRuntimeMinimum_x64.log'
[04B8:1340][2022-12-09T16:18:12]i052: Condition '(VersionNT64) AND NOT (Arm64_Check = "ARM64")' evaluates to true.
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleRollbackLog_vcRuntimeAdditional_x64' to value 'D:\Users\Park_001_vcRuntimeAdditional_x64_rollback.log'
[04B8:1340][2022-12-09T16:18:12]i000: Setting string variable 'WixBundleLog_vcRuntimeAdditional_x64' to value 'D:\Users\Park_001_vcRuntimeAdditional_x64.log'
[04B8:1340][2022-12-09T16:18:12]i052: Condition 'Arm64_Check = "ARM64"' evaluates to false.
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: Windows81_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: Windows81_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: Windows8_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: Windows8_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: Windows7_MSU_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: Windows7_MSU_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: WindowsVista_MSU_x86, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: WindowsVista_MSU_x64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: vcRuntimeMinimum_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: vcRuntimeAdditional_x64, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[04B8:1340][2022-12-09T16:18:12]i201: Planned package: vcRuntime_arm64, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[04B8:1340][2022-12-09T16:18:12]i207: Planned related bundle: {5c6cccca-61ec-4667-a8d9-e133a59a5a73}, type: Upgrade, default requested: Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency: None
[04B8:1340][2022-12-09T16:18:12]i299: Plan complete, result: 0x0
[04B8:1340][2022-12-09T16:18:12]i300: Apply begin
[04B8:1340][2022-12-09T16:18:12]i010: Launching elevated engine process.
[04B8:1340][2022-12-09T16:18:12]i011: Launched elevated engine process.
[04B8:1340][2022-12-09T16:18:12]i012: Connected to elevated engine.
[18A0:0234][2022-12-09T16:18:12]i358: Pausing automatic updates.
[18A0:0234][2022-12-09T16:18:12]i359: Paused automatic updates.
[18A0:0234][2022-12-09T16:18:12]i360: Creating a system restore point.
[18A0:0234][2022-12-09T16:18:12]w363: Could not create system restore point, error: 0x80070422. Continuing...
[18A0:0234][2022-12-09T16:18:12]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d4cecf3b-b68f-4995-8840-52ea0fab646e}, options: 0x7, disable resume: No
[18A0:0234][2022-12-09T16:18:12]i000: Caching bundle from: 'C:\Windows\Temp{0367B743-CE1D-4B1C-93FB-E6198B8FDE96}.be\VC_redist.x64.exe' to: 'C:\ProgramData\Package Cache{d4cecf3b-b68f-4995-8840-52ea0fab646e}\VC_redist.x64.exe'
[18A0:0234][2022-12-09T16:18:12]i320: Registering bundle dependency provider: VC,redist.x64,amd64,14.34,bundle, version: 14.34.31931.0
[18A0:0234][2022-12-09T16:18:12]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d4cecf3b-b68f-4995-8840-52ea0fab646e}, resume: Active, restart initiated: No, disable resume: No
[18A0:2AEC][2022-12-09T16:18:12]i305: Verified acquired payload: vcRuntimeMinimum_x64 at path: C:\ProgramData\Package Cache.unverified\vcRuntimeMinimum_x64, moving to: C:\ProgramData\Package Cache{CF4C347D-954E-4543-88D2-EC17F07F466F}v14.34.31931\packages\vcRuntimeMinimum_amd64\vc_runtimeMinimum_x64.msi.
[18A0:2AEC][2022-12-09T16:18:13]i305: Verified acquired payload: cab5046A8AB272BF37297BB7928664C9503 at path: C:\ProgramData\Package Cache.unverified\cab5046A8AB272BF37297BB7928664C9503, moving to: C:\ProgramData\Package Cache{CF4C347D-954E-4543-88D2-EC17F07F466F}v14.34.31931\packages\vcRuntimeMinimum_amd64\cab1.cab.
[18A0:2AEC][2022-12-09T16:18:13]i305: Verified acquired payload: vcRuntimeAdditional_x64 at path: C:\ProgramData\Package Cache.unverified\vcRuntimeAdditional_x64, moving to: C:\ProgramData\Package Cache{EAE242B1-0A26-485A-BFEB-0292EE9F03CB}v14.34.31931\packages\vcRuntimeAdditional_amd64\vc_runtimeAdditional_x64.msi.
[18A0:2AEC][2022-12-09T16:18:13]i305: Verified acquired payload: cab2C04DDC374BD96EB5C8EB8208F2C7C92 at path: C:\ProgramData\Package Cache.unverified\cab2C04DDC374BD96EB5C8EB8208F2C7C92, moving to: C:\ProgramData\Package Cache{EAE242B1-0A26-485A-BFEB-0292EE9F03CB}v14.34.31931\packages\vcRuntimeAdditional_amd64\cab1.cab.
[18A0:0234][2022-12-09T16:18:13]i301: Applying execute package: vcRuntimeMinimum_x64, action: Install, path: C:\ProgramData\Package Cache{CF4C347D-954E-4543-88D2-EC17F07F466F}v14.34.31931\packages\vcRuntimeMinimum_amd64\vc_runtimeMinimum_x64.msi, arguments: ' MSIFASTINSTALL="7" NOVSUI="1"'
[04B8:1340][2022-12-09T16:18:19]i319: Applied execute package: vcRuntimeMinimum_x64, result: 0x0, restart: Required
[18A0:0234][2022-12-09T16:18:19]i325: Registering dependency: {d4cecf3b-b68f-4995-8840-52ea0fab646e} on package provider: Microsoft.VS.VC_RuntimeMinimumVSU_amd64,v14, package: vcRuntimeMinimum_x64
[18A0:0234][2022-12-09T16:18:19]i301: Applying execute package: vcRuntimeAdditional_x64, action: Install, path: C:\ProgramData\Package Cache{EAE242B1-0A26-485A-BFEB-0292EE9F03CB}v14.34.31931\packages\vcRuntimeAdditional_amd64\vc_runtimeAdditional_x64.msi, arguments: ' MSIFASTINSTALL="7" NOVSUI="1"'
[04B8:1340][2022-12-09T16:18:20]i319: Applied execute package: vcRuntimeAdditional_x64, result: 0x0, restart: None
[18A0:0234][2022-12-09T16:18:20]i325: Registering dependency: {d4cecf3b-b68f-4995-8840-52ea0fab646e} on package provider: Microsoft.VS.VC_RuntimeAdditionalVSU_amd64,v14, package: vcRuntimeAdditional_x64
[18A0:0234][2022-12-09T16:18:20]i301: Applying execute package: {5c6cccca-61ec-4667-a8d9-e133a59a5a73}, action: Uninstall, path: C:\ProgramData\Package Cache{5c6cccca-61ec-4667-a8d9-e133a59a5a73}\VC_redist.x64.exe, arguments: '"C:\ProgramData\Package Cache{5c6cccca-61ec-4667-a8d9-e133a59a5a73}\VC_redist.x64.exe" -uninstall -quiet -burn.related.upgrade -burn.ancestors={d4cecf3b-b68f-4995-8840-52ea0fab646e} -burn.filehandle.self=1180'
[04B8:1340][2022-12-09T16:18:24]i319: Applied execute package: {5c6cccca-61ec-4667-a8d9-e133a59a5a73}, result: 0x0, restart: None
[18A0:0234][2022-12-09T16:18:24]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d4cecf3b-b68f-4995-8840-52ea0fab646e}, resume: ARP, restart: Required, disable resume: No
[18A0:0234][2022-12-09T16:18:24]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d4cecf3b-b68f-4995-8840-52ea0fab646e}, resume: ARP, restart initiated: No, disable resume: No
[04B8:1340][2022-12-09T16:18:24]i399: Apply complete, result: 0x0, restart: Required, ba requested restart: No
[04B8:1340][2022-12-09T16:18:24]i500: Shutting down, exit code: 0xbc2
[04B8:1340][2022-12-09T16:18:24]i410: Variable: Arm64_Check = AMD64
[04B8:1340][2022-12-09T16:18:24]i410: Variable: SystemFolder = C:\Windows\system32
[04B8:1340][2022-12-09T16:18:24]i410: Variable: VersionNT = 10.0.0.0
[04B8:1340][2022-12-09T16:18:24]i410: Variable: VersionNT64 = 10.0.0.0
[04B8:1340][2022-12-09T16:18:24]i410: Variable: windows_uCRT_DetectKey = 10.0.22000.1
[04B8:1340][2022-12-09T16:18:24]i410: Variable: windows_uCRT_DetectKeyExists = 1
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleAction = 5
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleElevated = 1
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleFileVersion = 14.34.31931.0
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleInstalled = 0
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleLog = D:\Users\Park
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleLog_vcRuntimeAdditional_x64 = D:\Users\Park_001_vcRuntimeAdditional_x64.log
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleLog_vcRuntimeMinimum_x64 = D:\Users\Park_000_vcRuntimeMinimum_x64.log
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleManufacturer = Microsoft Corporation
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleName = Microsoft Visual C++ 2015-2022 Redistributable (x64) - 14.34.31931
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleOriginalSource = C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64\VC_redist.x64.exe
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleOriginalSourceFolder = C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleProviderKey = VC,redist.x64,amd64,14.34,bundle
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleRollbackLog_vcRuntimeAdditional_x64 = D:\Users\Park_001_vcRuntimeAdditional_x64_rollback.log
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleRollbackLog_vcRuntimeMinimum_x64 = D:\Users\Park_000_vcRuntimeMinimum_x64_rollback.log
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleSourceProcessFolder = C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleSourceProcessPath = C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14.Latest,version=14.34.31931,chip=x64\VC_redist.x64.exe
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleTag =
[04B8:1340][2022-12-09T16:18:24]i410: Variable: WixBundleVersion = 14.34.31931.0
[04B8:1340][2022-12-09T16:18:24]i007: Exit code: 0xbc2, restarting: No

@LilyWangLL
Copy link
Contributor

Thanks for posting this issue. Please clone vcpkg to a folder which path without space. if this issue still exist, please reopen.

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

4 participants