From owner-freebsd-stable Sun Nov 1 09:15:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04534 for freebsd-stable-outgoing; Sun, 1 Nov 1998 09:15:23 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from cassiopeia.caprica.com ([207.137.48.14]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA04528 for ; Sun, 1 Nov 1998 09:15:22 -0800 (PST) (envelope-from frank@exit.com) Received: from exit.com by cassiopeia.caprica.com (8.6.10/95022701) id HAA12354; Sun, 1 Nov 1998 07:15:05 -0800 Received: (from frank@localhost) by exit.com (8.8.8/8.7.3) id IAA03008; Sun, 1 Nov 1998 08:37:15 -0800 (PST) From: Frank Mayhar Message-Id: <199811011637.IAA03008@exit.com> Subject: Re: Problem compiling -STABLE To: najib@csi-x.net Date: Sun, 1 Nov 1998 08:37:15 -0800 (PST) Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <363c1632.2da2.0@csi-x.net> from Muhammad Najib at "Nov 1, 98 04:05:06 pm" X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Muhammad Najib wrote: > I was wondering .. before this I could compile 2.2.7-STABLE .. but then recently > I did cvsup for RELENG_2_2's src-sys and I got this message when I config the > config file > > csi-x# config JeEbSioN > Unknown % construct in generic makefile: %VERSREQ= 220000 > Kernel build directory is ../../compile/JeEbSioN > csi-x# > > hence ... I just ignore this particular problem .. but then when I finished > doing make depend .. and I start doing make ... half way it stop with this error(s) > > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. > -I../.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DIPDIVERT -DFAILSAFE -DCOMPAT_43 > -DMSDOSFS -DNFS -DFFS -DIPFILTER -DINET -DKERNEL -c vers.c > loading kernel > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > isa.o: Undefined symbol `_isa_devtab_cam' referenced from text segment > *** Error code 1 > > Stop. > csi-x# > > I wonder ... what I did wrong here .... please point me :) > Thanx in advance ... You need to go into /usr/src/usr.sbin/config and do a 'make install'. Config has changed recently, making it necessary to update it before trying to build a kernel. I found out the hard way myself, but in general when something like this happens, updating config first is usually a good thing to try. If that fails, _then_ ask the list. -- Frank Mayhar frank@exit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message