Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384391 - media-plugins/audacious-plugins-3.0.3: x11-libs/gtk+-3.0.12 makes GtkWidget members private
Summary: media-plugins/audacious-plugins-3.0.3: x11-libs/gtk+-3.0.12 makes GtkWidget m...
Status: RESOLVED DUPLICATE of bug 384185
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 02:03 UTC by Martin von Gagern
Modified: 2011-09-25 11:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (media-plugins:audacious-plugins-3.0.3.emerge--info,6.61 KB, text/plain)
2011-09-25 02:03 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***