Bug 1105940
| Summary: | abrt: FTBFS in rawhide | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> | ||||||||
| Component: | abrt | Assignee: | Jakub Filak <jfilak> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | 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
Dennis Gilmore
2014-06-09 02:07:43 UTC
Created attachment 903417 [details]
build.log
Created attachment 903418 [details]
root.log
Created attachment 903419 [details]
state.log
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).
Upstream commit https://github.com/abrt/abrt/commit/4f468492682212eeff91a4d7e35e868820d05c9b fixes this bug. |