Subject: misc/6091: 19980902 make build failure - src/share/man/man9 Makefile
To: None <gnats-bugs@gnats.netbsd.org>
From: None <John.P.Darrow@wheaton.edu>
List: netbsd-bugs
Date: 09/02/1998 22:59:38
>Number:         6091
>Category:       misc
>Synopsis:       current as of 19980902 fails to make build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep  2 21:05:01 1998
>Last-Modified:
>Originator:     John Darrow
>Organization:
	Computing Services
	Wheaton College, Wheaton, IL
>Release:        current supped 19980802
>Environment:
System: NetBSD jdarrow.wheaton.edu 1.3H NetBSD 1.3H (JDARROW) #0: Wed Sep 2 15:55:44 CDT 1998 jdarrow@jdarrow.wheaton.edu:/var/src/sys/arch/i386/compile/JDARROW i386


>Description:
	make build fails in the install phase in src/share/man/man9 due to
	the incomplete addition of kprintf.9 to the Makefile.
>How-To-Repeat:
	make build
>Fix:
	add kprintf.9 to the MAN= line, and do the MLINKS entries correctly.

diff -u Makefile_v1.43 Makefile
--- Makefile_v1.43	Wed Sep  2 06:09:02 1998
+++ Makefile	Wed Sep  2 22:31:57 1998
@@ -7,7 +7,7 @@
 	fetch.9 fork1.9 inittodr.9 intro.9 log.9 malloc.9 mbuf.9 panic.9 \
 	pfil.9 physio.9 pool.9 psignal.9 resettodr.9 rnd.9 rt_timer.9 \
 	shutdownhook_establish.9 sleep.9 spl.9 store.9 time.9 timeout.9 \
-	vslock.9 uvm.9
+	vslock.9 uvm.9 kprintf.9
 MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9
 MLINKS+=access.9 kernacc.9 access.9 useracc.9
 MLINKS+=bus_space.9 bus_space_alloc.9 bus_space.9 bus_space_barrier.9 \
@@ -78,7 +78,6 @@
 	mbuf.9 M_ALIGN.9 mbuf.9 MH_ALIGN.9 mbuf.9 M_LEADINGSPACE.9 \
 	mbuf.9 M_TRAILINGSPACE.9 mbuf.9 M_PREPEND.9 mbuf.9 MCHTYPE.9 \
 	mbuf.9 MEXTREMOVE.9 mbuf.9 MFREE.9
-MLINKS+=kprintf.9 printf.9 sprintf.9 vprintf.9 uprintf.9 ttyprintf.9
 MLINKS+=rnd.9 rnd_attach_source.9 rnd.9 rnd_detach_source.9 \
 	rnd.9 rnd_add_data.9 rnd.9 rnd_add_uint32.9
 MLINKS+=rt_timer.9 rt_timer_queue_create.9 rt_timer.9 rt_timer_queue_change.9 \
@@ -115,6 +114,8 @@
 	uvm.9 uvm_kernacc.9 uvm.9 uvm_useracc.9 uvm.9 uvm_vslock.9 \
 	uvm.9 uvm_vsunlock.9 uvm.9 uvm_meter.9 uvm.9 uvm_sysctl.9 \
 	uvm.9 uvm_fork.9 uvm.9 uvm_grow.9 uvm.9 uvm_coredump.9
+MLINKS+=kprintf.9 printf.9 kprintf.9 sprintf.9 kprintf.9 vprintf.9 \
+	kprintf.9 uprintf.9 kprintf.9 ttyprintf.9
 
 SUBDIR= man9.sun3
 
>Audit-Trail:
>Unformatted: