Bug 112496

Summary: Missing Package Dependencies
Product: [Fedora] Fedora Reporter: Jared Quinn <redhatbugs>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 1CC: twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-12-21 11:55:47 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:

Description Jared Quinn 2003-12-21 08:55:54 UTC
bash appears to have a dependency on glibc-2.3 which is not 
identified in the rpm package.

bash will install and run properly until commands are executed which 
will produce the following error;

/bin/bash: relocation error: /bin/bash: symbol __ctype_b_loc, version 
GLIBC_2.3 not defined in file libc.so.6 with link time reference

Version-Release number of selected component (if applicable):
2.05b-33

The bash package should have a dependancy on the required version of 
glibc.

Comment 1 Tim Waugh 2003-12-21 11:27:13 UTC
I understood that glibc's symbol versioning was supposed to take care
of this.  Jakub?

Comment 2 Jakub Jelinek 2003-12-21 11:55:47 UTC
bash has dependency on glibc-2.3:
rpm -qp --requires ./bash-2.05b-33.i386.rpm  | grep GLIBC_2.3
libc.so.6(GLIBC_2.3)