Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195325 - sys-libs/glibc - nscd needs sys-apps/coreutils dependency
Summary: sys-libs/glibc - nscd needs sys-apps/coreutils dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 07:36 UTC by DiezelMax
Modified: 2007-10-10 07:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.