From owner-freebsd-ports@FreeBSD.ORG Fri Feb 6 16:49:06 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 D0B0E16A4CF for ; Fri, 6 Feb 2004 16:49:06 -0800 (PST) Received: from winston.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 4B64E43D39 for ; Fri, 6 Feb 2004 16:48:37 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 65252 invoked from network); 7 Feb 2004 00:48:32 -0000 Received: from vincent.piwebs.com (192.168.0.95) by winston.piwebs.com with SMTP; 7 Feb 2004 00:48:32 -0000 From: Arjan van Leeuwen To: freebsd-ports@freebsd.org Date: Sat, 7 Feb 2004 01:48:40 +0100 User-Agent: KMail/1.6 References: <20040206190242.GZ50677@backmaster.cdsnet.net> <200402061116.07935.kstewart@owt.com> In-Reply-To: <200402061116.07935.kstewart@owt.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_rXDJAdV4pDK6JJr"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402070148.43343.avleeuwen@piwebs.com> cc: Jaye Mathisen cc: Kent Stewart Subject: Re: KDE 3.2 build problem... spinlock? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: avleeuwen@piwebs.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 00:49:06 -0000 --Boundary-02=_rXDJAdV4pDK6JJr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 06 February 2004 20:16, Kent Stewart wrote: > On Friday 06 February 2004 11:02 am, Jaye Mathisen wrote: > > No idea what's going on. I was getting this same error building KDE > > 3.1.4, but held off on the report until after 3.2 was imported... > > > > fi > > ../dcop/dcopidl/dcopidl ./ksycoca.h > ksycoca.kidl || ( rm -f > > ksycoca.kidl ; false ) Fatal error 'Spinlock called when not > > threaded.' at line 83 in file > > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno =3D 0) Abort trap > > (core dumped) > > gmake[3]: *** [ksycoca.kidl] Error 1 > > gmake[3]: Leaving directory > > `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.0/kdecore' gmake[2]: *** > > [all-recursive] Error 1 > > gmake[2]: Leaving directory > > `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.0/kdecore' gmake[1]: *** > > [all-recursive] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.0' > > You might check back a few days. IIRC, the spinlock problem was fixed in > a recent update to -current. No, it means you have different threading libraries linked in. Try setting = up=20 your libmap.conf to map libc_r to libpthread, that should work. Or if you=20 have some extra time :), find the offending library that links against libc= _r=20 and recompile it. Arjan > > Kent --Boundary-02=_rXDJAdV4pDK6JJr Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAJDXr3Ym57eNCXiERAtYAAJ43hDBhYPv3vlI/r++deLX6ZK+2VwCgsfwU RWKiYc67h94tYn7rsmQglAc= =dtZ5 -----END PGP SIGNATURE----- --Boundary-02=_rXDJAdV4pDK6JJr--