Bug 2380644
| Summary: | ibus-qt: FTBFS with change proposal CMake 4.0 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Le <fedora> |
| Component: | ibus-qt | Assignee: | fujiwara <tfujiwar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | i18n-bugs, tfujiwar |
| Target Milestone: | --- | Flags: | tfujiwar:
mirror+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ibus-qt-1.3.4-16.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-07-25 14:06:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2376114 | ||
|
Description
Cristian Le
2025-07-16 10:38:13 UTC
Add a tentative patch https://src.fedoraproject.org/rpms/ibus-qt/blob/rawhide/f/ibus-qt-HEAD.patch LGTM, assuming you searched for all `cmake_minimum_required` and `cmake_policy` usages. Was not aware that `execute_process` pipes each command; learn a CMake quirk everyday. (In reply to Cristian Le from comment #2) > LGTM, assuming you searched for all `cmake_minimum_required` and > `cmake_policy` usages. Thank you for the quick review. I may need to think to separate builds of ibus-qt production and development versions to treat the future cmake policies but I'm fine not to set the max version at present. > Was not aware that `execute_process` pipes each command; learn a CMake quirk everyday. Yeah, I noticed it today. Upstreamed the patch https://github.com/ibus/ibus-qt/issues/6 |