Subject: 1.5Alpha build error (bootparamd)
To: None <current-users@netbsd.org>
From: Chuck McManis <cmcmanis@mcmanis.com>
List: current-users
Date: 07/14/2000 16:26:16
bootparamd.c  fails to build because a %u on line 145 should be %lu (long 
vs int).
versions:
	    $NetBSD: bootparamd.c,v 1.33.2.2 2000/07/05 01:15:25 enami Exp $
	    $NetBSD: Makefile,v 1.17 2000/06/12 01:57:25 mycroft Exp $

There also appears to be a bug in the Makefile in that it "creates" 
bootparamd_prot.x and .h by linking them to /usr/src/include/rpcsvc (using 
the ${.ALLSRC} macro) when it really should link them to the version in 
$DESTDIR (that is the dependency on the line as well). This will allow 
changes in the .x file to be carried forward into the build.

--Chuck