Bug 112496 - Missing Package Dependencies
Summary: Missing Package Dependencies
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 1
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-21 08:55 UTC by Jared Quinn
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-12-21 11:55:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.