-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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] Fix mac build #5624
[qt5] Fix mac build #5624
Conversation
Hi, could you let me know what is failing please? |
Sorry, it failed due to an unrelated problem with our CI infrastructure. At the moment, build logs are not public. |
With this change we are seeing regressions on windows with most ports that depend on qt5-base. On Linux the build is doing something that causes the test VM to become unresponsive and the Azure DevOps agent connection times out so I don't have any results. The qt5-base build on OSX was skipped, usually this is because one of its dependencies failed. I will see if I can figure out which one it is. |
I believe the regressions on windows are now resolved. For me, PR #5359 is required for building on linux |
@seanwarren is qt5 building for you on Linux? because if it is my PR #5364 might become obsolete |
@TheScarfix yes qt5 builds on linux using this PR (although per #4560 qt-declarative fails with a static build) |
Hello, please could I have an update on whats failing in the CI system |
Edit: Message was too long (see comment history for original), in summary the contents were:
|
The commit is included, but the ports didn't get rebuilt after that change so they're reported as still failing. Our CI only rebuilds packages that have been changed, as that commit didn't modify any port, then nothing got rebuilt and reports the previous failure. I've added a whitespace to |
Ah yes of course. OK will bear in find for future reference |
Here are the build results:
I still don't see any new builds passing on Mac. Also, one important thing: please update the CONTROL versions of the modified ports. |
OK it looks like the Sorry about the CONTROL versions - I've bumped |
The build of Since |
This is what I now see in the CI system:
The build failures in the list are not considered regressions because they were previously being skipped so we could accept this PR even with those failures. However you are on a roll, are you interested in investigating these failures as part of this PR? |
I think |
I think I can resolve most of these failures, however some of the fixes might need discussion. |
This PR allows qt5 to be build on mac