From owner-freebsd-ports@FreeBSD.ORG Wed May 26 08:52:52 2004 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 8E43E16A4CE; Wed, 26 May 2004 08:52:52 -0700 (PDT) Received: from ack.Berkeley.EDU (ack.berkeley.edu [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7972A43D46; Wed, 26 May 2004 08:52:52 -0700 (PDT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id i4QFqBm04317; Wed, 26 May 2004 08:52:11 -0700 (PDT) Date: Wed, 26 May 2004 08:52:11 -0700 From: Mike Hunter To: Adam Weinberger Message-ID: <20040526155211.GB4036@ack.Berkeley.EDU> References: <20040525051016.GA24353@ack.Berkeley.EDU> <20040525141538.GI72578@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040525141538.GI72578@toxic.magnesium.net> User-Agent: Mutt/1.5.6i cc: freebsd-ports@FreeBSD.org Subject: Re: thread library stuff with gaim .77 (yes, I read UPDATING) 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: Wed, 26 May 2004 15:52:52 -0000 On May 25, "Adam Weinberger" wrote: > >> (05.25.2004 @ 0110 PST): Mike Hunter said, in 1.2K: << > > % gaim > > Fatal error 'Spinlock called when not threaded.' at line 83 in file > > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) > > Abort trap (core dumped) > > > > So my main point of confusion is that I can't seem to make the thread > > change apply only to gaim :( Some library gaim uses perhaps? > > > > Also, rebuilding gaim didn't help...even portupgrade -r -f gaim. > >> end of "thread library stuff with gaim .77 (yes, I read UPDATING)" from Mike Hunter << > > Do portupgrade -R -f gaim. That will rebuild gaim and everything it > depends upon. -r does gaim and everything that depends upon it. It works after a portupgrade -R (not -r, doh!). I even got by with not allowing it to rebuild perl! *sigh* Thanks, Mike