Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289466 - net-wireless/bluez-4.39 requiring pambase?
Summary: net-wireless/bluez-4.39 requiring pambase?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 10:48 UTC by Matteo 'The Peach' Pescarin
Modified: 2009-10-17 17:42 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 Matteo 'The Peach' Pescarin 2009-10-17 10:48:42 UTC
I've tried to update bluez-gnome to version 1.8 and now it depends on net-wireless/bluez (that in turn I don't know if it replaces bluez-libs and bluez-utils).
I don't have PAM, I don't want to install it and I don't think that bluez has its main functionality based on PAM either, probably something wrong with the ebuild?

best regards,
Matteo.
Comment 1 Thorsten Vollmer 2009-10-17 15:41:01 UTC
net-wireless/bluez-4.39-r2 depends on sys-auth/pambase only when USE=consolekit is set.

ChangeLog:
> 20 Sep 2009; Nirbheek Chauhan <nirbheek@gentoo.org> +bluez-4.39-r2.ebuild:
> Add IUSE=consolekit to control pambase dep. Give all rights to users in
> plugdev only if we're not using ConsoleKit. Also, use +consolekit
> (upstream defaults)
Comment 2 Matteo 'The Peach' Pescarin 2009-10-17 17:42:05 UTC
(In reply to comment #1)
> net-wireless/bluez-4.39-r2 depends on sys-auth/pambase only when USE=consolekit
> is set.
> 
I was expecting a use like "pam" instead of "consolekit" 
thanks for the info, I think this solves the bug (is invalid ok?).