Current-Users archive

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

Re: building i386 release fails



On Sat, Oct 03, 2009 at 07:11:56PM -0400, Elad Efrat wrote:
> On Sat, Oct 3, 2009 at 6:55 PM, Kurt Schreiner <ks%ub.uni-mainz.de@localhost> 
> wrote:
> > On Sat, Oct 03, 2009 at 06:35:43PM -0400, Elad Efrat wrote:
> >> 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?
> >
> >>-1047: ident /usr/src/sys/sys/proc.h
> > /usr/src/sys/sys/proc.h:
> >     $NetBSD: proc.h,v 1.291 2009/10/02 22:38:45 elad Exp $
> >
> > and that seems to be the newest version available via anoncvs.netbsd.org:
> >>-1049: (cd  /usr/src && cvs diff sys/sys/proc.h)
> >>-1050:
> 
> Forgot to ask: What about sys_process.c?
All the newest, too:

>-1056: ident /usr/src/sys/kern/sys_process.c
/usr/src/sys/kern/sys_process.c:
     $NetBSD: sys_process.c,v 1.149 2009/10/02 22:38:45 elad Exp $
     $NetBSD: sys_process.c,v 1.149 2009/10/02 22:38:45 elad Exp $
>-1057: (cd /usr/src && cvs diff -u sys/kern/sys_process.c)
>-1058:

Kurt


Home | Main Index | Thread Index | Old Index