Host Environment
- OS: Windows
- Compiler: Visual Studio 2019 16.11.3
To Reproduce
./vcpkg install boost:x86-windows
./vcpkg install boost:x64-windows
Failure logs
For x86:
Building package msmpi[core]:x86-windows...
-- Downloading https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi -> msmpisdk-10.1.12498-b0087dfd.msi...
-- Downloading https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe -> msmpisetup-10.1.12498.exe...
CMake Error at ports/msmpi/portfile.cmake:59 (message):
Could not find:
C:\Program Files/Microsoft MPI/Bin/mpiexec.exe
Please install the MSMPI redistributable package before trying to install this port.
The appropriate installer has been downloaded to:
D:/toolkit/vcpkg/downloads/msmpisetup-10.1.12498.exe
Call Stack (most recent call first):
scripts/ports.cmake:141 (include)
Error: Building package msmpi:x86-windows 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: msmpi:x86-windows
Vcpkg version: 2021-09-10-2059ef11aa6067e6f59b0d939c5d17e3c5c47d3e
Additionally, attach any relevant sections from the log files above.
For x64:
Building package msmpi[core]:x64-windows...
-- Downloading https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisdk.msi -> msmpisdk-10.1.12498-b0087dfd.msi...
-- Downloading https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623/msmpisetup.exe -> msmpisetup-10.1.12498.exe...
CMake Error at ports/msmpi/portfile.cmake:59 (message):
Could not find:
C:\Program Files/Microsoft MPI/Bin/mpiexec.exe
Please install the MSMPI redistributable package before trying to install this port.
The appropriate installer has been downloaded to:
D:/toolkit/vcpkg/downloads/msmpisetup-10.1.12498.exe
Call Stack (most recent call first):
scripts/ports.cmake:141 (include)
Error: Building package msmpi:x64-windows 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: msmpi:x64-windows
Vcpkg version: 2021-09-10-2059ef11aa6067e6f59b0d939c5d17e3c5c47d3e
Additionally, attach any relevant sections from the log files above.
Additional context
Update 1:
I have mutually installed MSMPI and successfully built.
I think it is related to downloading server has some issues.
Host Environment
To Reproduce
./vcpkg install boost:x86-windows./vcpkg install boost:x64-windowsFailure logs
For x86:
For x64:
Additional context
Update 1:
I have mutually installed MSMPI and successfully built.
I think it is related to downloading server has some issues.