https://bugzilla.novell.com/show_bug.cgi?id=742297 https://bugzilla.novell.com/show_bug.cgi?id=742297#c5 --- Comment #5 from Stefan Dirsch <sndirsch@suse.com> 2012-01-24 11:34:33 UTC --- (In reply to comment #4)
i noticed that while installing the new xorg-x11-libs package i could see some warnings in yast, but it was too fast to read.
so i installed the new xorg-x11-libs package again by hand and here are the warnings:
Preparing... ########################################### [100%] 1:xorg-x11-libs ########################################### [100%] /sbin/ldconfig: /usr/lib64/libxcb-reply.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-property.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-icccm.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-keysyms.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-atom.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-event.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-render-util.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-image.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib64/libxcb-aux.so.0 is not a symbolic link
maybe that is the source of this problem.
when the new xorg-x11-libs package is installed file /usr/lib64/libxcb- aux.so.0 is the library file.
Yes, that's one of the fake libraries.
and /usr/lib64/libxcb-util.so.0 is a link to /usr/lib64/libxcb-util.so.0.0.0.
Yes, that's new lib, which replaced all previous libxcb-* libs.
and all libxcb*.so.* library files have the same size of 7693 bytes.
Yes, because they are fake libs, they are that small.
when the old xorg-x11-libs package is installed file /usr/lib64/libxcb-aux.so.0 is a link to /usr/lib64/libxcb-aux.so.0.0.0.
Of course. That's the real lib and a link is created by ldconfig.
and /usr/lib64/libxcb-util.so.0 does not exist, but a broken link from libxcb-util.so to the non existent libxcb-util.so.0 is there.
I guess that's still a dangling symlink being created by ldconfig during installation of the new package. It shouldn't hurt since no lib/application is linked against.
and libxcb-aux.so.0.0.0 has a size of 14512 bytes.
Sure, that's the real lib. You can try to rename the fake libs from "so.[01]" to "so.[01].0.0" and the run ldconfig to create the symlinks, but I don't think this is going to help. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.