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

[brotli:x64-windows] download failure #13902

Closed
tigranmt opened this issue Oct 6, 2020 · 5 comments
Closed

[brotli:x64-windows] download failure #13902

tigranmt opened this issue Oct 6, 2020 · 5 comments
Assignees

Comments

@tigranmt
Copy link

tigranmt commented Oct 6, 2020

Host Environment

  • OS: Windows
  • Compiler: revision

To Reproduce
Steps to reproduce the behavior:
./vcpkg install parquet:x64-windows

Failure logs
-- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-1-any.pkg.tar.xz... Failed. Status: 7;"Couldn't connect to server"
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:181 (message):

  -->Failed to download file. <--
  If you use a proxy, please set the HTTPS_PROXY and HTTP_PROXY environment
  variables to "https://user:password@your-proxy-ip-address:port/".
  Otherwise, please submit an issue at https://github.com/Microsoft/vcpkg/issues

Call Stack (most recent call first):
scripts/cmake/vcpkg_find_acquire_program.cmake:438 (vcpkg_download_distfile)
scripts/cmake/vcpkg_fixup_pkgconfig.cmake:270 (vcpkg_find_acquire_program)
ports/brotli/portfile.cmake:25 (vcpkg_fixup_pkgconfig)
scripts/ports.cmake:79 (include)

Error: Building package brotli:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with .\vcpkg update, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: brotli:x64-windows
Vcpkg version: 2020.06.15-nohash

Additional context
Don't have any issue with any other package , meaning downloading compiling and using it.
Didn't have any issues with the Linux version as well.
./vcpkg install parquet:x64-linux - works.

@Zombieanfuehrer
Copy link

#13901 same issue

@faska
Copy link

faska commented Oct 6, 2020

repo.msys2.org is down for the 2nd week already

@Hoikas
Copy link
Contributor

Hoikas commented Oct 6, 2020

This issue should have been fixed in #13889. Try updating to the latest revision of vcpkg: git pull && ./bootstrap-vcpkg.bat

@tigranmt
Copy link
Author

tigranmt commented Oct 6, 2020

Indeed, after git pull it seems working properly.
Thank you.

@JackBoosY
Copy link
Contributor

Fixed.

@JackBoosY JackBoosY self-assigned this Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants