From owner-freebsd-stable@FreeBSD.ORG Mon May 19 17:53:58 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C00F106566B for ; Mon, 19 May 2008 17:53:58 +0000 (UTC) (envelope-from duhring@charter.net) Received: from mta31.charter.net (mta31.charter.net [216.33.127.82]) by mx1.freebsd.org (Postfix) with ESMTP id 2736E8FC24 for ; Mon, 19 May 2008 17:53:58 +0000 (UTC) (envelope-from duhring@charter.net) Received: from aarprv06.charter.net ([10.20.200.76]) by mta31.charter.net (InterMail vM.7.08.03.00 201-2186-126-20070710) with ESMTP id <20080519175357.MKXX2641.mta31.charter.net@aarprv06.charter.net>; Mon, 19 May 2008 13:53:57 -0400 Received: from maxwell ([75.132.247.36]) by aarprv06.charter.net with ESMTP id <20080519175357.UIDM3194.aarprv06.charter.net@maxwell>; Mon, 19 May 2008 13:53:57 -0400 Received: by maxwell (Postfix, from userid 1000) id 376B92A; Mon, 19 May 2008 12:53:58 -0500 (CDT) Date: Mon, 19 May 2008 12:53:58 -0500 From: Dave Uhring To: David Wolfskill Message-ID: <20080519175358.GB55020@charter.net> References: <20080519151739.GA50653@charter.net> <4AB77C7C-55F7-4CC3-B842-E684F6C899E3@rabson.org> <20080519163825.GA32372@charter.net> <20080519165421.GA62264@charter.net> <20080519170223.GH7468@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080519170223.GH7468@bunrab.catwhisker.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Chzlrs: 0 Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2008 17:53:58 -0000 On Mon, May 19, 2008 at 10:02:23AM -0700, David Wolfskill wrote: > On Mon, May 19, 2008 at 11:54:21AM -0500, Dave Uhring wrote: > > > > The build is going nowhere without the correct header files in /usr/include/sys. > > That appears to indicate that your build environment is fundamentally > broken.. > > You might consider doing the build within script(1), then making the > resulting script file available for folks to examine. I posted the relevant output from "make buildworld". Copying the 3 new header files from /usr/src/sys/sys to /usr/include/sys solved my original problem. I'm sure that after a successful buildworld and installworld that the original problem will go away. The problem now is in the build of groff: [root@maxwell /usr/src/contrib/groff/src/devices/grodvi]# ls *.h ls: *.h: No such file or directory However, dvi.cpp in that directory has this: #include "driver.h" #include "nonposix.h" #include "paper.h"