Bug 2340629 - ibus: FTBFS in Fedora rawhide/f42
Summary: ibus: FTBFS in Fedora rawhide/f42
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F42FTBFS
TreeView+ depends on / blocked
 
Reported: 2025-01-22 20:31 UTC by Fedora Release Engineering
Modified: 2025-01-24 01:34 UTC (History)
2 users (show)

Fixed In Version: ibus-1.5.32~beta1-3.fc42
Clone Of:
Environment:
Last Closed: 2025-01-24 01:34:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (32.00 KB, text/plain)
2025-01-22 20:31 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2025-01-22 20:31 UTC, Fedora Release Engineering
no flags Details
state.log (1.65 KB, text/plain)
2025-01-22 20:31 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2025-01-22 20:31:09 UTC
ibus failed to build from source in Fedora rawhide/f42

https://koji.fedoraproject.org/koji/taskinfo?taskID=127987293


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
Please fix ibus at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
ibus will be orphaned. Before branching of Fedora 43,
ibus will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2025-01-22 20:31:12 UTC
Created attachment 2070427 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Fedora Release Engineering 2025-01-22 20:31:14 UTC
Created attachment 2070428 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2025-01-22 20:31:15 UTC
Created attachment 2070429 [details]
state.log

Comment 4 Yaakov Selkowitz 2025-01-22 21:29:45 UTC
ibusenginesimple.c: In function 'check_emoji_table':
ibusenginesimple.c:547:41: error: too many arguments to function 'load_emoji_dict'; expected 0, have 1
  547 |         emoji_dict = priv->emoji_dict = load_emoji_dict (simple);
      |                                         ^~~~~~~~~~~~~~~  ~~~~~~
ibusenginesimple.c:504:1: note: declared here
  504 | load_emoji_dict ()
      | ^~~~~~~~~~~~~~~

This is due to the C23 change in GCC15, see https://gcc.gnu.org/gcc-15/porting_to.html

Also, please note that there are other such issues which are breaking other packages, e.g.:

gf-candidate-popup.c: In function 'update_preedit_text_cb':
gf-candidate-popup.c:124:11: error: too many arguments to function 'ibus_attribute_get_type'; expected 0, have 1
  124 |       if (ibus_attribute_get_type (attribute) != IBUS_ATTR_TYPE_BACKGROUND)
      |           ^~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~
In file included from /usr/include/ibus-1.0/ibus.h:33,
                 from gf-candidate-popup.h:21,
                 from gf-candidate-popup.c:23:
/usr/include/ibus-1.0/ibusattribute.h:177:22: note: declared here
  177 | GType                ibus_attribute_get_type    ();
      |                      ^~~~~~~~~~~~~~~~~~~~~~~


Note You need to log in before you can comment on or make changes to this bug.