From owner-freebsd-ports@FreeBSD.ORG Sat Feb 21 12:57:48 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 E0B5016A4CE; Sat, 21 Feb 2004 12:57:48 -0800 (PST) Received: from 82-41-27-158.cable.ubr04.edin.blueyonder.co.uk (82-41-27-158.cable.ubr04.edin.blueyonder.co.uk [82.41.27.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AC543D2D; Sat, 21 Feb 2004 12:57:48 -0800 (PST) (envelope-from andrew@mux.org.uk) Received: from mux.org.uk (spatula.flat [192.168.0.2]) by myriad.flat (Postfix) with ESMTP id 24B45BC; Sat, 21 Feb 2004 19:46:46 +0000 (GMT) Message-ID: <4037C649.5070103@mux.org.uk> Date: Sat, 21 Feb 2004 20:57:45 +0000 From: Andrew Boothman User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: kde@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: x11-toolkits/qt32: Won't build under -current: Threading Library problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 20:57:49 -0000 Hi! After a brand-new installation of 5.2.1-RC2, followed by a CVSup to -current, a "portinstall kde" failed in x11-toolkits/qt32 with : -- Begin -- mv -f libqui.so.1.0.0 libqui.so libqui.so.1 libqui.so.1.0 ../../../lib/ cd designer && make -f Makefile /usr/ports/x11-toolkits/qt32/work/qt-x11-free-3.2.3/bin/uic -L /usr/ports/x11-toolkits/qt32/work/qt-x11-free-3.2.3/plugins listboxeditor.ui -o listboxeditor.h Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) *** Signal 6 Stop in /usr/ports/x11-toolkits/qt32/work/qt-x11-free-3.2.3/tools/designer/designer. *** Error code 1 -- End -- Note that this was a new installation of -current so there shouldn't have been any libraries linked against threading libraries other than the default. Nothing was installed on the machine before it was brought up-to-date with current. Andrew