From owner-freebsd-questions@FreeBSD.ORG Sat Mar 22 17:32:56 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 8BC461065673 for ; Sat, 22 Mar 2008 17:32:56 +0000 (UTC) (envelope-from dmitry.rekman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 48CC18FC40 for ; Sat, 22 Mar 2008 17:32:56 +0000 (UTC) (envelope-from dmitry.rekman@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so680083anc.13 for ; Sat, 22 Mar 2008 10:32:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=zQYe3ZF8FkPlt8QBCCXFFCvy9iKuII7wvJa/JgrqqoE=; b=YYOMhJQQHeC2fjKjprqrWAn1ABcSv/PZZddTgDSVrUXOJWXeZiuOX4ba63CiXEfH9hUCzjo9kEpm0sTQxPlNkq7YCHPR/0eCwEV3kBWpEekXOvPXP77mXotP0GwnqGMS77/1nJA8FvzPsMFugISuj3ENKlvVnekgOlfuphFrsL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=fc9q++HkAFGrEJiFPTuR62EJRWTvGbr+i+eq0OfiaXht03sQ6lQVfS8BWc35T6il4Nr8DCSJli4BChAsHwaHCsV4Gky7X7ZnL1jMZi8ZS3CBzLGi/sveRUtmYSEMJNR34H2s4QkCiTyA1DK2daGuF2dOF5e8SblD3T9QFb74m2M= Received: by 10.100.252.17 with SMTP id z17mr12600978anh.79.1206207175355; Sat, 22 Mar 2008 10:32:55 -0700 (PDT) Received: by 10.101.67.17 with HTTP; Sat, 22 Mar 2008 10:32:55 -0700 (PDT) Message-ID: Date: Sat, 22 Mar 2008 18:32:55 +0100 From: "Dmitry RCL Rekman" To: "Kris Kennaway" In-Reply-To: <47E53E73.1010205@FreeBSD.org> MIME-Version: 1.0 References: <47E51D4B.5050008@FreeBSD.org> <47E53826.4070503@FreeBSD.org> <47E53E73.1010205@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: "Mutex unlock failure" when compiling KDE (upgrade from 6.x) 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: Sat, 22 Mar 2008 17:32:56 -0000 Hi, On Sat, Mar 22, 2008 at 6:14 PM, Kris Kennaway wrote: > > Actually, the problem was tracked down to be inside uic. When built on > my > > (and Leslie's) 7.0 "upgraded" from 6.x system, uic does not link to > > libthr.so, while in a newly-installed 7.0 it does. > > It should not be linking (directly) to libthr at all, it should be > linking to libpthread (which is a symlink to it). > Yes, it does link to -lpthread, but ldd tells different things on newly installed 7.0 and 7.0 upgraded from 6.2... I don't know if it's the reason, that was Mel's guess ( http://docs.freebsd.org/cgi/mid.cgi?200803141208.57610.fbsd.questions ). > > > So one of people here (Mel) asked to provide the actual commandline used > to > > link uic (see this for reference: > > http://docs.freebsd.org/cgi/mid.cgi?200803161912.18248.fbsd.questions), > > which is what I did. > > It links to libqt-mt and presumably gets its thread library from there, > so the question extends there. > Well, the commandline used to build libqt-mt is included in the log and it also links to -pthread... > > > Log of the actual "mutex unlock failure" error was already posted in > this > > list, it's here: http://docs.freebsd.org/cgi/mid.cgi?47D8DBC0.3010106 > > OK, I suppose I was confused because you posted this under a new subject > instead of as a followup to the earlier messages, so context was lost > from your mails. > Ok, my fault - should have taken the same subject :-) If you are willing to further investigate the issue, I can provide more details about my system or even give you the shell access. > > Kris > Best regards, Dmitry RCL Rekman