From owner-freebsd-current@FreeBSD.ORG Thu Sep 4 19:54:52 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 6703416A4BF; Thu, 4 Sep 2003 19:54:52 -0700 (PDT) Received: from exchhz01.viatech.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8BC43FE5; Thu, 4 Sep 2003 19:54:45 -0700 (PDT) (envelope-from davidxu@viatech.com.cn) Received: from viatech.com.cn (ip-240-1-168-192.rev.dyxnet.com [192.168.1.240]) by exchhz01.viatech.com.cn with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id RKXCS6JS; Fri, 5 Sep 2003 10:36:18 +0800 Message-ID: <3F57FBEE.2090509@viatech.com.cn> Date: Fri, 05 Sep 2003 10:58:54 +0800 From: David Xu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: deischen@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Mark Sergeant cc: freebsd-current@freebsd.org Subject: Re: Various problems after latest -CURRENT build. (USB, WI, KSE) 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: Fri, 05 Sep 2003 02:54:52 -0000 Daniel Eischen wrote: >On Fri, 5 Sep 2003, Mark Sergeant wrote: > > > >>Hi Guys, >> >> I've noticed a bunch of problems with my latest current build... >> >>1. With device wi in my kernel I was unable to compile at all, had to >>take it out and then use a module to get it to work. >>2. My USB mouse no longer works, Works fine on my 5.1-RELEASE machine >>but nothing as of last nights kernel and world. >>3. libkse seems to be causing hangs in various processes including >>evolution, once I changed libmap to libc_r everything has run smoothly. >> >> > >You can try this patch to src/lib/libpthread/support/Makefile.inc. >That should get libkse working again. We don't know why this is >needed yet, but someone (kan?) is working on it. > > > Last time, I tested the patch, MySQL was still crashed. Try revert to: src/lib/libpthread/Makefile revision 1.47 src/lib/libpthread/support/Makefile.inc revision 1.5 David Xu