From owner-freebsd-stable Tue Jul 14 20:40:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06528 for freebsd-stable-outgoing; Tue, 14 Jul 1998 20:40:08 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA06521 for ; Tue, 14 Jul 1998 20:40:07 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 0ywIQ9-0003mI-00; Tue, 14 Jul 1998 20:39:57 -0700 Date: Tue, 14 Jul 1998 20:39:54 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: Steve Thompson cc: Subject: Re: 2.2 stable compile problems In-Reply-To: <19980714211352.64141@cowpie.acm.vt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 14 Jul 1998, Steve Thompson wrote: > After awhile away from system admin updating, I decided it was time to build > a new kernel (and eventually world). I cvsup RELENG_2_2 every week, so I Wrong order actually. Buildworld first, then the kernel, then reboot. > figured it would work well enough. The configure works fine with one > exception: > > Unknown % construct in generic makefile: %VERSREQ= 220000 > > And the compile of the kernel works great until it attempts to > load. It then gives me a whole bunch of undefined symbol errors: > > isa.o: Undefined symbol isa_devtab_cam' referenced from text segment If you had built world first you would not see this. Basically "config" is out of date. You could force things a long by just rebuilding that and then building a kernel. But if you try to boot with this new kernel you run the risk of your old utils like ifconfig/route/mount etc not being able to talk to the new kernel and there your machine won't start properly. So avoid all that and buildworld first :) Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message