From owner-freebsd-questions Tue Sep 16 01:56:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12543 for questions-outgoing; Tue, 16 Sep 1997 01:56:33 -0700 (PDT) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12536 for ; Tue, 16 Sep 1997 01:56:29 -0700 (PDT) Received: from giovannelli.it (ts3port8d.masternet.it [194.184.65.175]) by www.giovannelli.it (8.8.7/8.8.5) with ESMTP id KAA00393 for ; Tue, 16 Sep 1997 10:59:45 +0200 (MET DST) Message-ID: <341E662B.CF15758A@giovannelli.it> Date: Tue, 16 Sep 1997 10:57:47 +0000 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: rpcgen and include path (make world fails) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After compiling world without any troubles on 13-09 (3.0-CURRENT), now after a cvsup I am not able to do it anymore... Here is the error : rpcgen -C -c /usr/obj/usr/src/tmp/usr/include/rpcsvc/ypupdate_prot.x -o ypupdate _prot_xdr.c rm -f .depend mkdep -f .depend -a -DYP -I/usr/obj/usr/src/tmp/usr/include/rpcsvc -I/usr/obj/u sr/src/tmp/usr/include -I/usr/obj/usr/src/tmp/usr/include klm_prot_xdr.c mount_ xdr.c nfs_prot_xdr.c nlm_prot_xdr.c rex_xdr.c rnusers_xdr.c rquota_xdr.c rstat_x dr.c rwall_xdr.c sm_inter_xdr.c spray_xdr.c yppasswd_xdr.c ypxfrd_xdr.c ypupdate _prot_xdr.c /usr/src/lib/librpcsvc/rnusers.c /usr/src/lib/librpcsvc/rstat.c /usr /src/lib/librpcsvc/rwall.c /usr/src/lib/librpcsvc/yp_passwd.c /usr/src/lib/librp csvc/yp_update.c /usr/src/lib/librpcsvc/publickey.c /usr/src/lib/librpcsvc/secre tkey.c /usr/src/lib/librpcsvc/xcrypt.c klm_prot_xdr.c:6: klm_prot.h: No such file or directory mount_xdr.c:6: mount.h: No such file or directory nfs_prot_xdr.c:6: nfs_prot.h: No such file or directory nlm_prot_xdr.c:6: nlm_prot.h: No such file or directory rex_xdr.c:6: rex.h: No such file or directory rnusers_xdr.c:6: rnusers.h: No such file or directory rquota_xdr.c:6: rquota.h: No such file or directory rstat_xdr.c:6: rstat.h: No such file or directory rwall_xdr.c:6: rwall.h: No such file or directory sm_inter_xdr.c:6: sm_inter.h: No such file or directory spray_xdr.c:6: spray.h: No such file or directory yppasswd_xdr.c:6: yppasswd.h: No such file or directory ypxfrd_xdr.c:6: ypxfrd.h: No such file or directory ypupdate_prot_xdr.c:6: ypupdate_prot.h: No such file or directory mkdep: compile failed *** Error code 1 Here is an header of the first file that fails... (klm_prot_xdr.c) /* * Please do not edit this file. * It was generated using rpcgen. */ #include "klm_prot.h" #ifndef lint /*static char sccsid[] = "from: @(#)klm_prot.x 1.7 87/07/08 Copyr 1987 Sun Micro";*/ /*static char sccsid[] = "from: @(#)klm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ static char rcsid[] = "$Id: klm_prot.x,v 1.4 1997/05/28 04:38:14 wpaul Exp $"; #endif /* not lint */ [...] I have those "missing" files in : /usr/include/rpcsvc/klm_prot.h /usr/obj/usr/src/include/rpcsvc/klm_prot.h ---- I don't know if it is a my fault, but I didn't touch anything :-) from the last cvsup... I think I need an include path , but I really don't know how and where fix it. If someone can enlight me... -- Regards... Gianmarco "Unix expert since yesterday" http://www2.masternet.it