From owner-freebsd-current@FreeBSD.ORG Mon Jan 5 13:52:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D883E16A4CE; Mon, 5 Jan 2004 13:52:11 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F7C43D1D; Mon, 5 Jan 2004 13:52:10 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost.nic.fr [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id i05Lq8Da052486 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Mon, 5 Jan 2004 16:52:09 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id i05Lq8ss052483; Mon, 5 Jan 2004 16:52:08 -0500 (EST) (envelope-from wollman) Date: Mon, 5 Jan 2004 16:52:08 -0500 (EST) From: Garrett Wollman Message-Id: <200401052152.i05Lq8ss052483@khavrinen.lcs.mit.edu> To: Daniel Eischen In-Reply-To: References: <200401050915.20710@misha-mx.virtual-estates.net> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 X-Mailman-Approved-At: Tue, 06 Jan 2004 05:22:19 -0800 cc: kde@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: Re: KDE stopped working after -current upgrade X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 21:52:12 -0000 < said: > Make sure you have all the X/Qt/KDE binaries and libraries > built for only -lthr (you didn't mention rebuilding X above). > To make sure mixing libthr with libc_r or libkse as a problem, > you can use /etc/libmap.conf to force libthr for libkse and > libc_r. If you still have crashes, then that might point a > finger at libthr... I built KDE a couple of weeks ago with PTHREAD_LIBS set to -lkse, and found libqt as the major culprit in this regard. I created a libmap.conf and the problem was resolved. I was not able to even build kdebase without making this chage. -GAWollman