From owner-freebsd-current@FreeBSD.ORG Wed Jan 18 02:20:35 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 3D70316A41F; Wed, 18 Jan 2006 02:20:35 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7CAD43D48; Wed, 18 Jan 2006 02:20:34 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0I2KYYc099738; Tue, 17 Jan 2006 18:20:34 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0I2KX1E099737; Tue, 17 Jan 2006 18:20:33 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Jan 2006 18:20:33 -0800 From: Steve Kargl To: Doug Barton Message-ID: <20060118022033.GA99620@troutmask.apl.washington.edu> References: <20060117222233.GA99076@troutmask.apl.washington.edu> <63732.1137541297@critter.freebsd.dk> <20060118012104.GA45779@troutmask.apl.washington.edu> <43CD9AE9.7030901@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43CD9AE9.7030901@FreeBSD.org> User-Agent: Mutt/1.4.2.1i 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 02:20:35 -0000 On Tue, Jan 17, 2006 at 05:33:29PM -0800, Doug Barton wrote: > 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. What does not make sense (to me), is that the error message calls out /usr/include/sys/md5.h. Why is make in src/lib looking at /usr/include? -- Steve