From owner-freebsd-threads@FreeBSD.ORG Mon Mar 15 20:03:59 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B616816A4CE for ; Mon, 15 Mar 2004 20:03:59 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3804543D31 for ; Mon, 15 Mar 2004 20:03:59 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 62691 invoked from network); 16 Mar 2004 04:03:58 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 16 Mar 2004 04:03:58 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 15 Mar 2004 22:03:56 -0600 (CST) From: Mike Silbersack To: Daniel Eischen In-Reply-To: Message-ID: <20040315215955.P33289@odysseus.silby.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org Subject: Re: Mutex unlock failure: ? X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 04:03:59 -0000 On Mon, 15 Mar 2004, Daniel Eischen wrote: > On Mon, 15 Mar 2004, Mike Silbersack wrote: > > > Ugh, it's probably all OK, I'll report back if there is still a problem. > > > > My libmap still contained this: > > > > libc_r.so.5 libkse.so.1 > > libc_r.so libkse.so > > > > Which, of course, means that I was using old libraries... > > Actually, it means you might have been using both libkse and > libpthread (new ports are built with -lpthread, old ports > still may have -lc_r). > > -- > Dan Eischen Ah, good point! FWIW, kdepim built properly and I'm on to building kdebase. It appears that this library mismatch was indeed the cause of my problems. Maybe someone with makefile-foo should throw something into installworld which deletes libkse. :) Mike "Silby" Silbersack