-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[qt5] Update to 5.15.2 #14678
[qt5] Update to 5.15.2 #14678
Conversation
(mqtt currently missing git tag)
@JackBoosY @strega-nil could somebody investigate the problems |
@Neumann-A Seems 5.15.2 doesn't published on the github. |
we only need to wait if we use the github mirror. If we could use the official git at https://code.qt.io/cgit/qt/qtmqtt.git we wouldn't need to wait since it has the tag. The problem is that I wasn't able to get |
@Neumann-A Maybe some parameters caused that. You can print the clone command and try it manually on you machine. |
@JackBoosY. I already tried to make it work (e.g. by making --depth 1 and everything optional) but without success (I didn't try very long). |
@JackBoosY Also needs to have tag |
# Conflicts: # ports/qt5-base/CONTROL
adjust vcpkg_from_git to handle tags. add OUT_REF for vcpkg_from_git to enable scriptable update of ports
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: ras0219 <[email protected]>
The mac build failed due to a transient infrastructure issue ( #15584 ). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
# Conflicts: # ports/qt5-base/CONTROL # ports/qt5/CONTROL
…into update_qt_5_15_2
# Conflicts: # ports/qt5-base/CONTROL
Can you please resolve the conflicts? |
# Conflicts: # port_versions/baseline.json # port_versions/q-/qt5.json # ports/qt5/CONTROL
@JackBoosY You probably want to remove |
Let's merge this PR. |
Thanks everyone! |
* Add meson from microsoft/vcpkg#12860 * Add autoconf-archive from microsoft/vcpkg#13081 * Add kf5windowsystem libs from microsoft/vcpkg#13467 * Open the FTP and SFTP ports from microsoft/vcpkg#14412 * Add libxcb-util0-dev from microsoft/vcpkg#14678 * Add libasound2-dev from microsoft/vcpkg#14774 * Remove no longer necessary apt-mark calls. * Update nasm on Linux. * Fix longstanding bug where Storage was publicly accessible and change to generate SAS token rather than File Share * Delete no longer necessary azure storage firewall rules. * Install the newer Windows SDK with the VS installer instead of manually. * Install the VS2015 and VS2017 compilers. * Update Powershell-Core to 7.1.0. * Update source of WDK. * Update pools. * [opentracing] Repair arm64-windows failures caused by mojibake in `expected.hpp` and errors in opentracing-cpp's lint for arm64 where it thinks exceptions are disabled when they are enabled. Fixes: C:\Dev\vcpkg\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\3rd_party\include\opentracing/expected/expected.hpp(1): warning C4828: The file contains a character starting at offset 0x4a77 that is illegal in the current source character set (codepage 65001). Fixes: D:\buildtrees\opentracing\src\b67575dab0-0250653c81.clean\include\opentracing/tracer.h:223:5: error: cannot use 'try' with exceptions disabled [clang-diagnostic-error] try { ^ * [mmloader] Patch out overrides of CMAKE_C_FLAGS and CMAKE_CXX_FLAGS that inserted /WX. Note that this port sets /GS-, possibly because it may be for authoring shellcode. * Bump storage API version to 2020-04-08.
TODO:
qt5-mqtt,test qt5-webengine(mqtt currently missing git tag)closes #14675
depends: #15049Probably requires VM update for linux to be green again. (If somebody could figure out which tests are failing.)Somebody needs to fix qt5-webengine again......the first error is easy the second one not so muchThe error:
ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11' failed.
probably due to:
test config.qtbase_gui.libraries.xcb_util FAILED
so xcb_util needs to be installed within CI(solved)