-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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/6.5.x: Only output a warning when using GCC 9 #19339
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/qt//'. 👋 @ericLemanissier @jwillikers @MartinDelille you might be interested. 😉 |
I detected other pull requests that are modifying qt/6.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 60d6371qt/6.5.2@#ad8aa5c148e592d206cce076c6a3d4fc
qt/6.5.0@#f1e37f8d24ac151cf737727d5c3a0211
qt/6.5.1@#1dd88838057b0529620e1beb119430e4
qt/6.4.2@#766d5a0657c3890b518c22f10f96927b
qt/6.3.2@#3033ca0424cbfaa0c0636c32352b4266
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're checking the possibility of updating to gcc >=9.3 in the CI machines, but some issues arose - let's get this in and check back once an updated version (if any) is added :)
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should be able to build with any version of gcc 9 by applying this patch on qt 6.5.0 to 6.6.0 : https://bugreports.qt.io/secure/attachment/148895/148895_0001-Fix-FTBFS-qt-6.5.0-on-gcc-9.patch
The patch has been reviewed upstream : https://bugreports.qt.io/browse/QTBUG-112920?focusedId=757912&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-757912
Thanks for the insight @ericLemanissier! Let's do that :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. You should also remove the exceptions and warning triggered when the profile has gcc 9
Duh! Thanks! |
Conan v1 pipeline ❌Failure in build 5 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch must also be applied to 6.6.0
Fail explicitly for GCC 9.1 or 9.2 which won't work. Users using any version of GCC 9 may be using newer versions of GCC 9. A warning should suffice in this case, without requiring users to change their settings model. For details, see https://bugreports.qt.io/browse/QTBUG-112920
This reverts commit 7e50ff3.
7a05e3d
to
b207b6a
Compare
Closing as it looks as though this check was removed entirely. |
Fail explicitly for GCC 9.1 or 9.2 which won't work. Users using any version of GCC 9 may be using newer versions of GCC 9. A warning should suffice in this case, without requiring users to change their settings model to incorporate minor version numbers of the compiler. For details, see https://bugreports.qt.io/browse/QTBUG-112920
Specify library name and version: qt/6.5.x