Bug 17981 - wine rpm installs "dead" links
Summary: wine rpm installs "dead" links
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Powertools
Classification: Retired
Component: wine
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-09-30 23:04 UTC by Hans Erickson
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-02 21:18:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Hans Erickson 2000-09-30 23:04:22 UTC
(Note:  This bug was filed under the component "redhat-release" because
"wine" did not show up in the list of components.)

When installing wine from the RedHat 7.0 install disk, it appears that some
files are missing.  The following is a transcript of an attempt to install
from the command line.
----------
[root@phobos RPMS]# rpm --install wine-20000725-2.i386.rpm 
/sbin/ldconfig: Input file /usr/lib/libwinspool.so not found.

/sbin/ldconfig: Input file /usr/lib/libwindebug.so not found.

/sbin/ldconfig: Input file /usr/lib/libwin87em.so not found.

/sbin/ldconfig: Input file /usr/lib/libwin32s.so not found.

/sbin/ldconfig: Input file /usr/lib/libmsacm.so not found.

----------

After this, doing a directory listing of /usr/lib indicates the following
"dead" links:
lrwxrwxrwx    1 root     root           15 Jun 11 01:35 libmsacm.so ->
libmsacm.so.1.0
lrwxrwxrwx    1 root     root           16 Jun 11 01:35 libwin32s.so ->
libwin32s.so.1.0
lrwxrwxrwx    1 root     root           17 Jun 11 01:35 libwin87em.so ->
libwin87em.so.1.0
lrwxrwxrwx    1 root     root           18 Jun 11 01:35 libwindebug.so ->
libwindebug.so.1.0
lrwxrwxrwx    1 root     root           18 Jun 11 01:35 libwinspool.so ->
libwinspool.so.1.0

Comment 1 Bill Nottingham 2000-10-02 21:18:23 UTC
This is most likely just a cosmetic issue of wine and
wine-devel both being installed, and the .soname changing
between the two packages.

Comment 2 Bernhard Rosenkraenzer 2000-10-12 18:34:01 UTC
Fixed in the current version (20001011).


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