From owner-freebsd-current Tue Jan 9 12: 6:16 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 239A937B400; Tue, 9 Jan 2001 12:05:57 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id NAA04952; Tue, 9 Jan 2001 13:05:54 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id NAA13366; Tue, 9 Jan 2001 13:05:48 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14939.28441.595746.233763@nomad.yogotech.com> Date: Tue, 9 Jan 2001 13:05:45 -0700 (MST) To: obrien@FreeBSD.ORG Cc: Poul-Henning Kamp , current@FreeBSD.ORG Subject: Re: make release still broken... In-Reply-To: <20010109091149.A76331@dragon.nuxi.com> References: <14713.979027880@critter> <20010109091149.A76331@dragon.nuxi.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > ===> rpcsvc > > rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/key_prot.x -o key_prot.h > > rpcgen: cannot find any C preprocessor (cpp) > > *** Error code 1 > > > Let me start a release. This means rpcgen has been using > /usr/libexec/cpp which is *only* for the compiler's use. rpcgen should > have been using /usr/bin/cpp all this time. From rpc_main.c #ifdef __FreeBSD__ #define SUNOS_CPP "/usr/libexec/cpp" Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message