From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 19:30:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C90816A4CE for ; Thu, 26 Feb 2004 19:30:28 -0800 (PST) Received: from ace.malag.net (CPE-203-51-25-152.nsw.bigpond.net.au [203.51.25.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC0743D1F for ; Thu, 26 Feb 2004 19:30:26 -0800 (PST) (envelope-from ace@ace.malag.net) Received: from ace.malag.net (localhost.malag.net [127.0.0.1]) by ace.malag.net (8.12.11/8.12.11) with ESMTP id i1R3V0j5046190 for ; Fri, 27 Feb 2004 14:31:00 +1100 (EST) (envelope-from ace@ace.malag.net) Received: by ace.malag.net (8.12.11/8.12.11/Submit) id i1R3V0wS046189 for freebsd-questions@FreeBSD.ORG; Fri, 27 Feb 2004 14:31:00 +1100 (EST) (envelope-from ace) From: bruno malag To: freebsd-questions@FreeBSD.ORG Date: Fri, 27 Feb 2004 14:31:00 +1100 User-Agent: KMail/1.5.4 Organization: malag.net MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402271431.00174.bruno@malag.net> Subject: xmms libpthread X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bruno@malag.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 03:30:28 -0000 FreeBSD 5.2-CURRENT #0: Wed Feb 18 00:02:18 EST 2004 x86 After building the xmms port I attempt to run xmms and get the following error:- Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/ lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort (core dumped) I understand that I may have to map another library to pthread in libmap.conf . If this is right which library do I need to map to pthread in libmap.conf ? Bruno