Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 65645 Details for
Bug 85069
sys-libs/pam-0.78-r2 fails to install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adds verbose output of the error
pam-0.78-r2.ebuild.verbose-patch (text/plain), 1.26 KB, created by
plasmagunman
on 2005-08-11 02:58:53 UTC
(
hide
)
Description:
adds verbose output of the error
Filename:
MIME Type:
Creator:
plasmagunman
Created:
2005-08-11 02:58:53 UTC
Size:
1.26 KB
patch
obsolete
>--- pam-0.78-r2.ebuild 2005-08-11 10:52:47.000000000 +0200 >+++ pam-0.78-r2.ebuild.new 2005-08-11 11:46:30.000000000 +0200 >@@ -294,14 +294,20 @@ > echo > die "${mod_name} module did not build." > fi >- if [[ -n $(ldd "${sec_dir}/${mod_name}"*.so 2>&1 | \ >- grep "/usr/lib/" | \ >- grep "/usr/$(get_libdir)/" | \ >- grep -v "/usr/lib/gcc" | \ >- grep -v "/usr/$(get_libdir)/gcc" | \ >- grep -v "libsandbox") ]] ; then >+ local usr_dependencies=$( >+ ldd "${sec_dir}/${mod_name}"*.so 2>&1 | \ >+ grep "/usr/lib/" | \ >+ grep "/usr/$(get_libdir)/" | \ >+ grep -v "/usr/lib/gcc" | \ >+ grep -v "/usr/$(get_libdir)/gcc" | \ >+ grep -v "libsandbox") >+ if [[ -n ${usr_dependencies} ]] ; then > echo >- eerror "ERROR: ${mod_name} have dependencies in /usr." >+ eerror "ERROR: ${mod_name} has dependencies in /usr: $(echo ${usr_dependencies} | awk '{print $3}')" >+ eerror " Perhaps updating/recompiling the package owning the offending" >+ eerror " file(s) would help." >+ eerror " It is also possible that the file has been left behind and does not" >+ eerror " belong to any package, and should be removed." > echo > die "${mod_name} have dependencies in /usr." > fi
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 85069
:
53356
| 65645