FS#12543 - extra/mplayer depends on libhx509.so.3 but core/heimdal provides ......so.4

Attached to Project: Arch Linux
Opened by Julius (metalfan) - Monday, 22 December 2008, 19:19 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 22 December 2008, 22:43 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:


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


Steps to reproduce:
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Monday, 22 December 2008, 22:43 GMT
Reason for closing:  Fixed
Comment by Alessandro Doro (adoroo) - Monday, 22 December 2008, 19:34 GMT
$ ldd `which mplayer` | grep libhx509
libhx509.so.4 => /usr/lib/libhx509.so.4 (0xb5b36000)

Current extra/mplayer (i686): 1.0rc2-9.
Make sure your packages are up to date.
Comment by Ondrej Jirman (megous) - Monday, 22 December 2008, 20:34 GMT
# ldd `which mplayer` | grep libhx509
libhx509.so.3 => not found
libhx509.so.4 => /usr/lib/libhx509.so.4 (0xb584d000)
Comment by Ondrej Jirman (megous) - Monday, 22 December 2008, 20:42 GMT
I did some more research. The root of the problem is samba/smbclient-3.2.6-1. It needs a re-build. Look:

megi[~] % ldd /usr/lib/libsmbclient.so.0
...
libheimntlm.so.0 => /usr/lib/libheimntlm.so.0 (0xb7b5c000)
libkrb5.so.25 => /usr/lib/libkrb5.so.25 (0xb7a9a000)
libhx509.so.3 => not found
libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7a97000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7946000)
...
megi[~] % pacman -Q samba
samba 3.2.6-1
Comment by Alessandro Doro (adoroo) - Monday, 22 December 2008, 21:22 GMT
Well, it seems that samba is broken; see  FS#12544 .

Meanwhile if your pacman cache is not empty you can revert to 3.2.5:
pacman -U smbclient-3.2.5-2-i686.pkg.tar.gz samba-3.2.5-2-i686.pkg.tar.gz tdb-3.2.5-1-i686.pkg.tar.gz
Comment by Julius (metalfan) - Monday, 22 December 2008, 22:42 GMT
ah, yes...i was wondering what mplayer does with kerberos

Loading...