Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116777 - nfsmount uses killall but nfs-utils does not depend on psmisc
Summary: nfsmount uses killall but nfs-utils does not depend on psmisc
Status: RESOLVED WORKSFORME
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: 2005-12-26 06:35 UTC by Bruno
Modified: 2005-12-31 01:11 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 Bruno 2005-12-26 06:35:28 UTC
/etc/init.d/nfsmount uses killall to determine if rpc.statd is running, but the ebuild net-fs/nfs-utils which provides nfsmount does not RDEPEND on sys-process/psmisc which provides killall.

If psmisc has not been otherwise installed nfsmount fails to mount NFS shares.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-26 06:38:43 UTC
sys-process/psmisc is in base profile, so should be present pretty much on every system, unless you are using some weird profile. If that's the case, then indicate so here; you neglected to post emerge --info output).
Comment 2 Bruno 2005-12-31 01:11:05 UTC
I had an issue with rsync exclude list (profiles/*/packages got ignored while only portage/packages for bin-pkgs should be ignored) so the addition of psmisc to system never reached my portage tree.

But I would think it is cleaner to set dependecies in the ebuild rather then "depending" on contents of system... In case of removals from system, dependencies will still remain correct, and there should never be problems with minimalist profiles