Bug 216476

Summary: glibc - something messy in specs for glibc-devel
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
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-11-20 18:48:01 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 Michal Jaegermann 2006-11-20 18:28:20 UTC
Description of problem:

# rpm -V glibc-devel
missing     /usr/lib/librt.so.1

Indeed, 'rpm -qvl glibc-devel | grep /librt' shows
/usr/lib/librt.so.1 -> librtkaio.so

The catch is that there is no /usr/lib/librtkaio.so.  One can
find /usr/lib/librtkaio.a and /lib/rtkaio/librtkaio-2.5.so and
/lib/rtkaio/i686/nosegneg/librtkaio-2.5.so (that last one on 'i686')
but no librtkaio.so anywhere so that link is difficult to "repair".

Consequences for linking with -lrt are easy to predict although
a presence of /usr/lib/librt.a, interestingly enough different than
/usr/lib/librtkaio.a, surely helps. :-)

Version-Release number of selected component (if applicable):
glibc-2.5-3

Comment 1 Jakub Jelinek 2006-11-20 18:48:01 UTC

*** This bug has been marked as a duplicate of 213555 ***