Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg-gfortran] Build error #30959

Closed
EasonChen0523 opened this issue Apr 19, 2023 · 1 comment
Closed

[vcpkg-gfortran] Build error #30959

EasonChen0523 opened this issue Apr 19, 2023 · 1 comment
Assignees
Labels
category:question This issue is a question

Comments

@EasonChen0523
Copy link

Operating system

Wondows 10

Compiler

MSVC 2017

Steps to reproduce the behavior

vcpkg install geogram --triplet x64-windows

Failure logs

Computing installation plan...
The following packages will be built and installed:
geogram[core]:x64-windows -> 1.7.6#4

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_acquire_msys.cmake:26 (vcpkg_download_distfile)
scripts/cmake/vcpkg_acquire_msys.cmake:67 (z_vcpkg_acquire_msys_download_package)
scripts/cmake/vcpkg_acquire_msys.cmake:345 (z_vcpkg_acquire_msys_declare_package)
scripts/cmake/vcpkg_find_fortran.cmake:59 (vcpkg_acquire_msys)
ports/vcpkg-gfortran/portfile.cmake:2 (vcpkg_find_fortran)
scripts/ports.cmake:147 (include)

Additional context

No response

@EasonChen0523 EasonChen0523 added the category:port-bug The issue is with a library, which is something the port should already support label Apr 19, 2023
@Adela0814
Copy link
Contributor

Fixed by #30546, please pull the latest vcpkg and try again.

@Adela0814 Adela0814 added category:question This issue is a question and removed category:port-bug The issue is with a library, which is something the port should already support labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants