From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 09:39:05 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49505106566B for ; Fri, 14 Mar 2008 09:39:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3E22B8FC16 for ; Fri, 14 Mar 2008 09:39:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 545A91CD18; Fri, 14 Mar 2008 01:39:04 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 14 Mar 2008 10:39:02 +0100 User-Agent: KMail/1.9.7 References: <47D7E889.8070100@eskk.nu> <200803132240.02746.fbsd.questions@rachie.is-a-geek.net> <47DA3366.4090506@eskk.nu> In-Reply-To: <47DA3366.4090506@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803141039.03096.fbsd.questions@rachie.is-a-geek.net> Cc: Leslie Jensen Subject: Re: Compile error, kde related? 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: Fri, 14 Mar 2008 09:39:05 -0000 On Friday 14 March 2008 09:12:22 Leslie Jensen wrote: > > I think you mixed some threading libraries. That string or variants of > > it, is nowhere to be found in /usr/src anymore. > > > > I found this post: > > http://lists.freebsd.org/pipermail/freebsd-threads/2004-March/001759.html > > > > Any of that relevant for you? like entries in libmap? > > I read the thread and checked my libmap.conf. There's none of the > entries mentioned in the post. > > I'd like to add that my system is an upgraded 7.0 - release from 6.2. > I made pkg_delete -a because I had a problem with libcrypt that I > couldn't fix. > > I'll appreciate any hint. Ok, the error is generated by uic: ./src/tools/qmutex_unix.cpp: qWarning("Mutex unlock failure: %s", strerror(ret)); Which fails on pthread_mutex_unlock call. Could you show the output of: ldd /usr/local/bin/uic -- Mel Problem with today's modular software: they start with the modules and never get to the software part.