Subject: Re: Another failure to build with today's -current
To: Paul Goyette <paul@whooppee.com>
From: Feico Dillema <feico@dillema.net>
List: current-users
Date: 06/26/2000 00:58:30
On Sun, Jun 25, 2000 at 03:53:32PM -0700, Paul Goyette wrote:
> This is on my Alpha PC164LX.  The same build succeeded on i386...
> 
> # make cleandir && make dependall
> rm -f a.out [Ee]rrs mklog core *.core  rpc.bootparamd bootparamd.o bootparam_prot_svc.o  bootparamd.ln bootparam_prot_svc.ln bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h  
> rm -f bootparams.cat5 rpc.bootparamd.cat8
> rm -f .depend /usr/src/usr.sbin/rpc.bootparamd/tags 
> rm -f bootparam_prot.x
> ln -s /usr/include/rpcsvc/bootparam_prot.x bootparam_prot.x
> rm -f bootparam_prot.h
> ln -s /usr/include/rpcsvc/bootparam_prot.h bootparam_prot.h
> rpcgen -C -L -m -o bootparam_prot_svc.c bootparam_prot.x
> mkdep -a  -DYP /usr/src/usr.sbin/rpc.bootparamd/bootparamd.c bootparam_prot_svc.c
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror   -DYP -c /usr/src/usr.sbin/rpc.bootparamd/bootparamd.c
> cc1: warnings being treated as errors
> /usr/src/usr.sbin/rpc.bootparamd/bootparamd.c: In function `main':
> /usr/src/usr.sbin/rpc.bootparamd/bootparamd.c:143: warning: unsigned int format, different type arg (arg 3)
> *** Error code 1

check the comment in the source of bootparamd.c (line 143). It
explains the procedure...

Feico.