From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 10:31:07 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 E765416A4CE for ; Tue, 24 Feb 2004 10:31:07 -0800 (PST) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB07E43D1F for ; Tue, 24 Feb 2004 10:31:07 -0800 (PST) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id C4D582D1; Tue, 24 Feb 2004 13:39:09 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Tue, 24 Feb 2004 13:39:09 -0500 Message-ID: <20040224133909.ys0kgs0oo444o4o8@www.sweetdreamsracing.biz> Date: Tue, 24 Feb 2004 13:39:09 -0500 From: Kenneth Culver To: Iasen Kostov References: <16443.35905.455147.330275@canoe.dclg.ca> <403B9492.7000500@OTEL.net> In-Reply-To: <403B9492.7000500@OTEL.net> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-current@freebsd.org cc: David Gilbert Subject: Re: Nontrivial brokeness with new threads. 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: Tue, 24 Feb 2004 18:31:08 -0000 Quoting Iasen Kostov : > Doug White wrote: > >> On Tue, 24 Feb 2004, David Gilbert wrote: >> >> >>> I've updated to the new threads and in the process remade every port >>> on the system. The following don't play well together: >>> >>> xmms-esound and ndvidia-driver. >>> >>> It's odd too... because xmms doesn't include the shared libraries that >>> nvidia installs. >>> >>> ... now I'm not positive that this has to do with threads, but the >>> installation and removal of nvidia-driver makes xmms not work or work. >>> >> >> See UPDATING and list discussion. KSE and the nvidia driver don't get >> along. >> >> > Nope, they do work perfect for me (KSE, Nvidia and XMMS and even > UT2004Demo :)). I got system that is about 36h old build from the latest > current at that time and everything works fine after I recompile most ot > the ports that were using libpthread. There is a little problem with the > nvidia-driver because it does not have version set but it is trivial to > fix and I have sent a mail to maintainer for the issue. > Doesn't work here. As soon as I installed the nvidia driver, mplayer, xmms, java, openoffice, etc... (anything that uses threads) stopped working. When I set up libmap.conf to force everything to use libc_r, it all started working again. Ken