Bug 186477

Summary: tcl should require coreutils for "ln -s" in %post
Product: Red Hat Enterprise Linux 3 Reporter: Brian Long <brilong>
Component: tclAssignee: David Cantrell <dcantrell>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: tao
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-24 17:15: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:
Attachments:
Description Flags
kickstart none

Description Brian Long 2006-03-23 19:49:40 UTC
Description of problem:
When Anaconda installs tcl, output from %post is included in /root/install.log:
/var/tmp/rpm-tmp.18514: line 5: ln: command not found
error: %post(tcl-8.3.5-92.4) scriptlet failed, exit status 127

Version-Release number of selected component (if applicable):
tcl-8.3.5-92.4

How reproducible:
Always

Steps to Reproduce:
1. Install tcl via kickstart
2. grep -v Install -B1 /root/install.log
  
Actual results:
Error is display

Expected results:
grep should be empty


Additional info:
Add "Requires(post): coreutils" in spec file.

Comment 1 David Cantrell 2006-03-23 20:20:53 UTC
This problem affects both the tcl and tk packages in RHEL-3.  Easy fix.  Both
packages get a "Requires(post): coreutils".

Adding to the RHEL-8 U8 Proposed list.

Comment 2 Brian Long 2006-03-23 20:39:49 UTC
RHEL 8 seems like a long time to wait for this fix  ;-)

Comment 3 David Cantrell 2006-03-23 20:41:56 UTC
You're right.  I meant RHEL-3 U8.

Comment 10 David Cantrell 2006-03-24 19:22:17 UTC
Can the customer provide the kickstart file used for this installation?

Comment 11 Brad Hinson 2006-03-24 19:49:15 UTC
Created attachment 126662 [details]
kickstart

Comment 12 David Cantrell 2006-03-29 15:18:56 UTC
The install.log file shows several scriplet failures due to missing prereqs. 
Most of those look like Cisco packages.  But there are a number of RHEL base
packages that are not installed early on like they should be.

The kickstart file mentions two package groups that don't exist in RHEL: ECS
Desktop and Lab Tools.  If the comps.xml file has been modified, it's possible
an ordering problem was introduced there.

Comment 13 Brian Long 2006-03-29 15:45:15 UTC
What I don't understand is why I see coreutils installed before tcl, but tcl
complains "ln" is not found.  This is my only concern at the moment.