Bug 251410 - libtcl8.4.so lacks an SONAME record
Summary: libtcl8.4.so lacks an SONAME record
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tcl
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-08 19:46 UTC by Stepan Kasal
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-09 08:23:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stepan Kasal 2007-08-08 19:46:34 UTC
In tcl-8.4.15-1.fc8, libtcl8.4.so contains no SONAME record.  Run
  objdump -p /usr/lib/libtcl8.4.so | grep SONAME
to verify this.

This implies that incorrect library name will be recorded in the NEEDED fiels of
 executables linked against this library.
The library is typically found through the symlink /usr/lib/libtcl.so, thus the
resulting binary has "NEEDED libtcl.so".
This info is picked by find-provides, so one of the symptoms is a broken require
in the resulting rpm.
See http://www.redhat.com/archives/fedora-devel-list/2007-August/msg00471.html
for an example.


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