Skip to content

[qt] windows x86_64 build failure #44448

@white-echidna

Description

@white-echidna

Operating system

Windows 11

Compiler

MSVC

Steps to reproduce the behavior

$ .\vcpkg install qt[core]

Failure logs

Downloading https://gitlab.freedesktop.org//dbus/dbus/-/archive/dbus-1.16.2/dbus-dbus-1.16.2.tar.gz -> dbus-dbus-dbus-1.16.2.tar.gz
error: https://gitlab.freedesktop.org//dbus/dbus/-/archive/dbus-1.16.2/dbus-dbus-1.16.2.tar.gz: failed: status code 503
note: If you are using a proxy, please ensure your proxy settings are correct.
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: If HTTP(S)_PROXY already exist in environment variable, do not use IE Proxy (#49) vcpkg-tool#77
    The value set by your proxy might be wrong, or have same https:// prefix issue.
  3. Your proxy's remote server is our of service.
    If you believe this is not a temporary download server failure and vcpkg needs to be changed to download this file from a different location, please submit an issue to https://github.com/Microsoft/vcpkg/issues
    CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:124 (message):
    Download failed, halting portfile.
    Call Stack (most recent call first):
    scripts/cmake/vcpkg_from_gitlab.cmake:113 (vcpkg_download_distfile)
    ports/dbus/portfile.cmake:3 (vcpkg_from_gitlab)
    scripts/ports.cmake:203 (include)

Additional context

This seems to be a temporary issue. It will be resolved automatically on March 22, 2025, according to the link

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions