From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 11:20:09 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 790EA16A4CF for ; Tue, 24 Feb 2004 11:20:09 -0800 (PST) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 4A22643D1F for ; Tue, 24 Feb 2004 11:20:09 -0800 (PST) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg137.cms.usa.net (165.212.11.137) by cmsoutbound.mx.net with SMTP; 24 Feb 2004 19:20:05 -0000 Received: from optimator.noacks.org [66.136.22.254] by uadvg137.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 530iBXTuD0178M37; Tue, 24 Feb 2004 19:20:02 GMT X-USANET-Auth: 66.136.22.254 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id ED0126110; Tue, 24 Feb 2004 13:20:01 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04818-05; Tue, 24 Feb 2004 13:20:00 -0600 (CST) Received: from alumni.rice.edu (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 8181E60E7; Tue, 24 Feb 2004 13:20:00 -0600 (CST) Message-ID: <403BA3E0.5070902@alumni.rice.edu> Date: Tue, 24 Feb 2004 13:20:00 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Gilbert References: <16443.35905.455147.330275@canoe.dclg.ca> <20040224095908.J30559@carver.gumbysoft.com> <16443.40099.996797.886860@canoe.dclg.ca> In-Reply-To: <16443.40099.996797.886860@canoe.dclg.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-current@freebsd.org Subject: Re: Nontrivial brokeness with new threads. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu 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 19:20:09 -0000 On 2/24/2004 12:49 PM, David Gilbert wrote: > > > > I feel like I should be in a foul mood. I solicited information on > how nvidia might be broken and what number of stars on one's belt were > required to fix it. Or someone being _helpful_ might comment on > whether or not nvidia's help is required to fix it. > > ... instead _unhelpfully_ of pointing out something that I was already > up-to-date on. > > > > ============================== > | Two things can only be | > | equal if and only if they | > | are precisely opposite. | > ===========GLO================ We must have equal ideas on up-to-date then ;-): $ grep --context=2 nvidia /usr/src/UPDATING libraries linked to libkse, then it is also recommended that you map libkse to libpthread. Anyone that is using nvidia supplied drivers and libraries should use a libmap.conf that maps libpthread to libc_r since their drivers/libraries do not work with libpthread. Jon Noack