From owner-freebsd-ports@FreeBSD.ORG Fri Aug 22 16:41:15 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9495916A4BF; Fri, 22 Aug 2003 16:41:15 -0700 (PDT) Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CC5843F3F; Fri, 22 Aug 2003 16:41:14 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.9/8.12.9) with ESMTP id h7MNfCXE031932; Fri, 22 Aug 2003 19:41:12 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost)h7MNfC39031929; Fri, 22 Aug 2003 19:41:12 -0400 (EDT) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 22 Aug 2003 19:41:12 -0400 (EDT) From: Joe Marcus Clarke To: Mark Dixon In-Reply-To: <3F46B134.5010000@markdnet.demon.co.uk> Message-ID: <20030822193856.N31873@shumai.marcuscom.com> References: <3F46B134.5010000@markdnet.demon.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ports@freebsd.org cc: gnome@freebsd.org Subject: Re: Mplayer broken by recent glib12 change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 23:41:15 -0000 On Sat, 23 Aug 2003, Mark Dixon wrote: > Hi, > > The recent change to glib12 seems to bave broken mplayer on my 5.1 > system. The change seems to have forced libgthread12.so.3 to link to > libkse.so.1, and mplayer doesn't seem to like any threading model other > than libc_r. As such it segfaults on loading. This must be a fluke. The latest updates on my -CURRENT machine show libgthread12.so.3 linked to libc_r. Make sure your /usr/lib/libc_r.so is symlinked to /usr/lib/libc_r.so.5, and try to rebuild glib12. Joe > > I worked around it by adding the following to /etc/libmap.conf: > > [/usr/local/lib/libgthread12.so.3] > libkse.so.1 libc_r.so.5 > > Mark > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > PGP Key : http://www.marcuscom.com/pgp.asc