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

Bug 883369

Summary: media-libs/openal-1.22.2-r1 automagic dependency on dbus
Product: Gentoo Linux Reporter: Esteve Varela Colominas <esteve.varela>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Esteve Varela Colominas 2022-11-27 23:39:02 UTC
-DALSOFT_REQUIRE_RTKIT defaults to false[1], leaving -DALSOFT_RTKIT and HAVE_RTKIT's value floating depending on whether D-Bus is installed.
D-Bus is dlopen()ed at runtime[2], so this never really results in an issue when uninstalling dbus, but it should be fixed for consistent behavior.

[1]: https://github.com/kcat/openal-soft/blob/master/CMakeLists.txt#L685
[2]: https://github.com/kcat/openal-soft/blob/master/core/dbus_wrap.cpp#L19