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

[icu:x64-windows-static] build failure #18086

Closed
johnnyschneider opened this issue May 24, 2021 · 48 comments · Fixed by #19620 or #19726
Closed

[icu:x64-windows-static] build failure #18086

johnnyschneider opened this issue May 24, 2021 · 48 comments · Fixed by #19620 or #19726
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@johnnyschneider
Copy link

johnnyschneider commented May 24, 2021

Host Environment

  • OS: Windows 10 21H1
  • Compiler: VS 16.9.6

To Reproduce
Steps to reproduce the behavior:
./vcpkg install icu:x64-windows-static

Failure logs

Computing installation plan...
The following packages will be built and installed:
    icu[core]:x64-windows-static -> 69.1#9
Detecting compiler hash for triplet x64-windows-static...
Could not locate cached archive: C:\Users\Johnathan\AppData\Local\vcpkg\archives\d2\d2df960a9062beb50351d4f0c146928050f82dfe.zip
Starting package 1/1: icu:x64-windows-static
Building package icu[core]:x64-windows-static...
-- Using cached C:/dev/vcpkg/downloads/icu4c-69_1-src.tgz
-- Cleaning sources at C:/dev/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/dev/vcpkg/downloads/icu4c-69_1-src.tgz
-- Applying patch C:/dev/vcpkg/ports/icu/disable-escapestr-tool.patch
-- Applying patch C:/dev/vcpkg/ports/icu/remove-MD-from-configure.patch
-- Applying patch C:/dev/vcpkg/ports/icu/fix_parallel_build_on_windows.patch
-- Applying patch C:/dev/vcpkg/ports/icu/fix-extra.patch
-- Using source at C:/dev/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean
-- Found external ninja('1.10.2').
-- Configuring x64-windows-static
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/d589ebc2087b2b2c
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/50864d9fae363d6e
-- Configuring x64-windows-static-dbg
-- Configuring x64-windows-static-rel
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/969c0913b9df89e1
-- Building x64-windows-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:146 (message):
    Command failed: C:/dev/vcpkg/downloads/tools/msys2/d589ebc2087b2b2c/usr/bin/make.exe -j 9 --trace -f Makefile all
    Working Directory: C:/dev/vcpkg/buildtrees/icu/x64-windows-static-dbg
    See logs for more information:
      C:\dev\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-out.log
      C:\dev\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_make.cmake:194 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_make.cmake:26 (vcpkg_build_make)
  ports/icu/portfile.cmake:136 (vcpkg_install_make)
  scripts/ports.cmake:141 (include)


Error: Building package icu:x64-windows-static failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: icu:x64-windows-static
  Vcpkg version: 2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9
@johnnyschneider johnnyschneider changed the title icu:x64-windows-static build failure [icu:x64-windows-static] build failure May 24, 2021
@JackBoosY
Copy link
Contributor

Please provide the following failure logs:
C:\dev\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-out.log
C:\dev\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-err.log

@JackBoosY JackBoosY self-assigned this May 24, 2021
@JackBoosY JackBoosY added the requires:more-information This Issue requires more information to solve label May 24, 2021
@johnnyschneider
Copy link
Author

@JackBoosY
Copy link
Contributor

'bash' is not recognized as an internal or external command,
operable program or batch file.
-- return status = 1
Failed to compile oma.c
'LIB.exe' is not recognized as an internal or external command,
operable program or batch file.
-- return status = 1
Error creating Windows DLL library. Failed command: LIB.exe /nologo /out:"../lib/sicudtd.lib" "./out/tmp/icudt69l_dat.obj"
Error generating package data.
make[1]: *** [Makefile:176: packagedata] Error 1
make: *** [Makefile:153: all-recursive] Error 2

Please ensure you've installed the English Language Package and fix Visual Studio using Visual Studio Installer.

@JackBoosY JackBoosY added requires:repro The issue is not currently repro-able and removed requires:more-information This Issue requires more information to solve labels May 24, 2021
@johnnyschneider
Copy link
Author

johnnyschneider commented May 24, 2021

I have done that.
image
There is nothing to install, according to the Visual Studio Installer. I have already successfully built other ports, such as openssl, and boost.

@JackBoosY
Copy link
Contributor

'LIB.exe' is not recognized as an internal or external command,
Can you make sure LIB.exe exists in your Visual Studio directory?

@michael-schantin
Copy link

I have a similar problem here, what could be related to it. Here are the log files.
build-x64-windows-static-dbg-err.log
build-x64-windows-static-dbg-out.log

@johnnyschneider
Copy link
Author

johnnyschneider commented May 24, 2021

'LIB.exe' is not recognized as an internal or external command,
Can you make sure LIB.exe exists in your Visual Studio directory?

image

Searching for lib.exe returns this.

@JackBoosY
Copy link
Contributor

Can you please add option --debug to the install command and provide the output?
And please run lib.exe in Visual Studio Developer Command Prompt for VS 2019 then provide the output.

Thanks.

@michael-schantin
Copy link

