From owner-freebsd-current Mon Oct 14 21:30:38 2002 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 4DFD437B401 for ; Mon, 14 Oct 2002 21:30:37 -0700 (PDT) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCBC43EA9 for ; Mon, 14 Oct 2002 21:30:36 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id g9F4U7168079; Mon, 14 Oct 2002 21:30:07 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Mon, 14 Oct 2002 21:30:07 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Kris Kennaway Cc: current@freebsd.org Subject: Re: should this get an UPDATING entry? In-Reply-To: <20021015033108.GB60743@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, buildkernel is sort of fine- doesn't work for partial trees. I just missed the UPDATING about a toolchain upgrade. I also figured out how to get myself out of the partial tree mess I was in by dropping back on the ldscript so I could ensure a new kernel prior to building world. > On Mon, Oct 14, 2002 at 08:04:47PM -0700, Matthew Jacob wrote: > > > > Attempts to build kernels today fail for me with: > > > > h ../../../conf/newvers.sh MJCURRENT > > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs > > -Wstric > > t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > > -fforma > > t-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev > > -I../../../co > > ntrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include > > opt_global.h -fn > > o-common -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c > > linking kernel.debug > > ld: target elf32-i386-freebsd not found > > > > > > > > And these are with i386 systems that are installworld'd within the last > > couple weeks. > > Well, this is what the 'buildkernel' target was invented for (kernel > builds after toolchain upgrades), and why it's the documented standard > way to build kernels after a source upgrade. Do you have this problem > when you use buildkernel? > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message