From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 15:00:05 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 30ED416A4CE for ; Sun, 8 Feb 2004 15:00:05 -0800 (PST) Received: from elkins.org (user41.net272.fl.sprint-hsd.net [64.45.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05D3A43D1D for ; Sun, 8 Feb 2004 15:00:05 -0800 (PST) (envelope-from bsd@elkins.org) Received: from kathix.elkins ([192.168.0.10]) by elkins.org with esmtp (Exim 3.36 #1 (Debian)) id 1ApxuG-0007tk-00 for ; Sun, 08 Feb 2004 18:00:04 -0500 From: Jeff Elkins To: freebsd-questions@freebsd.org Date: Sun, 8 Feb 2004 18:00:03 -0500 User-Agent: KMail/1.5.4 References: <200402081133.15941.bsd@elkins.org> <200402081020.33410.kstewart@owt.com> In-Reply-To: <200402081020.33410.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402081800.03594.bsd@elkins.org> Subject: Re: 5.2 portupgrade: kde-3.2.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 23:00:05 -0000 On Sunday 08 February 2004 1:20 pm, Kent Stewart wrote: > On Sunday 08 February 2004 08:33 am, Jeff Elkins wrote: > > 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) > > > > I'm unable to upgrade kde t o 3.2 due to the error above in > > kdelibs-3.2.0. Googling the error wasn't very helpful...the most > > enlightning message said 'something in your system is hosed,' or > > words to that effect. > > > > What do I need to do to correct this problem? > > man libmap.conf > > You need to map libc_r to pthread Thanks. That did the trick for compiling kdelibs, but portupgrade now fails with: ---> Installing the new version via the port ===> Installing for kdelibs-3.2.0 ===> kdelibs-3.2.0 conflicts with installed package(s): kdebase-3.1.4 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/x11/kdelibs3. *** Error code 1 After this, the remaining packages are skipped. Jeff