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

Bug 699188

Summary: pam-1.3.1-r1.ebuild installs outside Prefix
Product: Gentoo/Alt Reporter: Steven Trogdon <strogdon>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=709924
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the emerge --info output
pam-fix-prefix.patch

Description Steven Trogdon 2019-11-02 22:24:52 UTC
From build.log

   usr/lib64/libpam_misc.la
 * QA Notice: the following files are outside of the prefix:
 * /usr
 * /usr/lib64
 * /usr/lib64/libpam.so.0.84.2
 * /usr/lib64/libpam.la
 * /usr/lib64/libpam.so
 * /usr/lib64/libpam_misc.so.0
 * /usr/lib64/libpamc.so.0
 * /usr/lib64/libpam_misc.la
 * /usr/lib64/libpam_misc.so
 * /usr/lib64/libpam.so.0
 * /usr/lib64/libpamc.so.0.82.1
 * /usr/lib64/libpam_misc.so.0.82.1
 * /usr/lib64/libpamc.la
 * /usr/lib64/libpamc.so
 * ERROR: sys-libs/pam-1.3.1-r1::gentoo failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix
Comment 1 wgjak47 2019-12-28 01:18:30 UTC
Created attachment 601468 [details]
the emerge --info output
Comment 2 wgjak47 2019-12-28 01:19:51 UTC
I have the same problem and you can find my emerge --info on attachments
Comment 3 gerion 2020-02-12 11:56:14 UTC
Error is already present in sys-libs/pam-1.3.1_p20200128
Comment 4 gerion 2020-02-12 11:56:49 UTC
s/already/still/
Comment 5 gerion 2020-02-12 12:09:14 UTC
Created attachment 613446 [details, diff]
pam-fix-prefix.patch

This seems to fix the issue.
Comment 6 Larry the Git Cow gentoo-dev 2020-03-12 16:12:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fee95b96c9d684c3b992f7e154c9d12e6636ab

commit e4fee95b96c9d684c3b992f7e154c9d12e6636ab
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2020-03-12 16:07:51 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2020-03-12 16:12:16 +0000

    sys-libs/pam: Add prefix support
    
    Closes: https://bugs.gentoo.org/709924
    Closes: https://bugs.gentoo.org/699188
    Closes: https://bugs.gentoo.org/699526
    Bug: https://bugs.gentoo.org/695966
    Thanks-to: Benda Xu <heroxbd@gentoo.org>
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>

 sys-libs/pam/pam-1.3.1_p20200128.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 7 Benda Xu gentoo-dev 2020-03-13 01:16:18 UTC
Thank you so much, Mikle!