Bug 434619 - mesa-libOSMesa: Shared library is not a symlink
Summary: mesa-libOSMesa: Shared library is not a symlink
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mesa
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-23 13:51 UTC by Horst H. von Brand
Modified: 2008-03-04 16:38 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-03-03 05:32:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Horst H. von Brand 2008-02-23 13:51:00 UTC
Description of problem:
When updating I get:

  Updating  : mesa-libOSMesa               ##################### [ 83/913] 
  /sbin/ldconfig: /usr/lib/libOSMesa32.so.6 is not a symbolic link

Version-Release number of selected component (if applicable):
mesa-libOSMesa-7.1-0.16.fc9.i386

How reproducible:
Each time ldconfig runs ;-)


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
Note that mesa-libOSMesa is not in the bugzilla package list

Comment 1 Michal Jaegermann 2008-02-23 16:36:36 UTC
In case of x86_64 there are complaints about
/usr/lib64/libOSMesa16.so.6
/usr/lib64/libOSMesa32.so.6
/usr/lib64/libOSMesa.so.6
It looks like that ldconfig has indeed reasons to be unhappy.


Comment 2 Charles R. Anderson 2008-02-24 19:56:57 UTC
I saw the same thing during the yum update process when ldconfig was run
automatically in %post scripts etc., but now it doesn't happen anymore with
manual ldconfig runs:

# uname -m
x86_64

# ldconfig -v 2>&1 | grep -i libOSMesa
	libOSMesa32.so.6 -> libOSMesa32.so.6
	libOSMesa.so.6 -> libOSMesa.so.6
	libOSMesa16.so.6 -> libOSMesa16.so.6

# rpm -V mesa-libOSMesa-7.1-0.16.fc9.x86_64
# ls -l /usr/lib64/libOSMesa*
-rwxr-xr-x 1 root root 2418928 2008-02-21 15:30 /usr/lib64/libOSMesa16.so.6
-rwxr-xr-x 1 root root 2390544 2008-02-21 15:30 /usr/lib64/libOSMesa32.so.6
-rwxr-xr-x 1 root root 2456368 2008-02-21 15:30 /usr/lib64/libOSMesa.so.6


Comment 3 Adam Jackson 2008-03-04 16:38:15 UTC
Fixed in rawhide as of mesa 7.1-0.19 or so.


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