Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63802 - ksh and pdksh both create /bin/ksh and pdksh doesn't complain about wiping out the one that ksh made
Summary: ksh and pdksh both create /bin/ksh and pdksh doesn't complain about wiping ou...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-12 11:02 UTC by Jason
Modified: 2004-09-12 11:59 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 Jason 2004-09-12 11:02:13 UTC
I've got a user who likes ksh, and I besides being amazed with the time it takes to emerge ksh, I discovered that pdksh was perfectly happy to emerge right over the /bin/ksh that ksh had created.

Reproducible: Didn't try
Steps to Reproduce:
1. emerge ksh
2. emerge pdksh
3.
Actual Results:  
the /bin/ksh that the ksh package created was overwitten by the /bin/ksh that
pdksh created.

Expected Results:  
emerge should have complained that the two are mutually exclusive, or put them
in different places, or even just made some noise...
Comment 1 Tavis Ormandy (RETIRED) gentoo-dev 2004-09-12 11:59:51 UTC
I maintain ksh, and block pdksh from there. it looks like pdksh is orphaned (no maintainer), so I'll add the block there.