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

[<x265>] build failure #13076

Closed
patui opened this issue Aug 22, 2020 · 1 comment
Closed

[<x265>] build failure #13076

patui opened this issue Aug 22, 2020 · 1 comment

Comments

@patui
Copy link

patui commented Aug 22, 2020

Can't Downloading https://bitbucket.com/multicoreware/x265/get/3.2.tar.gz.

Computing installation plan...
The following packages will be built and installed:
x265[core]:x64-windows
Starting package 1/1: x265:x64-windows
Building package x265[core]:x64-windows...
-- Downloading https://bitbucket.com/multicoreware/x265/get/3.2.tar.gz...
-- Downloading https://bitbucket.com/multicoreware/x265/get/3.2.tar.gz... Failed. Status: 22;"HTTP response code said error"
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:175 (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_from_bitbucket.cmake:127 (vcpkg_download_distfile)
ports/x265/portfile.cmake:3 (vcpkg_from_bitbucket)
scripts/ports.cmake:90 (include)

Error: Building package x265:x64-windows failed with: BUILD_FAILED

@StarGate-One
Copy link
Contributor

You need to update vcpkg, as this issue was fixed in PR #13048.

  1. cd [vcpkg-root]
  2. git pull
  3. .\bootstrap-vcpkg.sh
  4. vcpkg upgrade --no-dry-run (to upgrade any packages needing it)
  5. vcpkg install x265

@patui patui closed this as completed Aug 23, 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

2 participants