Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158349 - sys-apps/hal cannot be compiled if dbus-1.xx is installed
Summary: sys-apps/hal cannot be compiled if dbus-1.xx is installed
Status: RESOLVED DUPLICATE of bug 157528
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-17 00:09 UTC by Miroslaw Mieszczak
Modified: 2006-12-17 01:39 UTC (History)
0 users

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 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 ***