From owner-freebsd-stable Mon Feb 5 11:35:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from penguin.prod.itd.earthlink.net (penguin.prod.itd.earthlink.net [207.217.120.134]) by hub.freebsd.org (Postfix) with ESMTP id 2C34337B65D for ; Mon, 5 Feb 2001 11:35:18 -0800 (PST) Received: from qwerty.home.lan (dialup-63.208.188.153.Baltimore1.Level3.net [63.208.188.153]) by penguin.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id LAA11171 for ; Mon, 5 Feb 2001 11:35:16 -0800 (PST) Received: (from pat@localhost) by qwerty.home.lan (8.11.1/8.11.1) id f15JV9p01519 for freebsd-stable@FreeBSD.ORG; Mon, 5 Feb 2001 14:31:09 -0500 (EST) (envelope-from pfoley@earthlink.net) Date: Mon, 5 Feb 2001 14:30:31 -0500 From: Patrick Foley To: freebsd-stable@FreeBSD.ORG Subject: Re: buildkernel errors Message-ID: <20010205143031.A1273@qwerty.home.lan> References: <20010205083525.EA8013E09@bazooka.unixfreak.org> <01020516431701.10140@hellraiser.cannoncreek.com> <008501c08f95$33bd0aa0$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <008501c08f95$33bd0aa0$1200a8c0@gsicomp.on.ca>; from matt@gsicomp.on.ca on Mon, Feb 05, 2001 at 12:00:51PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 05, 2001 at 12:00:51PM -0500, Matthew Emmerton wrote: > Not only must you do a buildworld before doing a buildkernel, but you must > do an installworld as well. This is most likely causing your problem, as > you're using an older set of build tools (gcc, etc) than what buildkernel is > expecting. No no no. The whole point of the 'buildkernel' target is that it uses the tools built in /usr/obj (by 'make buildworld') rather than the tools found in your regular path. Follow /usr/src/UPDATING to the letter. Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message