Re: kernel link errors

2000-04-16 Thread Warner Losh

In message <[EMAIL PROTECTED]> Donn Miller writes:
: > kern/kern_event.c   standard
: 
: That fixed it.  Can someone please commit the changes?

Done.

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel link errors

2000-04-16 Thread Donn Miller

Josh Tiefenbach wrote:
> 
> On Sun, Apr 16, 2000 at 09:30:17PM -0400, Donn Miller wrote:
> > With a fresh cvsup as of 1/2 hour ago, I get the following link errors
> > during the link stage of the kernel build.  (Please see attached
> > file.)
> 
> Try re-config/re-compiling your kernel after adding the following line to
> /sys/conf/files:
> 
> kern/kern_event.c   standard

That fixed it.  Can someone please commit the changes?

- Donn


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel link errors

2000-04-16 Thread Josh Tiefenbach

On Sun, Apr 16, 2000 at 09:30:17PM -0400, Donn Miller wrote:
> With a fresh cvsup as of 1/2 hour ago, I get the following link errors
> during the link stage of the kernel build.  (Please see attached
> file.)

Try re-config/re-compiling your kernel after adding the following line to
/sys/conf/files:

kern/kern_event.c   standard

josh

-- 
Give me rampant intellectualism as a coping strategy!
   -- Chuck Palahniuk in Invisible Monsters


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



kernel link errors

2000-04-16 Thread Donn Miller

With a fresh cvsup as of 1/2 hour ago, I get the following link errors
during the link stage of the kernel build.  (Please see attached
file.)



- Donn

linking kernel
init_sysent.o(.data+0xb54): undefined reference to `kqueue'
init_sysent.o(.data+0xb5c): undefined reference to `kevent'
kern_descrip.o: In function `close':
kern_descrip.o(.text+0x85c): undefined reference to `knote_fdclose'
kern_exec.o: In function `execve':
kern_exec.o(.text+0x4fb): undefined reference to `knote'
kern_exit.o: In function `exit1':
kern_exit.o(.text+0x46e): undefined reference to `knote'
kern_fork.o: In function `fork1':
kern_fork.o(.text+0x811): undefined reference to `knote'
kern_sig.o: In function `psignal':
kern_sig.o(.text+0x1082): undefined reference to `knote'
sys_pipe.o: In function `pipe_read':
sys_pipe.o(.text+0x599): undefined reference to `knote'
sys_pipe.o(.text+0x9af): more undefined references to `knote' follow
vfs_aio.o: In function `aio_free_entry':
vfs_aio.o(.text+0x2eb): undefined reference to `knote_remove'
vfs_aio.o: In function `aio_daemon':
vfs_aio.o(.text+0xc6b): undefined reference to `knote'
vfs_aio.o: In function `aio_qphysio':
vfs_aio.o(.text+0x1155): undefined reference to `knote'
vfs_aio.o: In function `_aio_aqueue':
vfs_aio.o(.text+0x16fc): undefined reference to `kqueue_register'
vfs_aio.o: In function `aio_physwakeup':
vfs_aio.o(.text+0x1bcd): undefined reference to `knote'
ffs_vnops.o: In function `ffs_write':
ffs_vnops.o(.text+0x8f9): undefined reference to `knote'
ufs_vnops.o: In function `ufs_create':
ufs_vnops.o(.text+0xf1): undefined reference to `knote'
ufs_vnops.o: In function `ufs_mknod':
ufs_vnops.o(.text+0x14a): undefined reference to `knote'
ufs_vnops.o: In function `ufs_setattr':
ufs_vnops.o(.text+0x78b): undefined reference to `knote'
ufs_vnops.o(.text+0x943): more undefined references to `knote' follow
*** Error code 1

Stop in /usr/src/sys/compile/CUSTOM.