You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Downloading https://github.com/tukaani-project/xz/archive/v5.6.0.tar.gz -> tukaani-project-xz-v5.6.0.tar.gz...
[DEBUG] To include the environment variables in debug output, pass --debug-env
[DEBUG] Disabling metrics because vcpkg.disable-metrics exists
[DEBUG] Trying to load bundleconfig from /home/sujan_bimali/devtools/vcpkg/vcpkg-bundle.json
[DEBUG] Failed to open: /home/sujan_bimali/devtools/vcpkg/vcpkg-bundle.json
[DEBUG] Bundle config: readonly=false, usegitregistry=false, embeddedsha=nullopt, deployment=Git, vsversion=nullopt
[DEBUG] Feature flag 'binarycaching' unset
[DEBUG] Feature flag 'compilertracking' unset
[DEBUG] Feature flag 'registries' unset
[DEBUG] Feature flag 'versions' unset
[DEBUG] Feature flag 'dependencygraph' unset
[DEBUG] 1000: execute_process(curl --fail -L https://github.com/tukaani-project/xz/archive/v5.6.0.tar.gz --create-dirs --output /home/sujan_bimali/devtools/vcpkg/downloads/tukaani-project-xz-v5.6.0.tar.gz.149997.part)
[DEBUG] 1000: cmd_execute_and_stream_data() returned 22 after 668429 us
error: Failed to download from mirror set
error: https://github.com/tukaani-project/xz/archive/v5.6.0.tar.gz: curl failed to download with exit code 22
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
curl: (22) The requested URL returned error: 404
[DEBUG] /mnt/vss/_work/1/s/src/vcpkg/base/downloads.cpp(1030):
[DEBUG] Time in subprocesses: 668429us
[DEBUG] Time in parsing JSON: 4us
[DEBUG] Time in JSON reader: 0us
[DEBUG] Time in filesystem: 19us
[DEBUG] Time in loading ports: 0us
[DEBUG] Exiting after 669 ms (668865us)
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:32 (message):
Failed to download file with error: 1
If you are using a proxy, please check your proxy setting. Possible causes are:
1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable
to `https://address:port`. This is not correct, because `https://` prefix
claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr
, etc..) is an HTTP proxy. Try setting `http://address:port` to both
HTTP_PROXY and HTTPS_PROXY instead.
2. If you are using Windows, vcpkg will automatically use your Windows IE Proxy Settings
set by your proxy software. See https://github.com/microsoft/vcpkg-tool/pull/77
The value set by your proxy might be wrong, or have same `https://` prefix issue.
3. Your proxy's remote server is out of service.
If you've tried directly download the link, and believe this is not a temporary
download server failure, please submit an issue at https://github.com/Microsoft/vcpkg/issues
to report this upstream download server failure.
Call Stack (most recent call first):
scripts/cmake/vcpkg_download_distfile.cmake:270 (z_vcpkg_download_distfile_show_proxy_and_fail)
scripts/cmake/vcpkg_from_github.cmake:106 (vcpkg_download_distfile)
ports/liblzma/portfile.cmake:1 (vcpkg_from_github)
scripts/ports.cmake:175 (include)
The text was updated successfully, but these errors were encountered:
Package: liblzma:x64-linux@5.6.0
Host Environment
vcpkg-scripts version: cf4ebef 2024-03-15 (3 weeks ago)
To Reproduce
vcpkg install gtk3
Failure logs
The text was updated successfully, but these errors were encountered: