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

Bug 195325

Summary: sys-libs/glibc - nscd needs sys-apps/coreutils dependency
Product: Gentoo Linux Reporter: DiezelMax <max>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description DiezelMax 2007-10-10 07:36:44 UTC
nscd service script need stat command for running properly, glibc doesn't has dependency on it
line:
if [ -z "${NSCD_PERMS_OK}" ] && [ "$(stat -c %a /var/run/nscd)" != "755" ] ; then

Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-10 07:42:16 UTC
You cannot have a linux system without sys-apps/coreutils.