View previous topic :: View next topic |
Author |
Message |
XeonTux. n00b
Joined: 08 May 2004 Posts: 52
|
Posted: Sat May 08, 2004 2:39 am Post subject: XMMS won't start -- libmp4v2.so.0: undefined symbol |
|
|
Does this mean anything to anyone? Because I am lost, and believe it or not, this is the first time I could not resolve something by searching the forums here. And that in itself is quite amazing, because I have had a million issues/question as I did my first gentoo install (stage1, ~x86) and am now up and running KDE
Code: | $ xmms
/usr/lib/libmp4v2.so.0: undefined symbol: _ZTV10MP4RtpData
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed! |
Ok, I *did* have xmms run once or twice before but it just gave the 'ol error saying the sound was in use or wasn't configured properly. That was before I realized I needed to run MAKEDEV.snd to make the alsa device tree. Back then I was pulling my hair out knowing my kernel was compiled right, I had a working /dev/dsp, I could unmute channels using a GUI mixers, and hear sound from some apps (apparantly using oss emulation)... but the alsamixer would not work. Now I have the alsa issue resolved, I just need to figure out what the deal with this XMMS error is. |
|
Back to top |
|
|
Isaiah Guru
Joined: 25 Feb 2003 Posts: 359
|
Posted: Sat May 08, 2004 4:52 am Post subject: |
|
|
I have the same problem - it appeared right after emerging mplayer - gotta love living on the ~x86 edge
Edit: It's a faad2 thing - unmerged it (faad2) and xmms came right up - of course there's a slight problem with mplayer now...
Last edited by Isaiah on Sat May 08, 2004 2:08 pm; edited 1 time in total |
|
Back to top |
|
|
XeonTux. n00b
Joined: 08 May 2004 Posts: 52
|
Posted: Sat May 08, 2004 9:05 am Post subject: |
|
|
I did recently install mplayer, and it could very well have been after I first tried xmms
Thanks for the tip, I'll have to look into that tomorrow. Right now I need to hit the sack. I've just been, uh, testing my opengl with quake3 the last few hours ;) Actually it was more of a test for alsa and I'm not sure if it really passed... |
|
Back to top |
|
|
Isaiah Guru
Joined: 25 Feb 2003 Posts: 359
|
Posted: Sun May 09, 2004 6:50 am Post subject: |
|
|
XeonTux. wrote: | I did recently install mplayer, and it could very well have been after I first tried xmms
Thanks for the tip, I'll have to look into that tomorrow. |
This worked for me...
Code: | USE="-xmms" emerge faad2 |
... and you're welcome |
|
Back to top |
|
|
vashners n00b
Joined: 11 May 2004 Posts: 12 Location: Maryland
|
Posted: Tue May 11, 2004 11:50 pm Post subject: |
|
|
That only gets the plugin compiled and installed it does not solve the problem of the plugin not loading becasue of an undefined symbol
I'm having the same problem and since I just got rid of mplayer (for the moment) and it still doesn't load I'm guessing that it wasn't the problem
edit: but my xmms works fine with the error
just doesn't load the damn mp4 plugin |
|
Back to top |
|
|
theotherjoe Guru
Joined: 22 Nov 2003 Posts: 393
|
Posted: Wed May 12, 2004 12:51 am Post subject: |
|
|
nice one, Isaiah,
after recompiling faad2 with the
USE parameter xmms and mplayer
are doing fine on AMD64.
And I am not taking about the plugins. |
|
Back to top |
|
|
|