From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 05:41:11 2003 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 4824316A4CE for ; Mon, 22 Dec 2003 05:41:11 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0716843D54 for ; Mon, 22 Dec 2003 05:41:09 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hBMDf6iw028266; Mon, 22 Dec 2003 08:41:06 -0500 (EST) Date: Mon, 22 Dec 2003 08:41:06 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: "Vladimir B. Grebenschikov" In-Reply-To: <1072088932.1732.4.camel@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "current@freebsd.org" Subject: Re: KSE and qt-mt 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, 22 Dec 2003 13:41:11 -0000 On Mon, 22 Dec 2003, Vladimir B. Grebenschikov wrote: > If libc_r mapped into libkse, like /etc/libmap.conf: > -- > libc_r.so.5 libkse.so.1 > libc_r.so libkse.so > -- > > Build of port avifile-0.7.38_1,2 coredumps while configure detects qt > library. With regular libc_r it builds as exprected. > # pkg_which /usr/X11R6/lib/libGL.so.1 > XFree86-libraries-4.3.0_6 nvidia-driver-1.0.4365_1 This is known problem; you can't use nvidia drivers with libthr or libkse. Nvidia will have to rebuild their drivers/openGL library to not use static ldt allocation. -- Dan Eischen