From owner-freebsd-ports@FreeBSD.ORG Tue Oct 4 21:22:18 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 819C616A420 for ; Tue, 4 Oct 2005 21:22:18 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE34043D4C for ; Tue, 4 Oct 2005 21:22:16 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 15773 invoked from network); 4 Oct 2005 23:22:14 +0200 Received: from p508fd49c.dip.t-dialin.net (HELO localhost.skatecity) (80.143.212.156) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 4 Oct 2005 23:22:14 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j94LLeDx084114 for ; Tue, 4 Oct 2005 23:21:40 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j94LLenH084113 for freebsd-ports@freebsd.org; Tue, 4 Oct 2005 23:21:40 +0200 (CEST) (envelope-from arundel) From: Alexander Best Date: Tue, 4 Oct 2005 23:21:39 +0200 To: freebsd-ports@freebsd.org Message-ID: <20051004212139.GA84084@skatecity> Mail-Followup-To: freebsd-ports@freebsd.org References: <20051004150006.GA27537@skatecity> <20051004153526.GA88187@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051004153526.GA88187@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Organisation: =?iso-8859-15?Q?Westfl=E4lische_Wilhelms-U?= =?iso-8859-15?Q?niversit=E4t_M=FCnster?= Subject: Re: pthread problem with audio/xmms-mac X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 21:22:18 -0000 On Tue Oct 4 05, Kris Kennaway wrote: > On Tue, Oct 04, 2005 at 05:00:07PM +0200, Alexander Best wrote: > > I'm mainting the audio/xmms-mac port which is a monkey audio (APE) plugin for > > xmms. Since i've moved to RELENG_6 the plugin prodcues an error message and > > xmms won't start. The plugin worked fine with RELENG_[4-5]. When I start xmms > > I get one of these error messages: > > > > Either > > > > Fatal error '_pq_insert_tail: Already in priority queue' at line 200 in file \ > > /usr/src/lib/libpthread/thread/thr_priority_queue.c (errno = 0) > > Fatal error 'Recurse on a private mutex.' at line 988 in file \ > > /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 3) > > This is a FAQ..your application or something else linked to it is > linked to two thread libraries. portupgrade -fa. > > Kris Thx. portupgrade -fR xmms-mac did the trick. This FAQ would be perfect for ports/UPDATING btw.