From owner-freebsd-stable Wed Jun 3 17:38:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14915 for freebsd-stable-outgoing; Wed, 3 Jun 1998 17:38:51 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from megaweapon.zigg.com (ip68.grand-rapids.mi.pub-ip.psi.net [38.11.210.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14801 for ; Wed, 3 Jun 1998 17:38:17 -0700 (PDT) (envelope-from matt@megaweapon.zigg.com) Received: from megaweapon.zigg.com (megaweapon.zigg.com [192.168.0.1]) by megaweapon.zigg.com (8.8.8/8.8.8) with SMTP id UAA26030; Wed, 3 Jun 1998 20:39:03 -0400 (EDT) (envelope-from matt@megaweapon.zigg.com) Date: Wed, 3 Jun 1998 20:39:02 -0400 (EDT) From: Matt Behrens To: Robert Watson cc: stable@FreeBSD.ORG Subject: Re: kernel compile problem In-Reply-To: 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 Glad to be of assistance. :) Actually, I *just* looked this up this morning from the mailing list archives... :) On Wed, 3 Jun 1998, Robert Watson wrote: > > Please ignore this later email with vnode_* problems -- having re-supped > and installed world, I then attempted to build the kernel on the wrong > machine. Damn x-windows. :-) > > Thanks for your assistance -- installing a new config indeed did the > trick. > > On Wed, 3 Jun 1998, Robert Watson wrote: > > > > > Not originanally, but per your email I installed world (I had originally > > built world, but decided to build kernel before installing world). > > > > I installed world, but now get the following errors on a kernel build > > under -stable (cvsup'd as of this morning): > > > > > > ------- > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > > -nostdinc -I- -I. -I../.. -I../../../include -DMD5 -DFAILSAFE -DCOMPAT_43 > > -DMFS -DFFS -DINET -DKERNEL -c vnode_if.c > > vnode_if.h: In function `VOP_VFREE': > > In file included from ../../sys/vnode.h:378, > > from vnode_if.c:10: > > vnode_if.h:965: parse error at null character > > vnode_if.h:966: `vp' undeclared (first use this function) > > vnode_if.h:966: (Each undeclared identifier is reported only once > > vnode_if.h:966: for each function it appears in.) > > vnode_if.h:966: `vop_putpages_desc' undeclared (first use this function) > > vnode_if.h:966: `a' undeclared (first use this function) > > vnode_if.h:967: warning: control reaches end of non-void function > > vnode_if.c: At top level: > > vnode_if.c:623: dereferencing pointer to incomplete type > > vnode_if.c:623: initializer element for `vop_truncate_vp_offsets[0]' is > > not constant > > vnode_if.c:632: dereferencing pointer to incomplete type > > vnode_if.c:632: initializer element for > > `vop_truncate_desc.vdesc_cred_offset' is not constant > > vnode_if.c:633: dereferencing pointer to incomplete type > > vnode_if.c:633: initializer element for > > `vop_truncate_desc.vdesc_proc_offset' is not constant > > vnode_if.c:639: dereferencing pointer to incomplete type > > vnode_if.c:639: initializer element for `vop_update_vp_offsets[0]' is not > > constant > > vnode_if.c:655: dereferencing pointer to incomplete type > > vnode_if.c:655: initializer element for `vop_getpages_vp_offsets[0]' is > > not constant > > vnode_if.c:671: dereferencing pointer to incomplete type > > vnode_if.c:671: initializer element for `vop_putpages_vp_offsets[0]' is > > not constant > > vnode_if.c:674: `vop_putpages_desc' used prior to declaration > > *** Error code 1 > > > > Stop. > > > > On Wed, 3 Jun 1998, Matt Behrens wrote: > > > > > Did you rebuild config from the new sources? > > > > > > On Wed, 3 Jun 1998, Robert Watson wrote: > > > > > > > > > > > As of a cvsup about 20 minutes ago, all of my kernel builds fail. These > > > > are using config files that have previously worked fine (and in fact were > > > > pulled from working kernels using awk :). I rm -rf'd my sys tree and > > > > re-cvsupped, and still it does not work. It fails immediately after the > > > > load kernel line output. > > > > > > > > ---- > > > > sh ../../conf/newvers.sh THITHLE -DMD5 -DFAILSAFE -DCOMPAT_43 -DMFS -DFFS > > > > -DINET > > > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > > > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > > > > -nostdinc -I- -I. -I../.. -I../../../include -DMD5 -DFAILSAFE -DCOMPAT_43 > > > > -DMFS -DFFS -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. > > > > > > > > > > > > > > > > Robert N Watson > > > > > > > > Carnegie Mellon University http://www.cmu.edu/ > > > > TIS Labs at Network Associates, Inc. http://www.tis.com/ > > > > SafePort Network Services http://www.safeport.com/ > > > > robert@fledge.watson.org http://www.watson.org/~robert/ > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > > > Matt Behrens | http://www.zigg.com/ > > > Network Operations, The Iserv Company | Proudly running FreeBSD; sworn > > > MIS, Michigan Kenworth, Inc. | enemy of Linux, a free hack OS > > > Chanop Script Coordinator, WWFIN | and Windows, a non-free hack OS! > > > > > > > > > > > > Robert N Watson > > > > Carnegie Mellon University http://www.cmu.edu/ > > TIS Labs at Network Associates, Inc. http://www.tis.com/ > > SafePort Network Services http://www.safeport.com/ > > robert@fledge.watson.org http://www.watson.org/~robert/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > > Robert N Watson > > Carnegie Mellon University http://www.cmu.edu/ > TIS Labs at Network Associates, Inc. http://www.tis.com/ > SafePort Network Services http://www.safeport.com/ > robert@fledge.watson.org http://www.watson.org/~robert/ > > Matt Behrens | http://www.zigg.com/ Network Operations, The Iserv Company | Proudly running FreeBSD; sworn MIS, Michigan Kenworth, Inc. | enemy of Linux, a free hack OS Chanop Script Coordinator, WWFIN | and Windows, a non-free hack OS! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message