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
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.
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
Fixed in rawhide as of mesa 7.1-0.19 or so.