Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126290 - shadow is blocking itself with 'pam' USE flag
Summary: shadow is blocking itself with 'pam' USE flag
Status: VERIFIED DUPLICATE of bug 126014
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 04:58 UTC by tiago caxias
Modified: 2006-03-15 08:02 UTC (History)
1 user (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 tiago caxias 2006-03-15 04:58:40 UTC
I haven't found this reported here yet while searching for "pam-login" and "shadow".
My portage tree was sync'ed from europe a while ago, forgive me if it's already fixed. (? - If it IS a bug...)
[blocks B     ] sys-apps/pam-login (is blocking sys-apps/shadow-4.0.14-r2)
[ebuild   R   ] sys-apps/shadow-4.0.14-r2  USE="nls pam -nousuid -skey" 0 kB

I think that the ebuild for shadow 4.0.14-r2 should be like r1 in line 21:

r2 RDEPEND: 
RDEPEND=">=sys-libs/cracklib-2.7-r3
        pam? ( virtual/pam )
        !sys-apps/pam-login ##################### ########LINE 21
        skey? ( app-admin/skey )
        selinux? ( >=sys-libs/libselinux-1.28 )
        nls? ( virtual/libintl )"

r1 RDEPEND:
RDEPEND=">=sys-libs/cracklib-2.7-r3
        pam? ( virtual/pam )
        !pam? ( !sys-apps/pam-login )##################### LINE 21
        skey? ( app-admin/skey )
        selinux? ( >=sys-libs/libselinux-1.28 )"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-15 05:00:23 UTC

*** This bug has been marked as a duplicate of 126014 ***
Comment 2 Yuri Vasilevski (RETIRED) gentoo-dev 2006-03-15 08:02:10 UTC
As far as I can see, sys-apps/pam-login functionality is embedded in sys-apps/shadow-4.0.14-r2 which makes sys-apps/pam-login redundant.

You should just unmerge pam-login before updating to shadow-4.0.14-r2.