vcpkg install --triplet=x64-windows-static --debug icu
[DEBUG] Feature flag 'binarycaching' unset
[DEBUG] Feature flag 'manifests' unset
[DEBUG] Feature flag 'compilertracking' unset
[DEBUG] Feature flag 'registries' unset
[DEBUG] Feature flag 'versions' unset
[DEBUG] BuiltinRegistry initialized with: ""
[DEBUG] Using vcpkg-root: C:\dev\vcpkg
[DEBUG] Using installed-root: C:\dev\vcpkg\installed
[DEBUG] BuiltinRegistry initialized with: ""
[DEBUG] Using buildtrees-root: C:\dev\vcpkg\buildtrees
[DEBUG] Using downloads-root: C:\dev\vcpkg\downloads
[DEBUG] Using packages-root: C:\dev\vcpkg\packages
[DEBUG] Using scripts-root: C:\dev\vcpkg\scripts
[DEBUG] Using ports-root: C:\dev\vcpkg\ports
[DEBUG] Using versions-root: C:\dev\vcpkg\versions
[DEBUG] Default binary cache path is: C:\Users\Michael\AppData\Local\vcpkg\archives
Computing installation plan...
[DEBUG] CreateProcessW("C:\dev\vcpkg\downloads\tools\cmake-3.20.2-windows\cmake-3.20.2-windows-i386\bin\cmake.exe" --version)
[DEBUG] cmd_execute_and_stream_data() returned 0 after   146476 us
[DEBUG] CreateProcessW("C:\dev\vcpkg\downloads\tools\cmake-3.20.2-windows\cmake-3.20.2-windows-i386\bin\cmake.exe" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\buildtrees\0.vcpkg_tags.cmake")
[DEBUG] cmd_execute_and_stream_data() returned 0 after    65221 us
The following packages will be built and installed:
    icu[core]:x64-windows-static -> 69.1#9
[DEBUG] CreateProcessW("C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -all -prerelease -legacy -products * -format xml)
[DEBUG] cmd_execute_and_stream_data() returned 0 after    58279 us
Detecting compiler hash for triplet x64-windows-static...
[DEBUG] Found path: C:\Program Files\Git\cmd\git.exe
[DEBUG] Found path: C:\Program Files\Git\mingw64\bin\git.exe
[DEBUG] CreateProcessW("C:\Program Files\Git\cmd\git.exe" --version)
[DEBUG] cmd_execute_and_stream_data() returned 0 after    81260 us
[DEBUG] CreateProcessW("C:\dev\vcpkg\downloads\tools\powershell-core-7.1.3-windows\pwsh.exe" --version)
[DEBUG] cmd_execute_and_stream_data() returned 0 after   680661 us
[DEBUG] CreateProcessW(cmd /c "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" -vcvars_ver=14.2 amd64   2>&1 <NUL  & echo cdARN4xjKueKScMy9C6H & set)
[DEBUG] cmd_execute_and_stream_data() returned 0 after  2374256 us
[DEBUG] command line: cmd /c "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" -vcvars_ver=14.2 amd64   2>&1 <NUL  & echo cdARN4xjKueKScMy9C6H & set
[DEBUG] **********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.9.6
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
cdARN4xjKueKScMy9C6H
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\Michael\AppData\Roaming
CommandPromptType=Native
CommonProgramFiles=C:\Program Files (x86)\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=IAMGOOD
ComSpec=C:\WINDOWS\system32\cmd.exe
ConEmuANSI=ON
DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\
ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs
Framework40Version=v4.0
FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework64\
FrameworkDIR64=C:\WINDOWS\Microsoft.NET\Framework64
FrameworkVersion=v4.0.30319
FrameworkVersion64=v4.0.30319
HOMEDRIVE=C:
HOMEPATH=\Users\Michael
INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\include;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.7.1\include\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt
LIB=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\lib\x64;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.7.1\lib\um\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\um\x64
LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\ATLMFC\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0;C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319
LOCALAPPDATA=C:\Users\Michael\AppData\Local
LOGONSERVER=\\IAMGOOD
NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.7.1\
NUMBER_OF_PROCESSORS=4
OS=Windows_NT
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
Platform=x64
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_ARCHITEW6432=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=3c03
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files (x86)
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Program Files (x86)\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\PowerShell\Modules\
PUBLIC=C:\Users\Public
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\Users\Michael\AppData\Local\Temp
TMP=C:\Users\Michael\AppData\Local\Temp
UCRTVersion=10.0.19041.0
UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\
USERDOMAIN=IAMGOOD
USERDOMAIN_ROAMINGPROFILE=IAMGOOD
USERNAME=Michael
USERPROFILE=C:\Users\Michael
VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\
VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\
VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\
VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.28.29910\
VCToolsVersion=14.28.29910
VisualStudioVersion=16.0
VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\
VSCMD_ARG_app_plat=Desktop
VSCMD_ARG_HOST_ARCH=x64
VSCMD_ARG_TGT_ARCH=x64
VSCMD_ARG_VCVARS_VER=14.2
VSCMD_VER=16.9.6
VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\
windir=C:\WINDOWS
CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0
CUDA_PATH_V10_2=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2
CUDA_PATH_V11_0=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0
NVCUDASAMPLES_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.0
Path=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\\Extensions\Microsoft\IntelliCode\CLI;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.1 Tools\x64\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\\MSBuild\Current\Bin;C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\;C:\dev\vcpkg\downloads\tools\powershell-core-7.1.3-windows;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja
VSLANG=1033
VSCMD_SKIP_SENDTELEMETRY=1
VCPKG_COMMAND=C:/dev/vcpkg/vcpkg.exe
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.19041.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.19041.0
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
WindowsSDKLibVersion=10.0.19041.0\
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\
WindowsSDKVersion=10.0.19041.0\
WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.1 Tools\x64\
WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7.1 Tools\
X_VCPKG_RECURSIVE_DATA={}

__devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\devinit\devinit.exe
__DOTNET_ADD_64BIT=1
__DOTNET_PREFERRED_BITNESS=64
__VSCMD_PREINIT_PATH=C:\dev\vcpkg\downloads\tools\powershell-core-7.1.3-windows;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0\
__VSCMD_script_err_count=0

[DEBUG] CreateProcessW("C:\dev\vcpkg\downloads\tools\cmake-3.20.2-windows\cmake-3.20.2-windows-i386\bin\cmake.exe" -DCURRENT_PORT_DIR=C:/dev/vcpkg/scripts/detect_compiler -DCURRENT_BUILDTREES_DIR=C:/dev/vcpkg/buildtrees/detect_compiler -DCURRENT_PACKAGES_DIR=C:/dev/vcpkg/packages/detect_compiler_x64-windows-static -D_HOST_TRIPLET=x64-windows-static -DCMD=BUILD -DDOWNLOADS=C:/dev/vcpkg/downloads -DTARGET_TRIPLET=x64-windows-static "-DTARGET_TRIPLET_FILE=C:\dev\vcpkg\triplets\x64-windows-static.cmake" -DVCPKG_BASE_VERSION=2021-05-05 -DVCPKG_CONCURRENCY=5 -DVCPKG_PLATFORM_TOOLSET=v142 "-DGIT=C:/Program Files/Git/cmd/git.exe" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\scripts\ports.cmake")
[DEBUG] -- Found external ninja('1.10.2').
[DEBUG] -- Configuring x64-windows-static
[DEBUG] [1/1] cmd /c "cd .. && "C:/dev/vcpkg/downloads/tools/cmake-3.20.2-windows/cmake-3.20.2-windows-i386/bin/cmake.exe" "C:/dev/vcpkg/scripts/detect_compiler" "-DCMAKE_MAKE_PROGRAM=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" "-DBUILD_SHARED_LIBS=OFF" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows-static" "-DVCPKG_SET_CHARSET_FLAG=ON" "-DVCPKG_PLATFORM_TOOLSET=v142" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=static" "-DVCPKG_LINKER_FLAGS=" "-DVCPKG_LINKER_FLAGS_RELEASE=" "-DVCPKG_LINKER_FLAGS_DEBUG=" "-DVCPKG_TARGET_ARCHITECTURE=x64" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-D_VCPKG_ROOT_DIR=C:/dev/vcpkg" "-D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed" "-DVCPKG_MANIFEST_INSTALL=OFF" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=C:/dev/vcpkg/packages/detect_compiler_x64-windows-static""
[DEBUG] -- The C compiler identification is MSVC 19.28.29915.0
[DEBUG] -- The CXX compiler identification is MSVC 19.28.29915.0
[DEBUG] #COMPILER_HASH#522c41d368b4f996b0f8457a36dddcf950518d19
[DEBUG] #COMPILER_C_HASH#39d7cd6c54e1acf4c0115dc9dc21c383a70670a4
[DEBUG] #COMPILER_C_VERSION#19.28.29915.0
[DEBUG] #COMPILER_C_ID#MSVC
[DEBUG] #COMPILER_CXX_HASH#39d7cd6c54e1acf4c0115dc9dc21c383a70670a4
[DEBUG] #COMPILER_CXX_VERSION#19.28.29915.0
[DEBUG] #COMPILER_CXX_ID#MSVC
[DEBUG] -- Configuring done
[DEBUG] -- Generating done
[DEBUG] CMake Warning:
[DEBUG]   Manually-specified variables were not used by the project:
[DEBUG]
[DEBUG]     BUILD_SHARED_LIBS
[DEBUG]     CMAKE_INSTALL_BINDIR
[DEBUG]     CMAKE_INSTALL_LIBDIR
[DEBUG]     VCPKG_TARGET_ARCHITECTURE
[DEBUG]     _VCPKG_ROOT_DIR
[DEBUG]
[DEBUG]
[DEBUG] -- Build files have been written to: C:/dev/vcpkg/buildtrees/detect_compiler/x64-windows-static-rel
[DEBUG]
[DEBUG] cmd_execute_and_stream_data() returned 0 after  6078471 us
[DEBUG]
[DEBUG] Detected compiler hash for triplet x64-windows-static: 522c41d368b4f996b0f8457a36dddcf950518d19
[DEBUG] <abientries for icu:x64-windows-static>
[DEBUG]   cmake|3.20.2
[DEBUG]   disable-escapestr-tool.patch|7f365865a47ac96fc1237534a7f5f5c1515a4c0e
[DEBUG]   features|core
[DEBUG]   fix-extra.patch|bbc79755b423bdcd7d6c1054b2182c17c077cd3b
[DEBUG]   fix_parallel_build_on_windows.patch|dac9f382bca84b2503228648c36a21f068e49e10
[DEBUG]   icu|573735656792ac773132ea55ef7db373d5f5ca26
[DEBUG]   portfile.cmake|cf7a7c7910cb504c39a11b2e91691b66a96d8ca4
[DEBUG]   ports.cmake|bd8d6584852d3c42c455b6794fc31eb6a4f0914a
[DEBUG]   post_build_checks|2
[DEBUG]   powershell|7.1.3
[DEBUG]   remove-MD-from-configure.patch|a58a78cc03e9025b2af8d2c4ca5dd7bba75dd673
[DEBUG]   triplet|x64-windows-static
[DEBUG]   triplet_abi|1b8fc2de2413a472ec840129a759f172861aa4f8-a1c0eabb0c5177b6a8fb97a58ae398880c47b352-522c41d368b4f996b0f8457a36dddcf950518d19
[DEBUG]   vcpkg.json|6b340bd61cb17baa9684fee5aea7ceabba05f2f5
[DEBUG]   vcpkg_build_make|4b9c8a1b4e59e759aad0e7508e088fa0a17fed31
[DEBUG]   vcpkg_configure_make|2175e5926ccf7ab783deb016539871375c6a0402
[DEBUG]   vcpkg_copy_pdbs|0cb0d2876f7c892295cc0858271888bee1ebf0d2
[DEBUG]   vcpkg_copy_tools|7b4ffeb609a71afb0f1e9653c70ba344c1335d6c
[DEBUG]   vcpkg_download_distfile|9399b981821d4e664848d441693437a34494e4c6
[DEBUG]   vcpkg_execute_build_process|4f67ed48f8cfa6e4a9832cdda0180d240ff10e2b
[DEBUG]   vcpkg_extract_source_archive|d800c9f9fc4df8eeeabc5acc8c8a337bafc9ab6d
[DEBUG]   vcpkg_extract_source_archive_ex|b1000e27d46528b57223535e489ca86ea2fb0165
[DEBUG]   vcpkg_fail_port_install|69f61f498784f900b570c22b1e8bee2ca8995840
[DEBUG]   vcpkg_find_acquire_program|fe1d6c77fdc64c70bc04b6219bd015f775e870b5
[DEBUG]   vcpkg_fixup_pkgconfig|23071a51051d1da7bdf77ab389c8492d83a03777
[DEBUG]   vcpkg_install_make|6b7345be4d3363747f6d75839e87d441025f04d5
[DEBUG] </abientries>
Could not locate cached archive: C:\Users\Michael\AppData\Local\vcpkg\archives\d2\d2df960a9062beb50351d4f0c146928050f82dfe.zip
Starting package 1/1: icu:x64-windows-static
Building package icu[core]:x64-windows-static...
[DEBUG] CreateProcessW("C:\dev\vcpkg\downloads\tools\cmake-3.20.2-windows\cmake-3.20.2-windows-i386\bin\cmake.exe" -DALL_FEATURES= -DCURRENT_PORT_DIR=C:/dev/vcpkg/ports/icu -D_HOST_TRIPLET=x64-windows -DFEATURES=core -DPORT=icu -DVCPKG_USE_HEAD_VERSION=0 -D_VCPKG_DOWNLOAD_TOOL=BUILT_IN -D_VCPKG_EDITABLE=0 -D_VCPKG_NO_DOWNLOADS=0 -DCMD=BUILD -DDOWNLOADS=C:/dev/vcpkg/downloads -DTARGET_TRIPLET=x64-windows-static "-DTARGET_TRIPLET_FILE=C:\dev\vcpkg\triplets\x64-windows-static.cmake" -DVCPKG_BASE_VERSION=2021-05-05 -DVCPKG_CONCURRENCY=5 -DVCPKG_PLATFORM_TOOLSET=v142 "-DGIT=C:/Program Files/Git/cmd/git.exe" -DVCPKG_ROOT_DIR=C:/dev/vcpkg -DPACKAGES_DIR=C:/dev/vcpkg/packages -DBUILDTREES_DIR=C:/dev/vcpkg/buildtrees -D_VCPKG_INSTALLED_DIR=C:/dev/vcpkg/installed -DDOWNLOADS=C:/dev/vcpkg/downloads -DVCPKG_MANIFEST_INSTALL=OFF -P "C:\dev\vcpkg\scripts\ports.cmake")
-- Using cached C:/dev/vcpkg/downloads/icu4c-69_1-src.tgz
-- Cleaning sources at C:/dev/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/dev/vcpkg/downloads/icu4c-69_1-src.tgz
-- Applying patch C:/dev/vcpkg/ports/icu/disable-escapestr-tool.patch
-- Applying patch C:/dev/vcpkg/ports/icu/remove-MD-from-configure.patch
-- Applying patch C:/dev/vcpkg/ports/icu/fix_parallel_build_on_windows.patch
-- Applying patch C:/dev/vcpkg/ports/icu/fix-extra.patch
-- Using source at C:/dev/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean
-- Found external ninja('1.10.2').
-- Configuring x64-windows-static
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/d589ebc2087b2b2c
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/50864d9fae363d6e
-- Configuring x64-windows-static-dbg
-- Configuring x64-windows-static-rel
-- Using msys root at C:/dev/vcpkg/downloads/tools/msys2/969c0913b9df89e1
-- Building x64-windows-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:146 (message):
    Command failed: C:/dev/vcpkg/downloads/tools/msys2/d589ebc2087b2b2c/usr/bin/make.exe -j 5 --trace -f Makefile all

    Working Directory: C:/dev/vcpkg/buildtrees/icu/x64-windows-static-dbg
    See logs for more information:
      C:\dev\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-out.log
      C:\dev\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_make.cmake:194 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_make.cmake:26 (vcpkg_build_make)
  ports/icu/portfile.cmake:136 (vcpkg_install_make)
  scripts/ports.cmake:141 (include)


[DEBUG] cmd_execute_and_stream_data() returned 1 after 771983454 us
Error: Building package icu:x64-windows-static failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: icu:x64-windows-static
  Vcpkg version: 2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9

Additionally, attach any relevant sections from the log files above.
[DEBUG] C:\A\1\121\s\src\vcpkg\install.cpp(511)
[DEBUG] Exiting after 783325436 us (783318613 us)
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\bin\Hostx86\x64
λ lib.exe
Microsoft (R) Library Manager Version 14.28.29915.0
Copyright (C) Microsoft Corporation.  All rights reserved.

usage: LIB [options] [files]

   options:

      /DEF[:filename]
      /ERRORREPORT:{NONE|PROMPT|QUEUE|SEND}
      /EXPORT:symbol
      /EXTRACT:membername
      /INCLUDE:symbol
      /LIBPATH:dir
      /LINKREPRO:dir
      /LINKREPROTARGET:filename
      /LIST[:filename]
      /LTCG
      /MACHINE:{ARM|ARM64|ARM64EC|EBC|X64|X86}
      /NAME:filename
      /NODEFAULTLIB[:library]
      /NOLOGO
      /OUT:filename
      /REMOVE:membername
      /SUBSYSTEM:{BOOT_APPLICATION|CONSOLE|EFI_APPLICATION|
                  EFI_BOOT_SERVICE_DRIVER|EFI_ROM|EFI_RUNTIME_DRIVER|
                  NATIVE|POSIX|WINDOWS|WINDOWSCE}[,#[.##]]
      /VERBOSE
      /WX[:NO]

@JackBoosY
Copy link
Contributor

@michael-schantin Can you please make sure your vcpkg is latest?

@johnnyschneider
Copy link
Author

image
Can confirm identical results. My vcpkg is up to date. See the attached log file for the --debug output
logfile.txt

@JackBoosY
Copy link
Contributor

[DEBUG] icu|573735656792ac773132ea55ef7db373d5f5ca26

My is: [DEBUG] icu|ff97e6e2f64d7663d3cd45434240c587ac9e7667

@JackBoosY
Copy link
Contributor

@ras0219 @ras0219-msft can you please take a look?

Thanks.

@JackBoosY
Copy link
Contributor

Also, please provide config.log in buildtrees/icu/x64-windows-static.

Thanks.

@johnnyschneider
Copy link
Author

johnnyschneider commented May 25, 2021

image
There are several config.log files... can you specify precisely which one? @JackBoosY

@JackBoosY
Copy link
Contributor

@johnnyschneider C:\dev\vcpkg\buildtrees\icu\x64-windows-static-dbg\config.log.
Thanks.

@johnnyschneider
Copy link
Author

config.log
Attached

@JackBoosY
Copy link
Contributor

@johnnyschneider Please also provide C:\dev\vcpkg\buildtrees\icu\config.log-x64-windows-static-dbg.log and C:\dev\vcpkg\buildtrees\icu\config-x64-windows-static-dbg-out.log.

@johnnyschneider
Copy link
Author

@JackBoosY
Copy link
Contributor

All configurations seem to differ only in paths. I think this issue is related to Visual Studio.

@strega-nil-ms
Copy link
Contributor

I'll take a look at this tomorrow; I need access to a windows machine and I'm not at home right now.

@PhoebeHui
Copy link
Contributor

I did a git checkout on various commits and reran the build. I believe the one that is causing this issue is [icu] add host dependency (#16577) which is the second commit after tag 2021.04.30. Changes were made to the file portfile.cmake, which is referenced in the call stack:

cc @autoantwort, any thoughts?

@zapcity
Copy link

zapcity commented Aug 17, 2021

@PhoebeHui There doesn't seem to be any instance of LIB.exe in any of my vcpkg builds i.e. 2021.05.12 (which has an error building) and the other on 2021.04.30 (which builds successfully).

I just have the following directories in the .\vcpkg\downloads\tools directory

7zip-18.1.0-windows
msys2
nuget-5.5.1-windows
powershell-core-7.1.3-windows
python

@PhoebeHui
Copy link
Contributor

@zapcity, thanks for the information! It looks the changes from #16577 may cause the failures, we will take a look again.

@autoantwort
Copy link
Contributor

It sets mingw-w64 autotools host triplets for all windows targets. I wonder if this is intentional, or just left over from the earlier configuration. Normally, it should be pc triplets, and left to

It is a leftover from the previous version of the portfile. I removed it in #19620

@JackBoosY
Copy link
Contributor

Hi guys, can you please test PR #19620?

@PhoebeHui
Copy link
Contributor

@johnnyschneider @zapcity, could you help test PR #19620 and see if it works for you?

@zapcity
Copy link

zapcity commented Aug 19, 2021

@PhoebeHui I tried testing #19620 but seem to get the same errors (if I'm testing this right):

Commands used:

git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat -disableMetrics
vcpkg install icu:x64-windows-static

git remote add other https://github.com/autoantwort/vcpkg.git
git fetch other
git cherry-pick cd1a61361f47efc127456e81cd5bc590e1e97a07
git cherry-pick 78e5096e80236f22cef0045995df3d1b7a2b9458
vcpkg install icu:x64-windows-static

Output:

**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.1
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'

N:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise>cd E:\dev\projects\projectx

N:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise>e:

E:\dev\projects\projectx>git clone https://github.com/microsoft/vcpkg
Cloning into 'vcpkg'...
remote: Enumerating objects: 118081, done.
remote: Counting objects: 100% (104/104), done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 118081 (delta 83), reused 77 (delta 76), pack-reused 117977 eceiving objects: 100% (118081/118081), 37.47 Receiving objects: 100% (118081/118081), 37.55 MiB | 340.00 KiB/s, done.

Resolving deltas: 100% (73472/73472), done.
Updating files: 100% (7920/7920), done.

E:\dev\projects\projectx>cd vcpkg

E:\dev\projects\projectx\vcpkg>bootstrap-vcpkg.bat -disableMetrics
Downloading https://github.com/microsoft/vcpkg-tool/releases/download/2021-08-12/vcpkg.exe -> E:\dev\projects\projectx\vcpkg\vcpkg.exe... done.
Validating signature... done.


E:\dev\projects\projectx\vcpkg>vcpkg install icu:x64-windows-static
Computing installation plan...
The following packages will be built and installed:
  * icu[core]:x64-windows -> 69.1#11
    icu[core]:x64-windows-static -> 69.1#11
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
A suitable version of git was not found (required v2.32.0). Downloading portable git v2.32.0...
Downloading git...
  https://github.com/git-for-windows/git/releases/download/v2.32.0.windows.2/PortableGit-2.32.0.2-32-bit.7z.exe -> E:\dev\projects\projectx\vcpkg\downloads\PortableGit-2.32.0.2-32-bit.7z.exe
Extracting git...
A suitable version of 7zip was not found (required v19.0.0). Downloading portable 7zip v19.0.0...
Downloading 7zip...
  https://www.7-zip.org/a/7z1900-x64.msi -> E:\dev\projects\projectx\vcpkg\downloads\7z1900-x64.msi
Extracting 7zip...
A suitable version of powershell-core was not found (required v7.1.3). Downloading portable powershell-core v7.1.3...
Downloading powershell-core...
  https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x86.zip -> E:\dev\projects\projectx\vcpkg\downloads\PowerShell-7.1.3-win-x86.zip
Extracting powershell-core...
Detecting compiler hash for triplet x64-windows-static...
Using cached binary package: C:\Users\sartory\AppData\Local\vcpkg\archives\de\de54d4a4b01b207ba37da2bcad2e906989c769dcdeba2f9c67b9e7c6a19ef366.zip
Could not locate cached archive: C:\Users\sartory\AppData\Local\vcpkg\archives\6b\6bea02a9de4cbd6463fe6f7c40434e4c20d7dfeaaad607a8a63081d2048ac322.zip
Starting package 1/2: icu:x64-windows
Building package icu[core]:x64-windows...
Building package icu[core]:x64-windows... done
Installing package icu[core]:x64-windows...
Installing package icu[core]:x64-windows... done
Elapsed time for package icu:x64-windows: 597.5 ms
Starting package 2/2: icu:x64-windows-static
Building package icu[core]:x64-windows-static...
-- Downloading https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz -> icu4c-69_1-src.tgz...
-- Extracting source E:/dev/projects/projectx/vcpkg/downloads/icu4c-69_1-src.tgz
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/disable-escapestr-tool.patch
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/remove-MD-from-configure.patch
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/fix_parallel_build_on_windows.patch
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/fix-extra.patch
-- Using source at E:/dev/projects/projectx/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean
-- Downloading https://www.python.org/ftp/python/3.9.6/python-3.9.6-embed-amd64.zip -> python-3.9.6-embed-amd64.zip...
-- Found external ninja('1.10.2').
-- Getting CMake variables for x64-windows-static
-- Downloading https://repo.msys2.org/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz -> msys-bash-4.4.023-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz -> msys-autoconf-2.69-5-any.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz -> msys-diffutils-3.7-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst -> msys-binutils-2.34-4-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz -> msys-libtool-2.4.6-9-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst -> msys-file-5.39-1-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz -> msys-zlib-1.2.11-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz -> msys-libbz2-1.0.8-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz -> msys-coreutils-8.32-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz -> msys-grep-3.0-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz -> msys-sed-4.8-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz -> msys-libpcre-8.44-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz -> msys-m4-1.4.18-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz -> msys-automake-wrapper-11-1-any.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz -> msys-gawk-5.1.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst -> msys-mpfr-4.1.0-1-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz -> msys-gmp-6.2.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz -> msys-libreadline-8.0.004-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz -> msys-ncurses-6.2-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst -> msys-automake1.16-1.16.2-2-any.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst -> msys-perl-5.32.0-2-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz -> msys-libcrypt-2.1-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst -> msys-pkg-config-0.29.2-4-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz -> msys-make-4.3-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz -> msys-findutils-4.7.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz -> msys-libintl-0.19.8.1-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst -> msys-libiconv-1.16-2-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz -> msys-gcc-libs-9.3.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz -> msys-msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz...
-- Using msys root at E:/dev/projects/projectx/vcpkg/downloads/tools/msys2/703e5aa15d402568
-- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst -> msys-mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst...
-- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst -> msys-mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst...
-- Using msys root at E:/dev/projects/projectx/vcpkg/downloads/tools/msys2/aa5af7b2aa7e90e8
-- Configuring x64-windows-static-dbg
-- Configuring x64-windows-static-rel
-- Building x64-windows-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:155 (message):
    Command failed: E:/dev/projects/projectx/vcpkg/downloads/tools/msys2/703e5aa15d402568/usr/bin/make.exe -j 5 --trace -f Makefile all
    Working Directory: E:/dev/projects/projectx/vcpkg/buildtrees/icu/x64-windows-static-dbg
    See logs for more information:
      E:\dev\projects\projectx\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-out.log
      E:\dev\projects\projectx\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_make.cmake:190 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_make.cmake:26 (vcpkg_build_make)
  ports/icu/portfile.cmake:137 (vcpkg_install_make)
  scripts/ports.cmake:140 (include)


Error: Building package icu:x64-windows-static failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: icu:x64-windows-static
  Vcpkg version: 2021-08-12-85ab112d5ee102bc6eac8cdbbfdd173a71374e04

Additionally, attach any relevant sections from the log files above.

E:\dev\projects\projectx\vcpkg>git remote add other https://github.com/autoantwort/vcpkg.git

E:\dev\projects\projectx\vcpkg>git fetch other
remote: Enumerating objects: 5526, done.
remote: Counting objects: 100% (1871/1871), done.
remote: Total 5526 (delta 1871), reused 1871 (delta 1871), pack-reused 3655
Receiving objects: 100% (5526/5526), 1.47 MiB | 1.20 MiB/s, done.
Resolving deltas: 100% (2609/2609), completed with 622 local objects.
From https://github.com/autoantwort/vcpkg
 * [new branch]          add-blog-posts           -> other/add-blog-posts
 * [new branch]          add-links-to-new         -> other/add-links-to-new
 * [new branch]          bin-cache-docs           -> other/bin-cache-docs
 * [new branch]          boost-1.76.0             -> other/boost-1.76.0
 * [new branch]          boost-context            -> other/boost-context
 * [new branch]          boost-context-mac        -> other/boost-context-mac
 * [new branch]          boost-cross              -> other/boost-cross
 * [new branch]          boost-fix-not-header-only-libs -> other/boost-fix-not-header-only-libs
 * [new branch]          boost-regex-icu-fix      -> other/boost-regex-icu-fix
 * [new branch]          boost-safe               -> other/boost-safe
 * [new branch]          boost-with-hosts         -> other/boost-with-hosts
 * [new branch]          boost-x86                -> other/boost-x86
 * [new branch]          certify                  -> other/certify
 * [new branch]          fakeit                   -> other/fakeit
 * [new branch]          ffmpeg-add-usage         -> other/ffmpeg-add-usage
 * [new branch]          fix-VCPKG_CROSSCOMPILING -> other/fix-VCPKG_CROSSCOMPILING
 * [new branch]          fix-bb2                  -> other/fix-bb2
 * [new branch]          fix-c4core               -> other/fix-c4core
 * [new branch]          fix-hidapi               -> other/fix-hidapi
 * [new branch]          fix-links                -> other/fix-links
 * [new branch]          fix-mac-bootstrap        -> other/fix-mac-bootstrap
 * [new branch]          fix-meson                -> other/fix-meson
 * [new branch]          fix-meson-linux-windows-cross-build -> other/fix-meson-linux-windows-cross-build
 * [new branch]          fix-msbuild-integration-and-change-detection -> other/fix-msbuild-integration-and-change-detection
 * [new branch]          fix-not-found-bootstrap  -> other/fix-not-found-bootstrap
 * [new branch]          format                   -> other/format
 * [new branch]          happly                   -> other/happly
 * [new branch]          icu-hosts                -> other/icu-hosts
 * [new branch]          icu-mac                  -> other/icu-mac
 * [new branch]          icu-mingw                -> other/icu-mingw
 * [new branch]          ignore-tool-build-files  -> other/ignore-tool-build-files
 * [new branch]          ignore-tool-build-files2 -> other/ignore-tool-build-files2
 * [new branch]          improve-assetcaching-readme -> other/improve-assetcaching-readme
 * [new branch]          influxdb-cxx             -> other/influxdb-cxx
 * [new branch]          integrate-project-nuget-package-name -> other/integrate-project-nuget-package-name
 * [new branch]          integrate_zsh            -> other/integrate_zsh
 * [new branch]          libbacktrace             -> other/libbacktrace
 * [new branch]          libbacktrace-mingw       -> other/libbacktrace-mingw
 * [new branch]          libffi                   -> other/libffi
 * [new branch]          libmt32emu               -> other/libmt32emu
 * [new branch]          libpq                    -> other/libpq
 * [new branch]          libpq-mingw              -> other/libpq-mingw
 * [new branch]          link-common-definitions  -> other/link-common-definitions
 * [new branch]          link-to-vcpkg-tool       -> other/link-to-vcpkg-tool
 * [new branch]          link-to-version          -> other/link-to-version
 * [new branch]          linux-windows-cross-compile -> other/linux-windows-cross-compile
 * [new branch]          mailio-no-uwp            -> other/mailio-no-uwp
 * [new branch]          make-macOS-binary-cache-deterministic -> other/make-macOS-binary-cache-deterministic
 * [new branch]          master                   -> other/master
 * [new branch]          master2                  -> other/master2
 * [new branch]          nettle-osx               -> other/nettle-osx
 * [new branch]          nowide-update            -> other/nowide-update
 * [new branch]          osgearth                 -> other/osgearth
 * [new branch]          osgearth-ci-skip         -> other/osgearth-ci-skip
 * [new branch]          osx-no-build             -> other/osx-no-build
 * [new branch]          powershell               -> other/powershell
 * [new branch]          qt5-without-libpq        -> other/qt5-without-libpq
 * [new branch]          rapidcsv                 -> other/rapidcsv
 * [new branch]          remove-unused-testing-files -> other/remove-unused-testing-files
 * [new branch]          rename-to-README         -> other/rename-to-README
 * [new branch]          rtaudio                  -> other/rtaudio
 * [new branch]          skip-pangolin            -> other/skip-pangolin
 * [new branch]          test-icu                 -> other/test-icu
 * [new branch]          test-icu-build           -> other/test-icu-build
 * [new branch]          test-icu-triplet         -> other/test-icu-triplet
 * [new branch]          test2                    -> other/test2
 * [new branch]          test3                    -> other/test3
 * [new branch]          test4                    -> other/test4
 * [new branch]          testvcpkg                -> other/testvcpkg
 * [new branch]          update-fontconfig        -> other/update-fontconfig
 * [new branch]          update-freetype          -> other/update-freetype
 * [new branch]          update-libb2             -> other/update-libb2
 * [new branch]          update-libmt32emu        -> other/update-libmt32emu
 * [new branch]          update-oatpp             -> other/update-oatpp
 * [new branch]          update-rtaudio           -> other/update-rtaudio
 * [new branch]          update-versions          -> other/update-versions
 * [new branch]          update-yaml-cpp          -> other/update-yaml-cpp
 * [new branch]          update_pr_template       -> other/update_pr_template
 * [new branch]          vcpkg-prepend-path       -> other/vcpkg-prepend-path

E:\dev\projects\projectx\vcpkg>git cherry-pick cd1a61361f47efc127456e81cd5bc590e1e97a07
[master e26b013c7] [icu] remove setting triplet
 Author: Leander Schulten <Leander.Schulten@rwth-aachen.de>
 Date: Tue Aug 17 18:52:09 2021 +0200
 2 files changed, 1 insertion(+), 10 deletions(-)

E:\dev\projects\projectx\vcpkg>git cherry-pick 78e5096e80236f22cef0045995df3d1b7a2b9458
Auto-merging versions/baseline.json
[master cc86f3c4c] add version files
 Author: Leander Schulten <Leander.Schulten@rwth-aachen.de>
 Date: Tue Aug 17 19:24:10 2021 +0200
 2 files changed, 6 insertions(+), 1 deletion(-)

E:\dev\projects\projectx\vcpkg>vcpkg install icu:x64-windows-static
Computing installation plan...
The following packages will be built and installed:
    icu[core]:x64-windows-static -> 69.1#12
Detecting compiler hash for triplet x64-windows-static...
Could not locate cached archive: C:\Users\sartory\AppData\Local\vcpkg\archives\2b\2b4332025ec0966e85ad376ce6d11bd274f7200496d1d854ff9352a7936b181e.zip
Starting package 1/1: icu:x64-windows-static
Building package icu[core]:x64-windows-static...
-- Downloading https://github.com/unicode-org/icu/releases/download/release-69-1/icu4c-69_1-src.tgz -> icu4c-69_1-src.tgz...
-- Cleaning sources at E:/dev/projects/projectx/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/dev/projects/projectx/vcpkg/downloads/icu4c-69_1-src.tgz
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/disable-escapestr-tool.patch
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/remove-MD-from-configure.patch
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/fix_parallel_build_on_windows.patch
-- Applying patch E:/dev/projects/projectx/vcpkg/ports/icu/fix-extra.patch
-- Using source at E:/dev/projects/projectx/vcpkg/buildtrees/icu/src/c-69_1-src-78c1b28057.clean
-- Found external ninja('1.10.2').
-- Getting CMake variables for x64-windows-static
-- Downloading https://repo.msys2.org/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/bash-4.4.023-2-x86_64.pkg.tar.xz -> msys-bash-4.4.023-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/autoconf-2.69-5-any.pkg.tar.xz -> msys-autoconf-2.69-5-any.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/diffutils-3.7-1-x86_64.pkg.tar.xz -> msys-diffutils-3.7-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/binutils-2.34-4-x86_64.pkg.tar.zst -> msys-binutils-2.34-4-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz -> msys-libtool-2.4.6-9-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/file-5.39-1-x86_64.pkg.tar.zst -> msys-file-5.39-1-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/zlib-1.2.11-1-x86_64.pkg.tar.xz -> msys-zlib-1.2.11-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libbz2-1.0.8-2-x86_64.pkg.tar.xz -> msys-libbz2-1.0.8-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/coreutils-8.32-1-x86_64.pkg.tar.xz -> msys-coreutils-8.32-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz -> msys-grep-3.0-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/sed-4.8-1-x86_64.pkg.tar.xz -> msys-sed-4.8-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libpcre-8.44-1-x86_64.pkg.tar.xz -> msys-libpcre-8.44-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/m4-1.4.18-2-x86_64.pkg.tar.xz -> msys-m4-1.4.18-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/automake-wrapper-11-1-any.pkg.tar.xz -> msys-automake-wrapper-11-1-any.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/gawk-5.1.0-1-x86_64.pkg.tar.xz -> msys-gawk-5.1.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/mpfr-4.1.0-1-x86_64.pkg.tar.zst -> msys-mpfr-4.1.0-1-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/gmp-6.2.0-1-x86_64.pkg.tar.xz -> msys-gmp-6.2.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libreadline-8.0.004-1-x86_64.pkg.tar.xz -> msys-libreadline-8.0.004-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/ncurses-6.2-1-x86_64.pkg.tar.xz -> msys-ncurses-6.2-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/automake1.16-1.16.2-2-any.pkg.tar.zst -> msys-automake1.16-1.16.2-2-any.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/perl-5.32.0-2-x86_64.pkg.tar.zst -> msys-perl-5.32.0-2-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libcrypt-2.1-2-x86_64.pkg.tar.xz -> msys-libcrypt-2.1-2-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/pkg-config-0.29.2-4-x86_64.pkg.tar.zst -> msys-pkg-config-0.29.2-4-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/make-4.3-1-x86_64.pkg.tar.xz -> msys-make-4.3-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/findutils-4.7.0-1-x86_64.pkg.tar.xz -> msys-findutils-4.7.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz -> msys-libintl-0.19.8.1-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirror.selfnet.de/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/libiconv-1.16-2-x86_64.pkg.tar.zst -> msys-libiconv-1.16-2-x86_64.pkg.tar.zst...
-- Downloading https://repo.msys2.org/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/gcc-libs-9.3.0-1-x86_64.pkg.tar.xz -> msys-gcc-libs-9.3.0-1-x86_64.pkg.tar.xz...
-- Downloading https://repo.msys2.org/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirror.yandex.ru/mirrors/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirrors.ustc.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirror.bit.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirror.selfnet.de/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz;https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/x86_64/msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz -> msys-msys2-runtime-3.1.6-3-x86_64.pkg.tar.xz...
-- Using msys root at E:/dev/projects/projectx/vcpkg/downloads/tools/msys2/703e5aa15d402568
-- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst -> msys-mingw-w64-i686-pkg-config-0.29.2-2-any.pkg.tar.zst...
-- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirror.yandex.ru/mirrors/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirrors.ustc.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirror.bit.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirror.selfnet.de/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst;https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst -> msys-mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst...
-- Using msys root at E:/dev/projects/projectx/vcpkg/downloads/tools/msys2/aa5af7b2aa7e90e8
-- Configuring x64-windows-static-dbg
-- Configuring x64-windows-static-rel
-- Building x64-windows-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:155 (message):
    Command failed: E:/dev/projects/projectx/vcpkg/downloads/tools/msys2/703e5aa15d402568/usr/bin/make.exe -j 5 --trace -f Makefile all
    Working Directory: E:/dev/projects/projectx/vcpkg/buildtrees/icu/x64-windows-static-dbg
    See logs for more information:
      E:\dev\projects\projectx\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-out.log
      E:\dev\projects\projectx\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_make.cmake:190 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_make.cmake:26 (vcpkg_build_make)
  ports/icu/portfile.cmake:128 (vcpkg_install_make)
  scripts/ports.cmake:140 (include)


Error: Building package icu:x64-windows-static failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: icu:x64-windows-static
  Vcpkg version: 2021-08-12-85ab112d5ee102bc6eac8cdbbfdd173a71374e04

Additionally, attach any relevant sections from the log files above.

E:\dev\projects\projectx\vcpkg>

E:\dev\projects\projectx\vcpkg\buildtrees\icu\build-x64-windows-static-dbg-err.log

cl : Command line warning D9002 : ignoring unknown option '-Xcompiler'
'bash' is not recognized as an internal or external command,
operable program or batch file.
-- return status = 1
Failed to compile oma.c
'LIB.exe' is not recognized as an internal or external command,
operable program or batch file.
-- return status = 1
Error creating Windows DLL library. Failed command: LIB.exe /nologo /out:"../lib/sicudtd.lib" "./out/tmp/icudt69l_dat.obj"
Error generating package data.
make[1]: *** [Makefile:176: packagedata] Error 1
make: *** [Makefile:153: all-recursive] Error 2

Local repo:

image

@adamgranthendry
Copy link

adamgranthendry commented Aug 20, 2021

Same issue. I am on Windows 10 Enterprise, 64-bit, and have pulled and installed the latest vcpkg from git. Running vcpkg install icu fails with error log message:

C:/vcpkg/buildtrees/icu/x64-windows-rel/bin/icupkg.exe: error while loading shared libraries: icutu69.dll: cannot open shared object file: No such file or directory

Ironically, I even downloaded icu4c-69_1-Win64-MSVC2019.zip from GitHub, placed it in C:\icu\ and added the bin64, lib64, and include folders to my PATH in the System Environment Variables before running this.

build-x64-windows-rel-out.log
build-x64-windows-rel-err.log

@autoantwort
Copy link
Contributor

@adamgranthendry Sorry, but as far I can see this is complete different issue. Please open a new issue for that.

For the rest: Can you test my new PR #19672?

@adamgranthendry
Copy link

@autoantwort Ah I see. Yes, I will open a new issue. Thank you.

@adamgranthendry
Copy link

@zapcity
Copy link

zapcity commented Aug 24, 2021

@PhoebeHui @JackBoosY @autoantwort

I've been digging deeper into what's possibly going wrong. Here I'm only using the master branch to try and compile icu:x64-windows-static via:

git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat -disableMetrics
vcpkg install icu:x64-windows-static --no-binarycaching

It seems that if I compile within any path whose top level directory is named "dev", then it doesn't compile e.g.

  • C:\dev\vcpkg
  • D:\dev\project\vcpkg

However it works if I use anything else e.g.

  • C:\projects\dev\vcpkg
  • D:\dev2\vcpkg

Looking at the logs of the other people in this thread who can't compile icu i.e. @johnnyschneider and @michael-schantin, they too are compiling within a path whose top level directory is "dev" i.e. C:\dev\vcpkg, so there is something going on here.

Quickly checking the code, there seems to be a lot of references to bash's "/dev/null", which might be interfering somehow (as it uses keyword 'dev') ?

I'll continue looking into this when I have time, but I am no expert.

@PhoebeHui PhoebeHui removed the requires:vcpkg-team-review This PR or issue requires someone on the vcpkg team to take a further look. label Aug 24, 2021
@PhoebeHui
Copy link
Contributor

@zapcity, thanks for taking a deeper investigation! I can repro this issue locally.

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support and removed requires:repro The issue is not currently repro-able labels Aug 24, 2021
@PhoebeHui
Copy link
Contributor

@zapcity, I have submitted a PR to fix this, it works for me, could you help double confirm if it works for you?

@zapcity
Copy link

zapcity commented Aug 24, 2021

@PhoebeHui , thanks. I have checked #19726 and it is working for me! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment