From owner-freebsd-current Thu Jun 6 13:07:25 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA01762 for current-outgoing; Thu, 6 Jun 1996 13:07:25 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA01746 for ; Thu, 6 Jun 1996 13:07:22 -0700 (PDT) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id NAA22976 for ; Thu, 6 Jun 1996 13:07:19 -0700 Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id NAA19475 for ; Thu, 6 Jun 1996 13:06:01 -0700 (PDT) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id QAA21570; Thu, 6 Jun 1996 16:01:31 -0400 From: Bill Paul Message-Id: <199606062001.QAA21570@skynet.ctr.columbia.edu> Subject: Re: Bug in ypxfer's Makefile To: scrappy@ki.net (Marc G. Fournier) Date: Thu, 6 Jun 1996 16:01:29 -0400 (EDT) Cc: current@freebsd.org In-Reply-To: from "Marc G. Fournier" at Jun 6, 96 03:57:01 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Of all the gin joints in all the world, Marc G. Fournier had to walk into mine and say: > In /usr/src/lib/rpcsvc, the makefile has: > RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \ > rquota.x rstat.x rwall.x sm_inter.x spray.x yppasswd.x ypxfrd.x > > But an ls doesn't show a ypxfrd.x file: > > Makefile nfs_prot.x rex_xdr.c rstat.x sm_inter_xdr.c > klm_prot.x nfs_prot_xdr.c rnusers.x rstat_xdr.c spray.x > klm_prot_xdr.c nlm_prot.x rnusers_xdr.c rwall.x spray_xdr.c > mount.x nlm_prot_xdr.c rquota.x rwall_xdr.c yppasswd.x > mount_xdr.c rex.x rquota_xdr.c sm_inter.x yppasswd_xdr. > I assume that ypxfrd.x should be removed from the Makefile? My sources > are those supped late last night (June 5th) The protocol definition files do not live in /usr/src/lib/rpcsvc: they live in /usr/src/include/rpcsvc. Check that your include/rpcsvc directory is up to date (has ypxfrd.x), then do a (cd /usr/src/include/rpcsvc; make install) and _then_ try to build librpcsvc. ypxfrd.x should not be removed from the Makefile: I want it built so that the XDR functions will end up in librpcsvc. That way I don't have to compile them seperately into ypxfr and rpc.ypxfrd. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= License error: The license for this .sig file has expired. You must obtain a new license key before any more witty phrases will appear in this space. =============================================================================