From owner-freebsd-stable Wed Jun 3 15:53:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20607 for freebsd-stable-outgoing; Wed, 3 Jun 1998 15:53:28 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from fledge.watson.org (root@COPLAND.CODA.CS.CMU.EDU [128.2.222.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20534 for ; Wed, 3 Jun 1998 15:53:14 -0700 (PDT) (envelope-from robert@cyrus.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.8.8/8.8.8) with SMTP id SAA03978; Wed, 3 Jun 1998 18:52:57 -0400 (EDT) Date: Wed, 3 Jun 1998 18:52:57 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org Reply-To: Robert Watson To: Matt Behrens 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 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