From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 21:41:06 2003 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 D7E9D16A4CE for ; Fri, 21 Nov 2003 21:41:06 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED01743FE0 for ; Fri, 21 Nov 2003 21:41:05 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hAM5f41G004696; Sat, 22 Nov 2003 00:41:05 -0500 (EST) Date: Sat, 22 Nov 2003 00:41:04 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Guillaume EGLES In-Reply-To: <3FBEB5D9.5030401@lbl.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Fatal error 'Spinlock called when not threaded' when trying toupgrade kdelibs-3.1.4 port 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: Sat, 22 Nov 2003 05:41:07 -0000 On Fri, 21 Nov 2003, Guillaume EGLES wrote: > Hi, > > It has been almost a month that my system fails to upgrade the > kdelibs-3.1.4 port on my FreeBSD-current box. I have synchronized my OS > with -current many times, but the problem seems to persist. Here is the > error message: > > ../dcop/dcopidl/dcopidl ./ksycoca.h > ksycoca.kidl || ( rm -f > ksycoca.kidl ; false ) > Fatal error 'Spinlock called when not threaded.' at line 88 in file > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) > Abort trap (core dumped) Something on your system is hosed. I just built all of KDE 3.1.4 on my current system with /etc/libmap.conf pointed at libkse; no problems at all. Also, make sure you don't have a /usr/lib/libpthread.so. -- Dan Eischen