Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18132 - xmms realplayer plugin init fails
Summary: xmms realplayer plugin init fails
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-25 00:20 UTC by Pascal Roussel
Modified: 2003-09-28 03:32 UTC (History)
0 users

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 Pascal Roussel 2003-03-25 00:20:09 UTC
After emerging rmxmms, when I start xmms it says :

init FAILED: /opt/RealPlayer8//Common/rmacore.so.6.0: undefined symbol:
__pure_virtual


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(tm) XP 2100+
GENTOO_MIRRORS=" http://ftp.easynet.nl/mirror/gentoo//"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X
11R6/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm arts avi crypt cups encode gif jpeg libg++ mikmod mmx
motif mpeg ncurse
s nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang
readline bonobo 
svga java guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis
gnome gtk qt ope
ngl gphoto2 tetex tcltk mozilla -kde"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-03-25 11:12:07 UTC
on the surface it looks like a problem with linking gcc2 and gcc3 binaries .. 
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-03-28 18:47:48 UTC
unfortunately, there is no way to fix this except for installing gcc-2 and compiling the plugin using that. 

added a warning to stop gcc3 compilers from compiling this
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-09-28 03:32:08 UTC
can't fix