Bug 2504692

Summary: subtitleeditor: FTBFS in Fedora rawhide/f45
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: subtitleeditorAssignee: Dominik 'Rathann' Mierzejewski <dominik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dominik, multimedia-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: subtitleeditor-0.56.2-5.fc45 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-07-24 11:13:25 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: 2502740    
Bug Blocks: 2433833    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2026-07-21 21:56:39 UTC
subtitleeditor failed to build from source in Fedora rawhide/f45

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
Please fix subtitleeditor 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,
subtitleeditor will be orphaned. Before branching of Fedora 46,
subtitleeditor 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 2026-07-21 21:56:46 UTC
Created attachment 2151838 [details]
build.log

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

Comment 2 Fedora Release Engineering 2026-07-21 21:56:51 UTC
Created attachment 2151839 [details]
root.log

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

Comment 3 Fedora Release Engineering 2026-07-21 21:56:54 UTC
Created attachment 2151840 [details]
state.log

Comment 4 Dominik 'Rathann' Mierzejewski 2026-07-22 10:58:32 UTC
This is a bug in glibmm2.4 and/or glib2:

[...]
In file included from /usr/include/giomm-2.4/giomm.h:44,
                 from /usr/include/gtkmm-3.0/gtkmm.h:99,
                 from utility.h:27,
                 from cfg.cc:26:
/usr/include/giomm-2.4/giomm/dbusactiongroup.h:32:7: error: conflicting declaration 'using GDBusActionGroupClass = struct _GDBusActionGroupClass'
   32 | using GDBusActionGroupClass = struct _GDBusActionGroupClass;
      |       ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glibmm-2.4/glibmm/value.h:24,
                 from /usr/include/glibmm-2.4/glibmm/error.h:22,
                 from /usr/include/glibmm-2.4/glibmm/thread.h:48,
                 from /usr/include/glibmm-2.4/glibmm.h:103,
                 from cfg.h:23,
                 from cfg.cc:21:
/usr/include/glib-2.0/gio/gdbusactiongroup.h:36:23: note: previous declaration as 'typedef struct GDBusActionGroupClass GDBusActionGroupClass'
   36 | G_DECLARE_FINAL_TYPE (GDBusActionGroup, g_dbus_action_group, G, DBUS_ACTION_GROUP, GObject)
      |                       ^~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1612:54: note: in definition of macro 'G_DECLARE_FINAL_TYPE'
 1612 |   typedef struct { ParentName##Class parent_class; } ModuleObjName##Class;                               \
      |                                                      ^~~~~~~~~~~~~
In file included from /usr/include/giomm-2.4/giomm.h:73:
/usr/include/giomm-2.4/giomm/emblem.h:31:7: error: conflicting declaration 'using GEmblemClass = struct _GEmblemClass'
   31 | using GEmblemClass = struct _GEmblemClass;
      |       ^~~~~~~~~~~~
/usr/include/glib-2.0/gio/gemblem.h:35:23: note: previous declaration as 'typedef struct GEmblemClass GEmblemClass'
   35 | G_DECLARE_FINAL_TYPE (GEmblem, g_emblem, G, EMBLEM, GObject)
      |                       ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:1612:54: note: in definition of macro 'G_DECLARE_FINAL_TYPE'
 1612 |   typedef struct { ParentName##Class parent_class; } ModuleObjName##Class;                               \
      |                                                      ^~~~~~~~~~~~~
utility.h: In function 'bool from_string(const std::string&, T&)':
utility.h:64:68: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
   64 |       se_dbg_msg(SE_DBG_UTILITY, "string:'%s'failed.", src.c_str());
      |                                                                    ^
utility.h: In function 'bool from_string(const Glib::ustring&, T&)':
utility.h:80:68: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
   80 |       se_dbg_msg(SE_DBG_UTILITY, "string:'%s'failed.", src.c_str());
      |                                                                    ^
make[2]: *** [Makefile:1075: libsubtitleeditor_la-cfg.lo] Error 1