From owner-freebsd-current@FreeBSD.ORG Mon Aug 2 21:10:52 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 CDA8B16A4CE for ; Mon, 2 Aug 2004 21:10:52 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A90443D46 for ; Mon, 2 Aug 2004 21:10:51 +0000 (GMT) (envelope-from andreasheinze@gmx.de) Received: (qmail 13464 invoked by uid 65534); 2 Aug 2004 21:10:50 -0000 Received: from dsl-082-082-088-149.arcor-ip.net (EHLO mail.gmx.de) (82.82.88.149) by mail.gmx.net (mp007) with SMTP; 02 Aug 2004 23:10:50 +0200 X-Authenticated: #127112 To: freebsd-current@freebsd.org Date: Mon, 02 Aug 2004 23:12:22 +0200 From: "Andreas Heinze" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/7.53 (FreeBSD, build 737) Subject: thr_spinlock.c and qtorrent 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: Mon, 02 Aug 2004 21:10:52 -0000 I'm trying to build qtorrent and getting this error: QScintilla 1.3 is being used. Checking to see if the qtcanvas module should be built... Checking to see if the qtnetwork module should be built... Checking to see if the qttable module should be built... Checking to see if the qtxml module should be built... Checking to see if the qtgl module should be built... Checking to see if the qtui module should be built... Checking to see if the qtsql module should be built... Checking to see if the qtext module should be built... Checking to see if the QAssistantClient class is available... Creating features file... 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) Error: There was an error creating the features file. *** Error code 1 what's wrong??