From owner-freebsd-current@FreeBSD.ORG Wed Jan 18 01:33:38 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 1928816A41F for ; Wed, 18 Jan 2006 01:33:38 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mail2.fluidhosting.com [204.14.90.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E2FC43D46 for ; Wed, 18 Jan 2006 01:33:37 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 91289 invoked by uid 399); 18 Jan 2006 01:33:35 -0000 Received: from localhost (HELO ?192.168.0.6?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 18 Jan 2006 01:33:35 -0000 Message-ID: <43CD9AE9.7030901@FreeBSD.org> Date: Tue, 17 Jan 2006 17:33:29 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Steve Kargl References: <20060117222233.GA99076@troutmask.apl.washington.edu> <63732.1137541297@critter.freebsd.dk> <20060118012104.GA45779@troutmask.apl.washington.edu> In-Reply-To: <20060118012104.GA45779@troutmask.apl.washington.edu> X-Enigmail-Version: 0.93.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Poul-Henning Kamp , freebsd-current@freebsd.org Subject: Re: md5c.c is broken on amd64 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: Wed, 18 Jan 2006 01:33:38 -0000 Steve Kargl wrote: > I didn't do a buildworld. It appears that one can no longer > rebuild only a part of the tree. One can usually do so if one has a fairly up to date buildworld in place already. > On the bright, I found I have a boat loader of bitrot in /usr/include. It's usually a good idea to 'mv /usr/include /usr/include-old' before installworld. It's also usually helpful to 'rm -r /usr/share/man/*' before installworld as well. Doug