Bug 2504692
| Summary: | subtitleeditor: FTBFS in Fedora rawhide/f45 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | subtitleeditor | Assignee: | Dominik 'Rathann' Mierzejewski <dominik> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | 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
Fedora Release Engineering
2026-07-21 21:56:39 UTC
Created attachment 2151838 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2151839 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2151840 [details]
state.log
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
|