Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 1999 14:30:47 +1000 (EST)
From:      Nicholas James Reid <njr01@uow.edu.au>
To:        dwhite@resnet.uoregon.edu (Doug White)
Cc:        questions@freebsd.org
Subject:   Re: Kernel Compilation Problems
Message-ID:  <199906030430.OAA03728@wumpus.its.uow.edu.au>
In-Reply-To: <Pine.BSF.4.03.9906010959460.29078-100000@resnet.uoregon.edu> from Doug White at "Jun 1, 99 10:01:07 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906030430.OAA03728>