From owner-freebsd-current@FreeBSD.ORG Sat Feb 10 16:59:06 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21AFC16A401 for ; Sat, 10 Feb 2007 16:59:06 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from alnrmhc16.comcast.net (alnrmhc16.comcast.net [204.127.225.96]) by mx1.freebsd.org (Postfix) with ESMTP id ED8BD13C481 for ; Sat, 10 Feb 2007 16:59:05 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-66-31-35-94.hsd1.ma.comcast.net ([66.31.35.94]) by comcast.net (alnrmhc16) with ESMTP id <20070210165905b1600i6uite>; Sat, 10 Feb 2007 16:59:05 +0000 Received: from c-66-31-35-94.hsd1.ma.comcast.net (localhost.crodrigues.org [127.0.0.1]) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id l1AGx5FG058295 for ; Sat, 10 Feb 2007 11:59:05 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-31-35-94.hsd1.ma.comcast.net (8.13.8/8.13.8/Submit) id l1AGx5fW058294 for freebsd-current@freebsd.org; Sat, 10 Feb 2007 11:59:05 -0500 (EST) (envelope-from rodrigc) Date: Sat, 10 Feb 2007 11:59:04 -0500 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20070210165904.GA58269@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Populating /usr/include for make buildworld? 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, 10 Feb 2007 16:59:06 -0000 Hi, I am trying to see if I have any outdated files in /usr/include by doing: cd /usr/obj ; rm -r * cd /usr/include ; rm -r * cd /usr/src; make buildworld buildworld is failing in a few places because the installincludes step is not populating /usr/include/zlib.h, /usr/include/zconf.h, or /usr/include/termcap.h What is the correct way to populate /usr/include before buildworld? Thanks. -- Craig Rodrigues rodrigc@crodrigues.org