From owner-freebsd-stable@FreeBSD.ORG Thu Jan 8 00:27:38 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A9916A4CE for ; Thu, 8 Jan 2004 00:27:38 -0800 (PST) Received: from rsmba.biz (evrtwa1-ar19-4-41-158-208.evrtwa1.dsl-verizon.net [4.41.158.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 880EA43D41 for ; Thu, 8 Jan 2004 00:27:36 -0800 (PST) (envelope-from rschi@rsmba.biz) Received: (qmail 7479 invoked from network); 8 Jan 2004 08:27:06 -0000 Received: from localhost (HELO foghorn.rsmba.biz) (127.0.0.1) by localhost with SMTP; 8 Jan 2004 08:27:06 -0000 Date: Thu, 8 Jan 2004 00:27:06 -0800 From: Richard Schilling To: freebsd-stable@freebsd.org Message-ID: <20040108082706.GA2917@foghorn.rsmba.biz> References: <20040107183353.GA422@foghorn.rsmba.biz> <20040108072418.GA53486@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20040108072418.GA53486@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Jan 07, 2004 at 23:24:18 -0800 X-Mailer: Balsa 1.4.4 Lines: 23 Subject: creation of /usr/include/sys (was: rebuilding top seems to take forever) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 08:27:38 -0000 Thank you all very much for pointing out what was wrong. It did lead to another question. I solved the problem and got top working again when I finally erased /usr/include/sys and copied /usr/src/sys/sys to /usr/include/sys (after running cvsup on the source tree of course). I thought `cd /usr/src/sys; make install' would have copied /usr/sys/sys to /usr/include/sys, but it doesn't. Where in the build process does /usr/include/sys get created? Richard On 2004.01.07 23:24 Kris Kennaway wrote: > On Wed, Jan 07, 2004 at 10:33:53AM -0800, Richard Schilling wrote: > > I'm rebuilding top. What command do you use to build top? Judging on the contents of /usr/src/contrib/top, the BSD build of top may be slightly different that what's described in the INSTALL and README files. > > > > When I run the ./Configure command it seems to take forever and doesn't complete. the machine subdirectory is missing. > > > > Or, is there another way I should build top? > > The recommended way is 'make buildworld', but you can probably get > away with 'cd /usr/src/usr.bin/top; make all'. Building from contrib/ > is always wrong. > > Kris >