Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742302 - games-board/xboard - Failed to load module "canberra-gtk-module"
Summary: games-board/xboard - Failed to load module "canberra-gtk-module"
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-13 08:50 UTC by Martin Cihlář
Modified: 2020-09-13 09:15 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Cihlář 2020-09-13 08:50:05 UTC
Xboard uses libcanberra for sound effects but since it's still based on GTK+ 2 and I have USE="gtk3 -gtk" for media-libs/libcanberra, I get the following warning:
> Gtk-Message: 10:21:29.616: Failed to load module "canberra-gtk-module" 

I suggest maybe having a "sound" USE flag and something like this in the ebuild's RDEPEND:
"sound? ( media-libs/libcanberra[gtk] )"

Or maybe a hard dep with no USE flag at all...