Closed k-nero closed 4 months ago
I'm not using any proxy or VPN btw
I am seeing a similar build failure with a dependency on libsodium -- suddenly, SHA512SUM mismatch.
Boost moved git tags, and vcpkg was already updated. Now you do have to move, too.
Expected hash: 3a7be75e52f5c20830fccb9e7391a1e4556ebb072e6324df95b1ba38bed46e24f4c9f27a62a1099eddc90f2ac1ede083f0c850e2dc27fd42375d028516f675b3 Actual hash: a1e774c98b537dd42018742af68f5889af1afd4e6c9809399987124e56a3b9ae2f20e8173170bc6fc0ad76fb95e2da7b9d385a4037e9ee12011fc02bf8f7e009
Now: https://github.com/microsoft/vcpkg/blob/master/ports/boost-core/portfile.cmake#L7
Package: boost-core:x64-windows@1.85.0
Host Environment
To Reproduce
vcpkg install
Failure logsAdditional context
vcpkg.json
``` { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ { "name": "drogon", "version>=": "1.9.5", "host": true, "platform": "x64" }, { "name": "boost-log", "version>=": "1.84.0", "host": true, "platform": "x64" }, { "name": "boost-describe", "version>=": "1.84.0", "host": true, "platform": "x64" }, { "name": "jwt-cpp", "version>=": "0.6.0", "host": true, "platform": "x64" }, { "name": "inih", "version>=": "57", "host": true, "platform": "x64", "default-features": false, "features": [ "cpp" ] }, { "name": "boost-json", "version>=": "1.84.0", "host": true, "platform": "x64" }, { "name": "boost-beast", "version>=": "1.84.0", "host": true, "platform": "x64" }, { "name": "hiredis", "version>=": "1.2.0", "host": true, "platform": "x64", "default-features": false, "features": [ { "name": "ssl", "platform": "x64" } ] }, { "name": "grpc", "version>=": "1.51.1", "host": true, "platform": "x64" }, { "name": "usockets", "version>=": "0.8.6#1", "host": true, "platform": "x64", "default-features": false, "features": [ "ssl", "network" ] }, { "name": "uwebsockets", "version>=": "20.60.0", "host": true, "platform": "x64" }, { "name": "sqlitecpp", "version>=": "3.3.1", "host": true, "platform": "x64" } ], "builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94" } ```