Subject: -current build failure
To: Current Users <current-users@netbsd.org>
From: Chavdar Ivanov <ci4ic4@gmail.com>
List: current-users
Date: 02/12/2007 16:27:02
I've had problems to do a build.sh release since this morning. I
thought initially it was something with my local tree, but it repeated
itself on another system. Basically it failed in

/usr/src/share/man/man9 as follows:

[2/4.3.2]root@lisa:/usr/src/share/man/man9# make
make: "/usr/share/mk/bsd.man.mk" line 96: Not enough words in for
substitution list
make: "/usr/share/mk/bsd.man.mk" line 157: Not enough words in for
substitution list
make: Fatal errors encountered -- cannot continue

make: stopped in /usr/src/share/man/man9

Running make in that place (after a clean cvs update) lead to the
following patch:

--- share/man/man9/Makefile.bad 2007-02-12 16:16:35.000000000 +0000
+++ share/man/man9/Makefile     2007-02-12 16:15:04.000000000 +0000
@@ -184,7 +184,7 @@
 MLINKS+=curproc.9 curcpu.9
 MLINKS+=delay.9 DELAY.9
 MLINKS+=disk.9 disk_attach.9 disk.9 disk_detach.9 \
-       disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \
+       disk.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \
        disk.9 disk_resetstat.9
 MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \
        disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9

I don't know what's wrong with disk_busy, but that's what I get...

Chavdar Ivanov