To Reproduce
Steps to reproduce the behavior:
./vcpkg install qt5[base]:x64-windows ./vcpkg install mlpack:x64-windows
Failure logs
Starting package 1/4: openssl:x64-windows
Building package openssl[core]:x64-windows...
Could not locate cached archive: C:\Users***\AppData\Local\vcpkg\archives\d5\d57fc092dd6d7e3b92df37b1f9593188a516576b.zip
CMake Error at ports/openssl/portfile.cmake:2 (message):
Can't build openssl if libressl/boringssl is installed. Please remove
libressl/boringssl, and try install openssl again if you need it.
Call Stack (most recent call first):
scripts/ports.cmake:135 (include)
Error: Building package openssl: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: openssl:x64-windows
Vcpkg version: 2020.06.15-nohash
Additional context
I cant find libressl or boringssl by ./vcpkg list. this problem came after i update with git pull & ./vcpkg upgrade --no-dry-run:
vtk[core,qt]:x64-windows
Additional packages (*) will be modified to complete this operation.
However, it stop
Starting package 26/50: openssl:x64-windows
Building package openssl[core]:x64-windows...
Could not locate cached archive: C:\Users\nil_l\AppData\Local\vcpkg\archives\d5\d57fc092dd6d7e3b92df37b1f9593188a516576b.zip
CMake Error at ports/openssl/portfile.cmake:2 (message):
Can't build openssl if libressl/boringssl is installed. Please remove
libressl/boringssl, and try install openssl again if you need it.
Call Stack (most recent call first):
scripts/ports.cmake:135 (include)
Error: Building package openssl: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: openssl:x64-windows
Vcpkg version: 2020.06.15-nohash
Host Environment
To Reproduce Steps to reproduce the behavior:
./vcpkg install qt5[base]:x64-windows ./vcpkg install mlpack:x64-windows
Failure logs Starting package 1/4: openssl:x64-windows Building package openssl[core]:x64-windows... Could not locate cached archive: C:\Users***\AppData\Local\vcpkg\archives\d5\d57fc092dd6d7e3b92df37b1f9593188a516576b.zip CMake Error at ports/openssl/portfile.cmake:2 (message): Can't build openssl if libressl/boringssl is installed. Please remove libressl/boringssl, and try install openssl again if you need it. Call Stack (most recent call first): scripts/ports.cmake:135 (include)
Error: Building package openssl: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: openssl:x64-windows Vcpkg version: 2020.06.15-nohashAdditional context I cant find
libressl or boringssl
by./vcpkg list
. this problem came after i update withgit pull & ./vcpkg upgrade --no-dry-run
:and
However, it stop
Now, I cant reinstall
qt5
andmlpack
.