Closed zhiyan114 closed 3 months ago
File: F:_toolchain\vcpkg\downloads\mumble-voip-ice-3-d91d8845.7.tar.gz.33168.part
That looks like an unfinished download …
File: F:_toolchain\vcpkg\downloads\mumble-voip-ice-3-d91d8845.7.tar.gz.33168.part
That looks like an unfinished download …
Welp, it sounds like a vcpkg issue then. Is there a way to supply the source tar.gz
manually?
I don't know what vcpkg
is or does, but I'd say, wait until the file download is completed and run the whole show then …
I don't know what
vcpkg
is or does, but I'd say, wait until the file download is completed and run the whole show then …
Unfortunately, the download process is automated, so vcpkg
essentially just stops the download there. I'm not very familiar with the tool, so I wouldn't know if there any flag that can be used to fix this.
I recommend using our vcpkg fork: https://github.com/mumble-voip/vcpkg
I recommend using our vcpkg fork: https://github.com/mumble-voip/vcpkg
Hi, using the forked version, I'm still getting a similar error:
DEBUG] Trying to hash F:\_toolchain\mumble_vcpkg\downloads\boostorg-core-boost-1.85.0.tar.gz.33068.part
[DEBUG] F:\_toolchain\mumble_vcpkg\downloads\boostorg-core-boost-1.85.0.tar.gz.33068.part has hash a1e774c98b537dd42018742af68f5889af1afd4e6c9809399987124e56a3b9ae2f20e8173170bc6fc0ad76fb95e2da7b9d385a4037e9ee12011fc02bf8f7e009
error: Missing boostorg-core-boost-1.85.0.tar.gz and downloads are blocked by x-block-origin.
error: File does not have the expected hash:
url: https://github.com/boostorg/core/archive/boost-1.85.0.tar.gz
File: F:\_toolchain\mumble_vcpkg\downloads\boostorg-core-boost-1.85.0.tar.gz.33068.part
Expected hash: 3a7be75e52f5c20830fccb9e7391a1e4556ebb072e6324df95b1ba38bed46e24f4c9f27a62a1099eddc90f2ac1ede083f0c850e2dc27fd42375d028516f675b3
Actual hash: a1e774c98b537dd42018742af68f5889af1afd4e6c9809399987124e56a3b9ae2f20e8173170bc6fc0ad76fb95e2da7b9d385a4037e9ee12011fc02bf8f7e009
error: Missing boostorg-core-boost-1.85.0.tar.gz and downloads are blocked by x-block-origin.
Looks like something in your network is blocking the downloads, which would explain the .part
files. If I had to guess, these files are 0 bytes?
error: Missing boostorg-core-boost-1.85.0.tar.gz and downloads are blocked by x-block-origin.
Looks like something in your network is blocking the downloads, which would explain the
.part
files. If I had to guess, these files are 0 bytes?
I ran the checksum on the supposing "corrupted" file and confirm that the checksum matches the "actual hash". So it looks like either vcpkg somehow failed to compute the hash correctly or there's some kind of issue with boost library that prevented the download to be completed correctly (see https://github.com/microsoft/vcpkg/issues/40033).
Remove all previously downloaded files and get rid if whatever is blocking downloads in your network
I ran the checksum on the supposing "corrupted" file and confirm that the checksum matches the "actual hash".
It needs to match the "Expected hash".
Remove all previously downloaded files and get rid if whatever is blocking downloads in your network
Turns out, Some of the packages had out-of-date checksum values, and replacing it fixes the issue.
@Sardonyxtechsupport Please continue in the issue you created (#6546).
Description
When attempting to build ice file for mumble, the following error occured:
Attempting to override the checksum will result in
F:\_toolchain\vcpkg\buildtrees\zeroc-ice-mumble\x64-windows-static-md-dbg\generated\Ice/Version.h(39): fatal error C1189: #error: Ice patch level mismatch!
Steps to reproduce
zeroc-ice-mumble
dir from the port dir to vcpkg's port dirvcpkg install zeroc-ice-mumble --triplet x64-windows-static-md
Mumble version
b75fe546ab6e5f32204e20df7ee3ceb8ce70262c
Mumble component
Both
OS
Windows
Reproducible?
Yes
Additional information
No response
Relevant log output
No response
Screenshots
No response