From owner-freebsd-questions@FreeBSD.ORG Sun Nov 20 00:21:17 2005 Return-Path: X-Original-To: questions@freebsd.org 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 BC1AC16A41F for ; Sun, 20 Nov 2005 00:21:17 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03EB743D49 for ; Sun, 20 Nov 2005 00:21:16 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so189507wra for ; Sat, 19 Nov 2005 16:21:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=AYJ3geUX1xJxM4tb84/TLc2fxNUWKMZgrNiY35biTbOiq7KsK1trB2QdVEJsPCyhyDKKPEGJ6svjr/BVmbcTrEhhsXVN7by4wOA19ZSd9O/EsChbyQROn+K0TAd87RPp6KA2Xs073JX56N57r6tPFKa4wdFQynqo11TK7t2treA= Received: by 10.54.68.8 with SMTP id q8mr423611wra; Sat, 19 Nov 2005 16:21:16 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id g5sm799315wra.2005.11.19.16.21.15; Sat, 19 Nov 2005 16:21:16 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 19 Nov 2005 16:11:54 -0800 User-Agent: KMail/1.8.3 References: <20051120000944.GA5532@epia2.farid-hajji.net> In-Reply-To: <20051120000944.GA5532@epia2.farid-hajji.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511191611.55031.ringworm01@gmail.com> Cc: questions@freebsd.org, cpghost Subject: Re: Mutex unlock failure: Operation not permitted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 00:21:17 -0000 On Saturday 19 November 2005 16:09, cpghost wrote: > Hello, > > after upgrading from 5.4 to 6.0, I keep getting this error message > when recompiling qt33: > > /usr/local/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/bin/uic -L > /usr/local/ ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/plugins > listboxeditor.ui -i listb oxeditor.h -o listboxeditor.cpp > Mutex unlock failure: Operation not permitted > *** Signal 11 > > Stop in > /usr/local/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.5/tools/designer > /designer. > *** Error code 1 > > [...] > > I've recompiled and reinstalled qmake before making qt33, but uic still > fails exactly here. > > Anyone seen this? Any idea how to fix it? > You didn't say if you have recompiled all installed ports against the 6.0 libraries yet, if you haven't then try sysutils/portmanager: portmanager x11-toolkits/qt33 -f This will force all of qt33's dependencies to rebuild first using the 6.0 libs then build qt33. -Mike