Subject: Re: 1.5Alpha build error (bootparamd)
To: Chuck McManis <cmcmanis@mcmanis.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 07/14/2000 16:19:29
On Fri, Jul 14, 2000 at 04:26:16PM -0700, Chuck McManis wrote:

 > 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.

At the very least, you need to update your rpcgen before you build the
world.  The process for updating your system to TI-RPC was posted here
on current-users some time ago.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>