From owner-freebsd-current@FreeBSD.ORG Sat Feb 10 18:42:12 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 8CE5816A406 for ; Sat, 10 Feb 2007 18:42:12 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id 1875013C471 for ; Sat, 10 Feb 2007 18:42:11 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (ejqdov@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l1AIb4bE058252; Sat, 10 Feb 2007 19:37:09 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l1AIb4xo058251; Sat, 10 Feb 2007 19:37:04 +0100 (CET) (envelope-from olli) Date: Sat, 10 Feb 2007 19:37:04 +0100 (CET) Message-Id: <200702101837.l1AIb4xo058251@lurza.secnetix.de> From: Oliver Fromme To: freebsd-current@FreeBSD.ORG, rodrigc@crodrigues.org In-Reply-To: <20070210165904.GA58269@crodrigues.org> X-Newsgroups: list.freebsd-current User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Sat, 10 Feb 2007 19:37:10 +0100 (CET) Cc: Subject: Re: Populating /usr/include for make buildworld? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-current@FreeBSD.ORG, rodrigc@crodrigues.org 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 18:42:12 -0000 Craig Rodrigues wrote: > 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 I had exactly the same problem (but on RELENG_6). At first I copied the missing files from the source tree manually, then started buildworld over again, but it kept bailing out a little later. I got tired of it and just populated /usr/include from a recent snapshot that I got from an FTP site (it's in the "base" distribution set). That got me started, and buildworld finished successfully. > What is the correct way to populate /usr/include > before buildworld? I would like to know the answer, too. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, USt-Id: DE204219783 Any opinions expressed in this message are personal to the author and may not necessarily reflect the opinions of secnetix GmbH & Co KG in any way. FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "C++ is the only current language making COBOL look good." -- Bertrand Meyer