Subject: netbsd-3 build fails
To: None <current-users@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: current-users
Date: 05/23/2005 16:10:53
Hi!
I can't build netbsd-3 kernel. Anyone else having problems with
kern_fork.c version 1.121.2.1?
# compile ITX/kern_fork.o
cc -ffreestanding -g -O2 -Werror -Wall -Wno-main -Wno-format-zero-length
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes
-Wno-sign-compare -fno-zero-initialized-in-bss -Di386 -I.
-I../../../../arch -I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL
-D_KERNEL_OPT -I../../../../dist/ipf -c ../../../../kern/kern_fork.c
../../../../kern/kern_fork.c: In function `fork1':
../../../../kern/kern_fork.c:300: error: `P_CLDSIGIGN' undeclared (first
use in this function)
../../../../kern/kern_fork.c:300: error: (Each undeclared identifier is
reported only once
../../../../kern/kern_fork.c:300: error: for each function it appears in.)
*** Error code 1
Stop.
make: stopped in /usr/src/sys/arch/i386/compile/ITX
ROOT n70:/usr/src/sys/kern> ident kern_fork.c
kern_fork.c:
$NetBSD: kern_fork.c,v 1.121.2.1 2005/05/22 19:33:34 snj Exp $
$NetBSD: kern_fork.c,v 1.121.2.1 2005/05/22 19:33:34 snj Exp $
ROOT n70:/usr/src> cat CVS/Root
anoncvs@anoncvs.netbsd.org:/cvsroot
ROOT n70:/usr/src> cat CVS/Tag
Tnetbsd-3
ROOT n70:/usr/src>