Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18181 - `kill` is provided by util-linux procps and coreutils
Summary: `kill` is provided by util-linux procps and coreutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 6556 32607 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-25 17:32 UTC by Jon Portnoy (RETIRED)
Modified: 2003-12-08 03:56 UTC (History)
5 users (show)

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 Jon Portnoy (RETIRED) gentoo-dev 2003-03-25 17:32:48 UTC
[avenj@cerberus avenj]$ qpkg -f `which kill`
sys-apps/procps *
sys-apps/util-linux *

We should probably figure out which one of these is the one we want to have.
Most people will be using bash's internal `kill` command anyway, so it's not
particularly urgent.
Comment 1 Brandon Low (RETIRED) gentoo-dev 2003-04-17 12:37:00 UTC
The situation was worse than you thought :) there are about a half dozen of the things it seems :-D

I'll see what changes WRT to this when we switch to coreutils, and then resolve which to keep and where to keep it and all that.

lost root # qpkg -f /usr/bin/kill
sys-apps/sh-utils *
lost root # qpkg -f /bin/kill
sys-apps/procps *
sys-apps/util-linux *
lost root # 
Comment 2 Brandon Low (RETIRED) gentoo-dev 2003-04-19 11:03:09 UTC
*** Bug 6556 has been marked as a duplicate of this bug. ***
Comment 3 humillo 2003-08-05 06:35:54 UTC
coreutils has recently become a dependency on my system and its the third ebuild to provide /bin/kill.

So now its tripiclated.
Comment 4 Brandon Low (RETIRED) gentoo-dev 2003-09-28 13:27:16 UTC
I believe we should add "touch /bin/kill" to procps ebuild in the pkg_preinst
portion, and then make sure that it doesn't actually install kill, leave
coreutils to install kill.

This I say becaose procps' version of kill is not in the latest 2.0 version.

Comment 5 Radek Podgorny 2003-10-27 09:08:32 UTC
# etcat -b /bin/kill
Searching for /bin/kill in * ...
sys-apps/coreutils-5.0-r3
sys-apps/procps-3.1.9
sys-apps/util-linux-2.11z-r6

(not mentioning the obsolete *utils)

...this is a real mess... :-(

Radek
Comment 6 SpanKY gentoo-dev 2003-11-03 11:37:55 UTC
*** Bug 32607 has been marked as a duplicate of this bug. ***
Comment 7 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-06 22:24:38 UTC
procps is what I'm going to force to install /bin/kill, I'm removing it from coreutils and util-linux
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-08 03:56:07 UTC
fixed with the recent bumps of coreutils and procps. 

coreutils will no longer compile su, kill, groups, hostname and uptime (where shadow and procps will provide the appropriate ones).  additionally, util-linux will not compile kill either.