From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 13:30:38 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 015C816A4CF for ; Fri, 27 Aug 2004 13:30:38 +0000 (GMT) Received: from max.af.czu.cz (max.af.czu.cz [193.84.41.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 628CD43D5A for ; Fri, 27 Aug 2004 13:30:36 +0000 (GMT) (envelope-from lists@hosting50.cz) Received: (qmail 52799 invoked by uid 89); 27 Aug 2004 13:30:36 -0000 Received: from unknown (HELO ?10.15.141.2?) (ares@max.af.czu.cz@217.11.239.237) by max.af.czu.cz with AES256-SHA encrypted SMTP; 27 Aug 2004 13:30:36 -0000 From: Tomas Randa To: current@freebsd.org Content-Type: text/plain Message-Id: <1093613358.691.3.camel@ares.office.internetservice.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 27 Aug 2004 15:29:18 +0200 Content-Transfer-Encoding: 7bit Subject: Problems compiling kdelibs under RELENG_5 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: Fri, 27 Aug 2004 13:30:38 -0000 I upgraded on RELENG_5, but while compiling kdelibs3, I have the following error: gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3/kdecore' ../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 = 0) Abort trap (core dumped) gmake[3]: *** [ksycoca.kidl] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3/kdecore' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3/kdecore' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.2.3' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. What I am doing bad? Thanks. TR