FS#28728 - [skype] 2.2.0.35-2 doesn't start

Attached to Project: Community Packages
Opened by Dominik (Dominik) - Thursday, 01 March 2012, 12:47 GMT
Last edited by Ionut Biru (wonder) - Thursday, 01 March 2012, 16:28 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

Skype doesn't start anymore on my x86_64. I think a change on libpng or qt is the reason. I could remember that last week I could start skype without problems.


Additional info:

~]$ pacman -Qs libpng
extra/libpng 1.5.9-1 [Installiert]
A collection of routines used to create PNG format graphics files
community/lib32-libpng 1.5.9-2 [Installiert]
A collection of routines used to create PNG format graphics files (32-bit)

~]$ pacman -Qs skype
local/skype 2.2.0.35-2
P2P software for high-quality voice communication


Steps to reproduce:

Try to start skype and get an error about libpng14 lib.

~]$ skype
skype: error while loading shared libraries: libpng14.so.14: cannot open shared object file: No such file or directory

~]$ ls -l /usr/lib32/libpng*
-rw-r--r-- 1 root root 239172 29. Feb 13:48 /usr/lib32/libpng15.a
lrwxrwxrwx 1 root root 18 29. Feb 13:48 /usr/lib32/libpng15.so -> libpng15.so.15.9.0
lrwxrwxrwx 1 root root 18 29. Feb 13:48 /usr/lib32/libpng15.so.15 -> libpng15.so.15.9.0
-rwxr-xr-x 1 root root 194388 29. Feb 13:48 /usr/lib32/libpng15.so.15.9.0
lrwxrwxrwx 1 root root 10 29. Feb 13:48 /usr/lib32/libpng.a -> libpng15.a
lrwxrwxrwx 1 root root 11 29. Feb 13:48 /usr/lib32/libpng.so -> libpng15.so


If I create a libpng14.so.14 symlink to libpng15.so.15.9.0 than I'll get an error about QtGui.

~]$ skype
skype: /usr/lib32/libpng14.so.14: version `PNG14_0' not found (required by /usr/lib32/libQtGui.so.4)
This task depends upon

Closed by  Ionut Biru (wonder)
Thursday, 01 March 2012, 16:28 GMT
Reason for closing:  Not a bug
Comment by Laurent Carlier (lordheavy) - Thursday, 01 March 2012, 13:04 GMT Comment by Dominik (Dominik) - Thursday, 01 March 2012, 16:01 GMT
Thank you for the fast answer and sorry.
Looks like my search at the bugtracker didn't find the other bug that was already reported.

I had the same problem. multilib was disabled for some reason and I don't know why because I didn't changed anything for month.
Solution was to enable it again and get the current updates. Now skype is running as expected.
Comment by Ionut Biru (wonder) - Thursday, 01 March 2012, 16:28 GMT
maybe you did mv /etc/pacman.conf.pacnew /etc/pacman.conf which is a wrong way of handling pacnew files.

Loading...