Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 617444 Details for
Bug 709924
=sys-libs/pam-1.3.1_p20200128 fails to install on prefix: die "Aborting due to QA concerns: there are files installed outside the prefix"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pam.patch
pam.patch (text/plain), 1.09 KB, created by
Benda Xu
on 2020-03-08 04:25:43 UTC
(
hide
)
Description:
pam.patch
Filename:
MIME Type:
Creator:
Benda Xu
Created:
2020-03-08 04:25:43 UTC
Size:
1.09 KB
patch
obsolete
>commit 2ae2f7b7c63662383c336eab7b3ef832d3b7dcc1 >Author: Benda Xu <heroxbd@gentoo.org> >Date: Sun Mar 8 11:39:44 2020 +0800 > > sys-libs/pam: support Prefix. > > On Prefix, pass the corrected directories to configure. > > Closes: https://bugs.gentoo.org/709924 > Closes: https://bugs.gentoo.org/699188 > Closes: https://bugs.gentoo.org/699526 > Bug: https://bugs.gentoo.org/695966 > Package-Manager: Portage-2.3.88, Repoman-2.3.18 > Signed-off-by: Benda Xu <heroxbd@gentoo.org> > >diff --git a/sys-libs/pam/pam-1.3.1_p20200128.ebuild b/sys-libs/pam/pam-1.3.1_p20200128.ebuild >index b72c11360763..fca700457b03 100644 >--- a/sys-libs/pam/pam-1.3.1_p20200128.ebuild >+++ b/sys-libs/pam/pam-1.3.1_p20200128.ebuild >@@ -59,8 +59,10 @@ multilib_src_configure() { > > local myconf=( > --with-db-uniquename=-$(db_findver sys-libs/db) >+ --with-xml-catalog="${EPREFIX}"/etc/xml/catalog > --enable-securedir="${EPREFIX}"/$(get_libdir)/security >- --libdir=/usr/$(get_libdir) >+ --libdir="${EPREFIX}"/usr/$(get_libdir) >+ --exec-prefix="${EPREFIX}" > --disable-prelude > --enable-doc > $(use_enable audit)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 709924
:
614096
|
617440
|
617442
| 617444