From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 19:04:31 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 D1AD216A4CE for ; Sun, 8 Feb 2004 19:04:31 -0800 (PST) Received: from elkins.org (user41.net272.fl.sprint-hsd.net [64.45.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1B343D2F for ; Sun, 8 Feb 2004 19:04:31 -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 1Aq1ip-0002hE-00 for ; Sun, 08 Feb 2004 22:04:31 -0500 From: Jeff Elkins To: freebsd-questions@freebsd.org Date: Sun, 8 Feb 2004 22:04:30 -0500 User-Agent: KMail/1.5.4 References: <200402081133.15941.bsd@elkins.org> <200402081800.03594.bsd@elkins.org> <200402081510.58920.kstewart@owt.com> In-Reply-To: <200402081510.58920.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402082204.30403.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: Mon, 09 Feb 2004 03:04:31 -0000 On Sunday 08 February 2004 6:10 pm, Kent Stewart wrote: > On Sunday 08 February 2004 03:00 pm, Jeff Elkins wrote: > > 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. > > You needed to pkg_delete kdebase before you build kdelibs. If you still > have the work left for kdelibs do a make package. Then delete kdebase. > You can reinstall kdelibs after you delete kdebase. Files were moved > from kdebase into kdelibs and you have a problem similar to updating an > old version of XFree86-Server after you installed -libraries. > > There is also a problem with kdepim and kdenetwork. I deleted both of > them before I began my portupgrade. > > Kent Thanks, Kent! 5 hours later, I'm up with kdelibs & kdebase 3.2 Jeff