Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 384391

Summary: media-plugins/audacious-plugins-3.0.3: x11-libs/gtk+-3.0.12 makes GtkWidget members private
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Martin von Gagern 2011-09-25 02:03:52 UTC
Created attachment 287643 [details]
emerge --info

aosd_ui.c: In function ‘aosd_cb_configure_position_expose’:
aosd_ui.c:102:23: error: ‘GtkWidget’ has no member named ‘window’
aosd_ui.c:103:28: error: ‘GtkWidget’ has no member named ‘style’
Failed to compile aosd_ui.c (plugin)!

I guess there should be a USE flag to enable or disable this plugin in the first place, in order to avoid automagic configuration which is not the Gentoo way.

In order to compile successfully against gtk+-3.0.12, access to those members would have to be changed to something more up to date.
Comment 1 Rafał Mużyło 2011-09-25 11:27:22 UTC
This is due to an error in the ebuild, that was "solved" by dropping gtk2 support.

*** This bug has been marked as a duplicate of bug 384185 ***