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

[liblzma] Build error on x64-windows #38027

Closed
JibinCJoy1 opened this issue Apr 7, 2024 · 2 comments
Closed

[liblzma] Build error on x64-windows #38027

JibinCJoy1 opened this issue Apr 7, 2024 · 2 comments
Labels
depends:upstream-changes Waiting on a change to the upstream project

Comments

@JibinCJoy1
Copy link

Copy issue body from E:/vcpkg/installed/vcpkg/issue_body.md

E:\vcpkg>vcpkg install opencv
Computing installation plan...
The following packages will be built and installed:

  • liblzma:[email protected]
  • libpng:[email protected]
  • libwebp[core,libwebpmux,nearlossless,simd,unicode]:[email protected]
    opencv[core,default-features]:[email protected]#1
  • opencv4[core,default-features,dnn,jpeg,png,quirc,tiff,webp]:[email protected]#15
  • protobuf:[email protected]#1
  • quirc:[email protected]
  • tiff[core,jpeg,lzma,zip]:[email protected]#4
  • vcpkg-get-python-packages:x64-windows@2024-01-24
  • zlib:[email protected]
    Additional packages (*) will be modified to complete this operation.
    Detecting compiler hash for triplet x64-windows...
    Compiler found: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe
    Restored 0 package(s) from C:\Users\jibin\AppData\Local\vcpkg\archives in 190 us. Use --debug to see more details.
    Installing 1/10 liblzma:[email protected]...
    Building liblzma:[email protected]...
    -- Downloading https://github.com/tukaani-project/xz/archive/v5.4.4.tar.gz -> tukaani-project-xz-v5.4.4.tar.gz...
    [DEBUG] To include the environment variables in debug output, pass --debug-env
    [DEBUG] Trying to load bundleconfig from E:\vcpkg\vcpkg-bundle.json
    [DEBUG] Failed to open: E:\vcpkg\vcpkg-bundle.json
    [DEBUG] Bundle config: readonly=false, usegitregistry=false, embeddedsha=nullopt, deployment=Git, vsversion=nullopt
    [DEBUG] Metrics enabled.
    [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
    Downloading https://github.com/tukaani-project/xz/archive/v5.4.4.tar.gz
    error: Failed to download from mirror set
    error: https://github.com/tukaani-project/xz/archive/v5.4.4.tar.gz: failed: status code 404
    [DEBUG] D:\a_work\1\s\src\vcpkg\base\downloads.cpp(1031):
    [DEBUG] Time in subprocesses: 0us
    [DEBUG] Time in parsing JSON: 3us
    [DEBUG] Time in JSON reader: 0us
    [DEBUG] Time in filesystem: 620us
    [DEBUG] Time in loading ports: 0us
    [DEBUG] Exiting after 829 ms (792754us)

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)

error: building liblzma:x64-windows failed with: BUILD_FAILED
Elapsed time to handle liblzma:x64-windows: 929 ms
Please ensure you're using the latest port files with git pull and vcpkg update.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+liblzma
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[liblzma]+Build+error+on+x64-windows&body=Copy+issue+body+from+E%3A%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

@blb2
Copy link

blb2 commented Apr 7, 2024

I ran into the same issue trying to pull in the freeimage package.

@WangWeiLin-MV WangWeiLin-MV added the depends:upstream-changes Waiting on a change to the upstream project label Apr 8, 2024
@WangWeiLin-MV
Copy link
Contributor

Duplicate of #37893

@WangWeiLin-MV WangWeiLin-MV marked this as a duplicate of #37893 Apr 8, 2024
@WangWeiLin-MV WangWeiLin-MV closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends:upstream-changes Waiting on a change to the upstream project
Projects
None yet
Development

No branches or pull requests

3 participants