Bug 469277

Summary: /etc/profile.d/colorls.* uses "tput" command, coreutils missing Requires: ncurses
Product: [Fedora] Fedora Reporter: Charles R. Anderson <cra>
Component: coreutilsAssignee: Ondrej Vasik <ovasik>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: kdudka, ovasik, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: coreutils-6.12-17.fc10 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-03 17:34:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 438944    

Description Charles R. Anderson 2008-10-31 01:35:55 UTC
Description of problem:

/etc/profile.d/colorls.{sh,csh} uses the "tput" command.  "tput" is provided by ncurses.  ncurses isn't explicitly required by coreutils, and nothing else seems to be pulling it in on a default F10 install.  Hence, when new tcsh shells are spawned, I get an error:

tput: Command not found.

Other commands in ncurses are also pretty basic and should probably always be installed, like "clear" and "reset".

Version-Release number of selected component (if applicable):
coreutils-6.12-16.fc10.i386

Comment 1 Ondrej Vasik 2008-10-31 06:46:15 UTC
Thanks for report, I thought ncurses package was on exception list(no requires needed) as it was required by bash and coreutils at least (I guess even more packages). Will check that - and possibly add this Requires: ncurses.

Comment 2 Ondrej Vasik 2008-11-03 11:35:55 UTC
Commited to CVS and built as coreutils-6.12-17.fc10 ... Tagging for F10-final requested at https://fedorahosted.org/rel-eng/ticket/956 - waiting for decision.

Comment 3 Ondrej Vasik 2008-11-03 17:34:30 UTC
Tagged -> fixed ...