Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 1997 10:57:47 +0000
From:      Gianmarco Giovannelli <gmarco@giovannelli.it>
To:        questions@freebsd.org
Subject:   rpcgen and include path (make world fails)
Message-ID:  <341E662B.CF15758A@giovannelli.it>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?341E662B.CF15758A>