microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.74k stars 6.29k forks source link

qtinterfaceframework:x64-windows@6.4.3 build failure #38986

Closed adokhugi closed 1 month ago

adokhugi commented 3 months ago

Operating system

Windows

Compiler

Visual Studio 2022

Steps to reproduce the behavior

vcpkg install qt

Failure logs

C:\dev\vcpkg>vcpkg install qt Computing installation plan... The following packages will be built and installed: qt[core,default-features]:x64-windows@6.4.3 -- C:\Users\Acer\AppData\Local\vcpkg\registries\git-trees\01393fc66b4bf4414a40b6dfe895e025c1778fe6

error: building qtinterfaceframework:x64-windows failed with: BUILD_FAILED Elapsed time to handle qtinterfaceframework:x64-windows: 3 s 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+qtinterfaceframework You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?title=[qtinterfaceframework]+Build+error+on+x64-windows&body=Copy+issue+body+from+C%3A%2Fdev%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

Additional context

python310.zip does not exist, but there is python311.zip.

I did "git pull" and "vcpkg update" before executing this.

Neumann-A commented 3 months ago

remove vcpkg-get-python-packages and reinstall. Otherwise update vcpkg to a newer version?

Neumann-A commented 3 months ago

also you probably don'T want qtinterfaceframework. Just install the parts of qt you need. If you just do widget stuff qtbase is enough. If you need qml stuff you need to install qtdeclarative.

dg0yt commented 3 months ago

And do not expect fixes to old versions.

WangWeiLin-MV commented 3 months ago

Using the latest version of vcpkg for local installation does not reproduce the issue.

Please try with latest vcpkg.

If the issue persists, please see #30604 for how to report a build failure.

github-actions[bot] commented 2 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.