Date: Wed, 3 Jun 1998 18:52:57 -0400 (EDT) From: Robert Watson <robert@cyrus.watson.org> To: Matt Behrens <matt@megaweapon.zigg.com> Cc: stable@FreeBSD.ORG Subject: Re: kernel compile problem Message-ID: <Pine.BSF.3.96.980603182958.3871C-100000@fledge.watson.org> In-Reply-To: <Pine.BSF.3.96.980603141318.25059B-100000@megaweapon.zigg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <matt@zigg.com> | 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980603182958.3871C-100000>