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

Bug 158349

Summary: sys-apps/hal cannot be compiled if dbus-1.xx is installed
Product: Gentoo Linux Reporter: Miroslaw Mieszczak <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Miroslaw Mieszczak 2006-12-17 00:09:59 UTC
If there is installed dbus-1.xxx
then hal cannot be installed, because it use dbus_connection_disconnect.
To compile program correctly all calls of above function should be replaced by:
dbus_connection_close.


more information on http://avahi.org/ticket/49

the same problem exists for more applications depend on dbus.
Comment 1 Miroslaw Mieszczak 2006-12-17 00:30:21 UTC
The problem occured also for:
pmount
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-17 01:39:48 UTC

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