Subject: Re: -current daily build failure on alpha
To: None <root@garbled.net>
From: None <Havard.Eidnes@runit.sintef.no>
List: current-users
Date: 06/05/2000 21:22:33
> rpcgen -C -L -m -o bootparam_prot_svc.c bootparam_prot.x
> mkdep -a -DYP -nostdinc -idirafter /build/alpha/root/usr/include
> /build/src/usr.sbin/rpc.bootparamd/bootparamd.c bootparam_prot_svc.c
> /build/alpha/tools/usr/bin/cc -B/build/alpha/tools/usr/libexec/ -O2 -Wall
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized
> -Werror -DYP -nostdinc -idirafter /build/alpha/root/usr/include -c
> /build/src/usr.sbin/rpc.bootparamd/bootparamd.c
> cc1: warnings being treated as errors
> /build/src/usr.sbin/rpc.bootparamd/bootparamd.c: In function `main':
> /build/src/usr.sbin/rpc.bootparamd/bootparamd.c:138: warning: unsigned int
> format, different type arg (arg 3)
> *** Error code 1
I hit a similar problem, and found this fix:
Update rpc.bootparamd, rpcgen and librpcsvc.
Recompile rpcgen, install.
Make clean, includes and install in librpcsvc.
Retry compile of rpc.bootparamd.
- H=E5vard