From owner-freebsd-questions Wed Jun 2 21:31: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wumpus.its.uow.edu.au (wumpus.its.uow.edu.au [130.130.68.12]) by hub.freebsd.org (Postfix) with ESMTP id 1857F14E94 for ; Wed, 2 Jun 1999 21:30:55 -0700 (PDT) (envelope-from njr01@wumpus.its.uow.edu.au) Received: (from njr01@localhost) by wumpus.its.uow.edu.au (8.9.1a/8.9.3) id OAA03728; Thu, 3 Jun 1999 14:30:47 +1000 (EST) From: Nicholas James Reid Message-Id: <199906030430.OAA03728@wumpus.its.uow.edu.au> Subject: Re: Kernel Compilation Problems To: dwhite@resnet.uoregon.edu (Doug White) Date: Thu, 3 Jun 1999 14:30:47 +1000 (EST) Cc: questions@freebsd.org In-Reply-To: from Doug White at "Jun 1, 99 10:01:07 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug, I've reinstalled the entire Kernel Developer Dist and the regex and perl problems flew to the winds... However, I've now got another problem... $ make cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitializ ed -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/us r/include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../kern/kern_lockf .c In file included from ../../kern/kern_lockf.c:48: ../../sys/vnode.h:476: warning: `struct vop_lease_args' declared inside parameter list ../../sys/vnode.h:476: warning: its scope is only this definition or declaration, ../../sys/vnode.h:476: warning: which is probably not what you want. ../../sys/vnode.h:490: warning: `struct vop_lease_args' declared inside parameter list ../../sys/vnode.h:526: warning: `struct vop_lookup_args' declared inside parameter list ../../sys/vnode.h:531: warning: `struct vop_islocked_args' declared inside parameter list ../../sys/vnode.h:532: warning: `struct vop_lock_args' declared inside parameter list ../../sys/vnode.h:533: warning: `struct vop_unlock_args' declared inside parameter list ../../sys/vnode.h:534: warning: `struct vop_islocked_args' declared inside parameter list ../../sys/vnode.h:535: warning: `struct vop_lock_args' declared inside parameter list ../../sys/vnode.h:536: warning: `struct vop_poll_args' declared inside parameter list ../../sys/vnode.h:537: warning: `struct vop_unlock_args' declared inside parameter list ../../sys/vnode.h:538: warning: `struct vop_pathconf_args' declared inside parameter list ../../sys/vnode.h:539: warning: `struct vop_poll_args' declared inside parameter list ../../sys/vnode.h:540: warning: `struct vop_revoke_args' declared inside parameter list ../../sys/vnode.h:541: warning: `struct vop_lock_args' declared inside parameter list ../../kern/kern_lockf.c: In function `lf_advlock': ../../kern/kern_lockf.c:102: dereferencing pointer to incomplete type ../../kern/kern_lockf.c:141: dereferencing pointer to incomplete type ../../kern/kern_lockf.c:152: dereferencing pointer to incomplete type ../../kern/kern_lockf.c:158: dereferencing pointer to incomplete type ../../kern/kern_lockf.c:162: dereferencing pointer to incomplete type *** Error code 1 Stop. $ Any ideas? My uname -a output is as follows... FreeBSD itwhbrake 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sun May 1 6 14:59:54 GMT 1999 root@cathair:/usr/src/sys/compile/GENERIC i386 Thanks, Nic > > I did a full install of the 3.2-RELEASE on Saturday from ftp.au.freebsd.org > > using sysinstall and now I'm just trying to compile a 3.2 kernel with > > IPFIREWALL, DUMMYNET and BRIDGE support. > > Actually, no; sysinstall is quite good at failing silently.> > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message