-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[Qt] Update to 6.9.2 #47735
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
[Qt] Update to 6.9.2 #47735
Conversation
|
Supersedes #47416. |
|
Dlib messing up the link line in paraview. |
…nto update_qt_6.9.2
|
@BillyONeal: I cannot solve the android failure since they are an error how the Docker containers are setup. If the android triplets are expected to use the output of the Linux triplet the docker container for android needs to be derived from the Linux container since that is the only way tools build by the linux triplet will run correctly with all possible system dependencies being available. I don't want to C&P this stuff since it does not seem to be the correct solution for it. |
|
|
this would decouple it a bit but it is not the ultimate solution. If you build host stuff in Container A you cannot cross-compile in "unrelated" Container B. Container B should be based on Container A and extend it. Only then it is certain that all system dependencies for the host are available. |
|
Should i start to mark x86-windows as unsupported by Qt: Ok upstream already has a fix for it |
…icrosoft/vcpkg#47735 OK, so here's the situation: `ci.baseline.txt` has: ```console # Missing system libraries qtwayland:arm64-osx=skip qtwayland:x64-osx=skip ``` In microsoft/vcpkg#47735, `qtwayland` depends on `qtbase[wayland]`, which implicates the same missing system libraries. This causes `qtbase` to contain the feature `wayland` when we try to build it, even though `qtwayland` is skipped.
|
I think this is a critical update. The current version 6.9.1 fails when Qt is consumed with a linker error on latest macos: |
|
This is blocked until either: microsoft/vcpkg-tool#1822 |
|
@Neumann-A microsoft/vcpkg-tool#1822 has been merged. Could this PR move forward? |
|
No since there has not been a tool update here. |
|
I don't know why close and reopen didn't force a re-merge this time :/ |
|
Hmm current errors look like baseline to me. |
|
Yes, in fact it looks like this fixes many baseline issues from the macOS update we accidentally jumped the gun in landing. |
# Conflicts: # ports/qtbase/vcpkg.json # versions/baseline.json # versions/q-/qtbase.json
# Conflicts: # scripts/ci.feature.baseline.txt
blocked by #47762
blocked by #47764
blocked by microsoft/vcpkg-tool#1817
closes #47688