Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1105940

Summary: abrt: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: abrt-devel-list, awilliam, dvlasenk, iprikryl, jberan, jfilak, mmilata, mtoman
Target Milestone: ---Keywords: Upstream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: abrt-2.2.1-6.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-10 13:37:04 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:    
Bug Blocks: 1105908    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

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.