Subject: kern/2056: shmfork() is demanded regardless of SYSVMSG, SYSVSEM, SYSVSHM
To: None <gnats-bugs@NetBSD.ORG>
From: James Graham (Captech) <greywolf@strikeforce.vas.viewlogic.com>
List: netbsd-bugs
Date: 02/09/1996 13:50:42
>Number:         2056
>Category:       kern
>Synopsis:       shmfork() is demanded regardless of SYSVMSG, SYSVSEM, SYSVSHM
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Feb  9 23:35:01 1996
>Last-Modified:
>Originator:     greywolf@captech.com
>Organization:
none
>Release:        NetBSD-current 9 Feb 1995
>Environment:
	SS1+ SPARC NetBSD-1.1A
System: NetBSD strikeforce 1.1A NetBSD 1.1A (STRIKEFORCE) #5: Tue Feb 6 15:42:21 PST 1996 root@strikeforce:/usr/src/sys/arch/sparc/compile/STRIKEFORCE sparc


>Description:
	When building kernel, SYSV* options are REQUIRED; one cannot
	omit them because /sys/vm/vm_glue.c demands that shmfork() be
	present.  if SYSV shared memory is not an option, it should be
	noted in the GENERIC makefile:
	options SYSVMSG,SYSVSEM,SYSVSHM # MANDATORY

>How-To-Repeat:
	comment out SYSVSHM from your kernel config file
	rm ../compile/$KERNEL
	config $KERNEL
	cd ../compile/$KERNEL
	make depend
	make
>Fix:
	None known.
>Audit-Trail:
>Unformatted: