Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 11:37:51 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-amd64@freebsd.org
Cc:        Pavel Kovalenko <kp@west-call.com>
Subject:   Re: Spinlock problem in 7.0-CURRENT amd64
Message-ID:  <200510261137.52717.jhb@freebsd.org>
In-Reply-To: <20051026180955.2cdda6f7.kp@west-call.com>
References:  <20051026180955.2cdda6f7.kp@west-call.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510261137.52717.jhb>