-
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
fixes for linking with qtwebengine and qtpdf in qt/6.4.x #15472
Conversation
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. |
An internal error occurred and just restarted this CI build now. |
Conan v1 pipeline ✔️All green in build 2 (
Conan v2 pipeline (informative, not required for merge) ❌Failure in build 1 (
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. |
Hooks produced the following warnings for commit baa3cccqt/6.4.2
qt/6.4.1
qt/6.2.4
qt/6.3.2
|
if not self.options.with_glib: | ||
# it's not really needed, it's only for the pdf reader inside of chromium | ||
raise ConanInvalidConfiguration("option qt:webengine requires also qt:with_glib on Linux") |
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.
if it's not actually required, please don't raise an exception. It will break some users which don't care about pdf reader.
Instead, you could either print a warning message, or add an option to the recipe for the pdf reader.
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.
I understand.
At the moment, the qtpdf is automatically brought in when compiling the qtwebengine and I don't know how to explicitly disable it. Since it's automatically brought it, it does make it a required component in that sense, but if there was a away to disable qtpdf, then it would become optional.
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.
My impression has been that qtpdf is really a portion of qtwebengine.
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.
I can see why you say that.
So just to confirm that I understand, the suggestion is that I expose the qtpdf module as a build option in conan add that extra check in the validatiion for glib?
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: qt/6.4.x
These changes addresses the remaining linking issues in #14884