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

Bug 445394

Summary: dev-libs/libpwquality : pam_pwquality.so is installed into wrong directory
Product: Gentoo Linux Reporter: Reto Gantenbein (ganto) <reto.gantenbein>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Reto Gantenbein (ganto) 2012-11-30 21:13:36 UTC
When installing dev-libs/libpwquality-1.2.0 with USE="pam" the corresponding PAM module is installed into the wrong directory.

Reproducible: Always

Steps to Reproduce:
USE="pam" emerge libpwquality
Actual Results:  
pam_pwquality.so is installed to /usr/lib64/security

Expected Results:  
pam_pwquality.so should be installed to /lib64/security
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-12-05 08:55:01 UTC
Fixed, thanks for reporting.

>*libpwquality-1.2.0-r1 (05 Dec 2012)
>
>  05 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  +libpwquality-1.2.0-r1.ebuild:
>  Install pam module and library under /lib, not /usr/lib (bug #445394, thanks
>  to Reto Gantenbein (ganto)). Update to EAPI5.
Comment 2 Reto Gantenbein (ganto) 2012-12-05 11:19:21 UTC
Thanks for fixing :-)