From owner-freebsd-current@FreeBSD.ORG Sat Nov 24 06:28:46 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BC7316A421 for ; Sat, 24 Nov 2007 06:28:46 +0000 (UTC) (envelope-from askbill@conducive.net) Received: from conducive.net (lindfield.ch [203.194.153.81]) by mx1.freebsd.org (Postfix) with ESMTP id 68D6B13C468 for ; Sat, 24 Nov 2007 06:28:46 +0000 (UTC) (envelope-from askbill@conducive.net) Received: from cm218-253-81-177.hkcable.com.hk ([218.253.81.177]:63431 helo=pb.local) by conducive.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1IvoVQ-0007vo-GR for freebsd-current@freebsd.org; Sat, 24 Nov 2007 06:28:44 +0000 Message-ID: <4747C49C.40208@conducive.net> Date: Sat, 24 Nov 2007 06:28:44 +0000 From: =?UTF-8?B?6Z+T5a625qiZIEJpbGwgSGFja2Vy?= User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <47474F60.4080804@conducive.net> <4747A054.5040308@FreeBSD.org> In-Reply-To: <4747A054.5040308@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Buildworld failures -6.3-PRE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Nov 2007 06:28:46 -0000 Doug Barton wrote: > 韓家標 Bill Hacker wrote: >> Many such, >> >> Wearing out my csup welcome for 'RELENG_6'. >> >> Same or similar error when attempting to regress to 'RELENG_6_2' > >> : undefined reference to `__mb_sb_limit' >> *** Error code 1 > > Have you cleaned out /usr/obj/ ? That's always the first place to > start when you see problems of this type, especially in a -stable > branch. You might also want to do > 'cd /usr/src && make cleandir ; make cleandir' > (yes, I meant to type it twice). > > hth, > > Doug > Thanks, but.. 'Old age and treachery...' being what they are, .. at the second, if not first, sign of problems I simply nuke and mkdir /usr/src and /usr/obj, so no longer a Makefile there to do the 'cleandir' with nor a dirtree to target. Bill