From owner-freebsd-alpha Fri Jul 21 7:46:21 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 8147537BCAC for ; Fri, 21 Jul 2000 07:46:16 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA02951; Fri, 21 Jul 2000 10:46:15 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id KAA52393; Fri, 21 Jul 2000 10:46:15 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 21 Jul 2000 10:46:15 -0400 (EDT) To: mts@off.to Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: kernel build problem. In-Reply-To: <200007211356.JAA09501@off.to> References: <200007211356.JAA09501@off.to> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14712.24926.268089.962068@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael T. Stolarchuk writes: > > 4.0-RELEASE #0: Mon Mar 20 21:55:10 GMT 2000 > > i'm having some trouble building kernels... it seems like i've left > some step out. a newly installed system can't do a `make depend' after > a config. The config succeeds, but when i try the made depend in the > target directory, i get a boatload of errors. > > Its as if /usr/include/machine isn't correct. i've tried some simple > fixes, but it still seems wrong. this must be a known problem, but > i haven't been able to locate any details about it... and don't > see a straightforward fix to deal with it... > > What's the right thing to do? Get current? or is there some > configuration step i've missed? From the symptoms, I'd guess you've configured an i386 kernel & tried to build it on an alpha. Eg, make sure you run config in sys/alpha/conf, _NOT_ sys/i386/conf. You may want to take a fresh source tree, as your above mentioned attempts at fixes may have broken something else. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message