Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253654 - mail-client/claws-mail depends automagically on dbus-glib
Summary: mail-client/claws-mail depends automagically on dbus-glib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 02:15 UTC by Christian Glindkamp
Modified: 2009-01-04 13:35 UTC (History)
2 users (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 Christian Glindkamp 2009-01-04 02:15:56 UTC
When building claws-mail, it enables support for dbus, if dbus-glib is installed. When dbus-glib not found, it disables support for dbus. I would suggest to add the dbus useflag and force dbus off with --disable-dbus if the useflag is not set. All versions in portage seem to be affected by this.

Steps to reproduce:
1. ensure that dbus-glib is installed
2. emerge claws-mail
3. emerge -C dbus-glib
4. claws-mail is unable to start
5. emerge claws-mail
6. claws-mail is working again
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2009-01-04 12:03:27 UTC
I will introduce a dbus USE flag which will handle this.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2009-01-04 13:35:25 UTC
Done