FS#19252 - mplayer relies on libkrb5.so.25 but the latest one provided by heimdal is libkrb5.so.26

Attached to Project: Arch Linux
Opened by azure (azure) - Monday, 26 April 2010, 10:06 GMT
Last edited by Andrea Scarpino (BaSh) - Monday, 26 April 2010, 11:03 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
mplayer requires libkrb5.so.25
current one is libkrb5.so.26 and it is provided with heimdal 1.3.2-1


Additional info:
* package version(s)
* config and/or log files etc.

$ mplayer
mplayer: error while loading shared libraries: libkrb5.so.25: cannot open shared object file: No such file or directory

$ pacman -Ql heimdal |grep libkrb
heimdal /usr/lib/libkrb5.a
heimdal /usr/lib/libkrb5.so
heimdal /usr/lib/libkrb5.so.26
heimdal /usr/lib/libkrb5.so.26.0.0


Steps to reproduce:
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Monday, 26 April 2010, 11:03 GMT
Reason for closing:  Not a bug
Additional comments about closing:  do a full system update
Comment by azure (azure) - Monday, 26 April 2010, 10:07 GMT
x86_64 arch, if it is important
Comment by Andrea Scarpino (BaSh) - Monday, 26 April 2010, 10:13 GMT
Is your system up-to-date?

$ ldd /usr/bin/mplayer | grep libkrb
libkrb5.so.26 => /usr/lib/libkrb5.so.26

mplayer 31040-1
Comment by azure (azure) - Monday, 26 April 2010, 10:16 GMT
Name : mplayer
Version : 31040-1

$ ldd /usr/bin/mplayer | grep libkrb
libkrb5.so.25 => not found
libkrb5.so.26 => /usr/lib/libkrb5.so.26 (0x00007fd1d9368000)

WOW! wtf?
Comment by Allan McRae (Allan) - Monday, 26 April 2010, 10:24 GMT
It is one of the deps you need to update. As said in the pacman bug report, do a full system update...

Loading...