Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: building i386 release fails



Kurt Schreiner wrote:
Hi,

build.sh...release for i386 fails linking the INSTALL-FLOPPY kernel.
(-current source from Oct  4 00:08 MEST):

Build directory is /u/NetBSD/arch/i386/obj/sys/arch/i386/compile/INSTALL_FLOPPY
Don't forget to run "make depend"
depending the kern library objects
depending the compat library objects
making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the kern library is up to date...
`libkern.a' is up to date.
       link  INSTALL_FLOPPY/netbsd
kern_proc.o: In function `proc_listener_cb':
kern_proc.c:(.text+0xa66): undefined reference to `proc_uidmatch'
kern_resource.o: In function `resource_listener_cb':
kern_resource.c:(.text+0x1cdc): undefined reference to `proc_uidmatch'

*** Failed target:  netbsd

proc_uidmatch() is prototyped in sys/proc.h which is included by both
files. What revision do you have of sys/proc.h?

-e.



Home | Main Index | Thread Index | Old Index