From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 16:45:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F00716A4CE; Thu, 29 Jul 2004 16:45:56 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2837643D66; Thu, 29 Jul 2004 16:45:56 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from pelsia.ninth-nine.com (pelsia.ninth-nine.com [219.127.74.123]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6TGjtCN037643; Fri, 30 Jul 2004 01:45:55 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 30 Jul 2004 01:45:55 +0900 (JST) Message-Id: <200407291645.i6TGjtCN037643@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Alex Dupre In-Reply-To: <410921B0.70600@FreeBSD.org> References: <4108C153.7080602@FreeBSD.org> <4108D553.5040806@FreeBSD.org> <20040730005559.2ee8e1a6.nork@FreeBSD.org> <410921B0.70600@FreeBSD.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Fri, 30 Jul 2004 01:45:55 +0900 (JST) cc: kan@FreeBSD.org cc: nork@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Kernel build error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 16:45:56 -0000 On Thu, 29 Jul 2004 18:11:28 +0200 Alex Dupre wrote: > Norikatsu Shigemura wrote: > > Oops, you should make buildworld before make buildkernel. > > And `make buildworld' will use new toolschains. > Yes, that's right, but there should be a check somewhere, saying I need > a newer gcc and not failing badly (I think). Agree. I want a message in /usr/src/UPDATING like 'make buildworld before make buildkernel.'.