Spinlock problem in 7.0-CURRENT amd64

John Baldwin jhb at freebsd.org
Wed Oct 26 08:46:49 PDT 2005


On Wednesday 26 October 2005 10:09 am, Pavel Kovalenko wrote:
> I cvsuped last week, and since then I've installed mplayer from the ports, I 
receive following error:
> >mplayer KVN_Vinni_puh.mp3

Do ldd on mplayer.  It is probably linked againts two thread libraries because 
one of its libraries is linked against one and mplayer itself is linked 
against another.  Try rebuilding mplayer and its dependencies from source.  
You might also see that mplayer is linked against two versions of the same 
library due to the recent bump_every_library_in_the_system madness, in which 
case rebuilding mplayer and its dependencies will fix that as well.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the freebsd-amd64 mailing list