Description of problem: pidgin-sipe fails to compile on rawhide with GCC 5.0 on armv7hl due to the following 2 errors reported in gstreamer headers: /usr/include/glib-2.0/gobject/gtype.h:1937:6: error: cast increases required alignment of target type [-Werror=cast-align] ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) ^ /usr/include/glib-2.0/gobject/gtype.h:1937:6: error: cast increases required alignment of target type [-Werror=cast-align] ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) ^ Version-Release number of selected component (if applicable): gcc-5.0.0-0.8.fc22.armv7hl gstreamer-devel-0.10.36-11.fc22.armv7hl glib2-devel-2.43.3-1.fc22.armv7hl How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Added koji URL for failed task. FYI: related to gstreamer bug #1190358
This seems to be an old known problem not a new one for GCC 5.0. Unfortunately the workaround in the code stopped working for GCC 5.0 :-/ Closing as NOTABUG.