From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 19:21:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA2516A4CE for ; Tue, 7 Sep 2004 19:21:12 +0000 (GMT) Received: from speicher.org (speicher.org [208.199.76.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA3043D39 for ; Tue, 7 Sep 2004 19:21:12 +0000 (GMT) (envelope-from geoff@speicher.org) Received: from speicher.org (localhost [127.0.0.1]) by speicher.org (8.12.11/8.12.11) with ESMTP id i87JL9wx015737; Tue, 7 Sep 2004 15:21:09 -0400 (EDT) (envelope-from geoff@speicher.org) Received: (from geoff@localhost) by speicher.org (8.12.11/8.12.11/Submit) id i87JL917015736; Tue, 7 Sep 2004 15:21:09 -0400 (EDT) (envelope-from geoff) Date: Tue, 7 Sep 2004 15:21:09 -0400 From: Geoff Speicher To: Bjoern Hillebrand Message-ID: <20040907192109.GE45874@sirius.speicher.org> References: <413E0721.4070706@s-ar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <413E0721.4070706@s-ar.de> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: gaim problem : Fatal error 'Spinlock called when not threaded X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 19:21:12 -0000 On Tue, Sep 07, 2004 at 09:08:17PM +0200, Bjoern Hillebrand wrote: > > I am using FreeBSD 5.3 ( build yesterday with the lastest source ) and > compiled gaim from the ports. > > It compiles without any problems. The problem occurs when i want to > start it : > > ---- start > > > gaim > 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) > > > > some detailed infos about my system : > > uname -a : FreeBSD finne.localnet.net 5.3-BETA3 FreeBSD 5.3-BETA3 #0: > Tue Sep 7 07:18:03 CEST 2004 > root@finne.localnet.net:/usr/obj/usr/src/sys/MYKERNEL i386 > > --- end > > I build gaim again with a distclean before. The same result. I don't suppose you also rebuilt all of the ports upon which gaim relies? If you search the recent archives, you'll find that this particular error message means that you didn't recompile your C++ apps after upgrading your base system across the C++ ABI breakage. Try: portupgrade -Rf gaim to fix gaim, or better yet: portupgrade -Raf to rebuild all your installed ports. Change -R to -PR in either command to save time and use prebuilt packages when available. Geoff