Open jcfp0003 opened 1 week ago
Sorry, i cannot reproduce this issue locally.
I guess this belongs into the current group of issues for "multiple versions of python available".
Reverting to 6ebf8c123bc8077dc9216db6438eeabaa154c473 (just before the python version update from 3.11.10 to 3.12.7) fixes the building issue:
But if I revert to the python update commit (7dcb4ca95bfde3cfca3a9f0a7e933f1d17cc4836) the issue shows up again:
Thanks for that guess, we can manage using the reverted head for now.
Package: inih[core,cpp]:x64-windows@58
Host Environment
To Reproduce
vcpkg install inih
Failure logs
C:\vcpkg\buildtrees\inih\package-x64-windows-dbg-out.log
``` [1/5] "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe" "-DWIN32" "-D_WINDOWS" "-utf-8" "-MP" "-D_DEBUG" "-MDd" "-Z7" "-Ob0" "-Od" "-RTC1" "-Ilibinih.a.p" "-I." "-I..\src\r58-2aa5ec8387.clean" "-IC:/vcpkg/installed/x64-windows/include" "/MDd" "/nologo" "/showIncludes" "/utf-8" "/W2" "/Zi" "-nologo" "-DWIN32" "-D_WINDOWS" "-utf-8" "-MP" "-D_DEBUG" "-MDd" "-Z7" "-Ob0" "-Od" "-RTC1" "/Fdlibinih.a.p\ini.c.pdb" /Folibinih.a.p/ini.c.obj "/c" ../src/r58-2aa5ec8387.clean/ini.c cl : Command line warning D9025 : overriding '/Z7' with '/Zi' cl : Command line warning D9025 : overriding '/Zi' with '/Z7' [2/5] "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/lib.exe" "-machine:x64" "-nologo" "/NOLOGO" /MACHINE:x64 /OUT:libinih.a libinih.a.p/ini.c.obj [3/5] "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe" "-DWIN32" "-D_WINDOWS" "-utf-8" "-GR" "-EHsc" "-MP" "-D_DEBUG" "-MDd" "-Z7" "-Ob0" "-Od" "-RTC1" "-IlibINIReader.a.p" "-I." "-I..\src\r58-2aa5ec8387.clean" "-I..\src\r58-2aa5ec8387.clean\cpp" "-IC:/vcpkg/installed/x64-windows/include" "/MDd" "/nologo" "/showIncludes" "/utf-8" "/Zc:__cplusplus" "/W2" "/EHsc" "/std:c++14" "/permissive-" "/Zi" "-nologo" "-DWIN32" "-D_WINDOWS" "-utf-8" "-GR" "-EHsc" "-MP" "-D_DEBUG" "-MDd" "-Z7" "-Ob0" "-Od" "-RTC1" "/FdlibINIReader.a.p\cpp_INIReader.cpp.pdb" /FolibINIReader.a.p/cpp_INIReader.cpp.obj "/c" ../src/r58-2aa5ec8387.clean/cpp/INIReader.cpp cl : Command line warning D9025 : overriding '/Z7' with '/Zi' cl : Command line warning D9025 : overriding '/Zi' with '/Z7' [4/5] "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/lib.exe" "-machine:x64" "-nologo" "/NOLOGO" /MACHINE:x64 /OUT:libINIReader.a libINIReader.a.p/cpp_INIReader.cpp.obj [4/5] "C:\vcpkg\downloads\tools\python\python-3.12.7-x64\python.exe" "C:\vcpkg\downloads\tools\meson-1.6.0-ac58a9\meson.py" "install" "--no-rebuild" FAILED: meson-internal__install "C:\vcpkg\downloads\tools\python\python-3.12.7-x64\python.exe" "C:\vcpkg\downloads\tools\meson-1.6.0-ac58a9\meson.py" "install" "--no-rebuild" ninja: build stopped: subcommand failed. ```