microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.87k stars 6.31k forks source link

[boost] build failure #12704

Closed UnknownObject000 closed 4 years ago

UnknownObject000 commented 4 years ago

Host Environment

To Reproduce Steps to reproduce the behavior: ./vcpkg install boost

Failure logs Your feedback is important to improve Vcpkg! Please take 3 minutes to complete our survey by running: vcpkg contact --survey Computing installation plan... The following packages will be built and installed: boost[core]:x86-windows

Additional context This happens when I updating packages with vcpkg upgrade --no-dry-run. So I tried to install it again using vcpkg install boost, but I failed.

UnknownObject000 commented 4 years ago

I have tried to access the download URL using my web browser and I can download this file successfully.

PhoebeHui commented 4 years ago

@UnknownObject000, could you try the workaround in https://github.com/microsoft/vcpkg/issues/12599#issuecomment-664725171

You can see more information in issue https://github.com/microsoft/vcpkg/issues/12383

UnknownObject000 commented 4 years ago

@UnknownObject000, could you try the workaround in #12599 (comment)

You can see more information in issue #12383

It works