Bug 1105940 - abrt: FTBFS in rawhide
Summary: abrt: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Filak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F21FTBFS
TreeView+ depends on / blocked
 
Reported: 2014-06-09 02:07 UTC by Dennis Gilmore
Modified: 2016-12-01 00:47 UTC (History)
8 users (show)

Fixed In Version: abrt-2.2.1-6.fc21
Clone Of:
Environment:
Last Closed: 2014-06-10 13:37:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (140.25 KB, text/plain)
2014-06-09 02:07 UTC, Dennis Gilmore
no flags Details
root.log (131.91 KB, text/plain)
2014-06-09 02:07 UTC, Dennis Gilmore
no flags Details
state.log (1.05 KB, text/plain)
2014-06-09 02:07 UTC, Dennis Gilmore
no flags Details

Description Dennis Gilmore 2014-06-09 02:07:43 UTC
Your package abrt failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=6932451

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Comment 1 Dennis Gilmore 2014-06-09 02:07:46 UTC
Created attachment 903417 [details]
build.log

Comment 2 Dennis Gilmore 2014-06-09 02:07:49 UTC
Created attachment 903418 [details]
root.log

Comment 3 Dennis Gilmore 2014-06-09 02:07:50 UTC
Created attachment 903419 [details]
state.log

Comment 4 Adam Williamson 2014-06-09 23:18:00 UTC
abrt-config-widget.c: In function 'abrt_config_widget_init':
abrt-config-widget.c:283:5: error: 'gtk_widget_reparent' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:773) [-Werror=deprecated-declarations]
     gtk_widget_reparent(WID("grid"), GTK_WIDGET(self));

upstream docs https://developer.gnome.org/gtk3/unstable/GtkWidget.html#gtk-widget-reparent :

"gtk_widget_reparent has been deprecated since version 3.14. and should not be used in newly-written code.

Use gtk_container_remove() and gtk_container_add()."

(we're on 3.13 in Rawhide, which is the unstable series for 3.14 - I think the deprecation was actually introduced in 3.13.2).

Comment 5 Jakub Filak 2014-06-10 13:12:51 UTC
Upstream commit https://github.com/abrt/abrt/commit/4f468492682212eeff91a4d7e35e868820d05c9b fixes this bug.


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