Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144974 - media-video/mplayer-1.0_pre8-r1: "error while loading shared libraries: libartsc.so.0"
Summary: media-video/mplayer-1.0_pre8-r1: "error while loading shared libraries: libar...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 07:11 UTC by Peter Thomassen
Modified: 2006-08-24 09:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Thomassen 2006-08-24 07:11:47 UTC
When trying to watch a movie using KPlayer, the following error message is shown:

mplayer: error while loading shared libraries: libartsc.so.0: cannot open shared object file: No such file or directory

tux peter # ls -l `locate libartsc.so`
lrwxrwxrwx 1 root root    17 Aug 24 02:27 /usr/kde/3.5/lib/libartsc.so -> libartsc.so.0.0.0
lrwxrwxrwx 1 root root    17 Aug 24 02:27 /usr/kde/3.5/lib/libartsc.so.0 -> libartsc.so.0.0.0
-rwxr-xr-x 1 root root 19256 Aug 24 02:27 /usr/kde/3.5/lib/libartsc.so.0.0.0
tux peter # 

tux peter # emerge --info
Portage 2.1.1_pre5-r3 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.16-gentoo-r10 i686)
=================================================================
System uname: 2.6.16-gentoo-r10 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.12.4
Last Sync: Thu, 24 Aug 2006 12:00:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/xgl-coffee /usr/local/initng-portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext alsa apache2 apm arts asf avi bitmap-fonts cdparanoia cdr cli crypt cups dba dlloader dri dvd eds elibc_glibc emboss encode foomaticdb ftp gcj gdbm gif glitz hal imlib initng_plugins_also initng_plugins_bash_launcher initng_plugins_chdir initng_plugins_chroot initng_plugins_conflict initng_plugins_cpout initng_plugins_critical initng_plugins_cron initng_plugins_daemon initng_plugins_dev initng_plugins_dllaunch initng_plugins_envparser initng_plugins_find initng_plugins_fstat initng_plugins_history initng_plugins_idleprobe initng_plugins_initctl initng_plugins_interactive initng_plugins_iparser initng_plugins_last initng_plugins_limit initng_plugins_logfile initng_plugins_netprobe initng_plugins_ngc4 initng_plugins_pause initng_plugins_pidfile initng_plugins_provide initng_plugins_reload initng_plugins_renice initng_plugins_rlparser initng_plugins_simple_launcher initng_plugins_stcmd initng_plugins_stdout initng_plugins_suid initng_plugins_syncron initng_plugins_syslog initng_plugins_unneeded input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog jabber jpeg kde kdeenablefinal kdehiddenvisibility kernel_linux kqemu libg++ libwww linguas_de mad maildir mikmod mmx mp3 mpeg mplayer mysqli nls nomotif nptl nptlonly nvidia ogg oggvorbis opengl pam pcre pdflib php pic png posix pppd qt qt3 qt4 quicktime readline real reflection sdl session spl sqlite sse ssl svg tcpd tiff truetype truetype-fonts type1-fonts udev unicode userland_GNU userlocales video_cards_nv vorbis win32codecs xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS

tux peter #
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2006-08-24 09:29:23 UTC
Try revdep-rebuild.  Post emerge mplayer -pv
Comment 2 Peter Thomassen 2006-08-24 09:45:25 UTC
I stupidly already tried recompiling kplayer insted of mplayer. Reemerging mplayer fixed the problem -- sorry.