From owner-freebsd-current Sun Nov 22 05:43:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09312 for freebsd-current-outgoing; Sun, 22 Nov 1998 05:43:34 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09303 for current; Sun, 22 Nov 1998 05:43:33 -0800 (PST) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199811221343.FAA09303@hub.freebsd.org> Subject: buildworld breakage? YP_SOCKNAME To: current Date: Sun, 22 Nov 1998 05:43:33 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG havent seen any mail on this...anyone else seeing this? cc -O -pipe -I/home/src/usr.bin/chpass/../../usr.sbin/pwd_mkdb -I/home/src/usr.bin/chpass/../../usr.sbin/vipw -DYP -I. -I/home/src/usr.bin/chpass/../../libexec/ypxfr -I/home/src/usr.bin/chpass/../../usr.sbin/rpc.yppasswdd -Dyp_error=warnx -I/usr/obj/elf/home/src/tmp/usr/include -c /home/src/usr.bin/chpass/pw_yp.c /home/src/usr.bin/chpass/pw_yp.c:68: yppasswd_private.h: No such file or directory /home/src/usr.bin/chpass/pw_yp.c: In function `get_yp_master': /home/src/usr.bin/chpass/pw_yp.c:341: `YP_SOCKNAME' undeclared (first use this function) /home/src/usr.bin/chpass/pw_yp.c:341: (Each undeclared identifier is reported only once /home/src/usr.bin/chpass/pw_yp.c:341: for each function it appears in.) /home/src/usr.bin/chpass/pw_yp.c: In function `yp_submit': /home/src/usr.bin/chpass/pw_yp.c:419: storage size of `master_yppasswd' isn't known /home/src/usr.bin/chpass/pw_yp.c:424: `YP_SOCKNAME' undeclared (first use this function) /home/src/usr.bin/chpass/pw_yp.c:477: `MASTER_YPPASSWDPROG' undeclared (first use this function) /home/src/usr.bin/chpass/pw_yp.c:478: `MASTER_YPPASSWDVERS' undeclared (first use this function) /home/src/usr.bin/chpass/pw_yp.c:498: warning: assignment makes pointer from integer without a cast seems that /usr/src/usr.sbin/rpc_yppasswd/yppasswd_private.x is not being processed by rpcgen to create the required .h file. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message