From owner-freebsd-current Mon Jan 15 10:22:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from veldy.net (w028.z064001117.msp-mn.dsl.cnc.net [64.1.117.28]) by hub.freebsd.org (Postfix) with ESMTP id A4EE037B401 for ; Mon, 15 Jan 2001 10:22:32 -0800 (PST) Received: from HP2500B (veldy.net [64.1.117.28]) by veldy.net (Postfix) with SMTP id D6FE38C13 for ; Mon, 15 Jan 2001 12:21:48 -0600 (CST) Message-ID: <027f01c07f1f$dd5542c0$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: References: <004401c07f00$b86aabe0$3028680a@tgt.com> <20010115094040.A40110@dragon.nuxi.com> Subject: Re: Buildworld failure as of 01-15-2001 @ 8:30 CST Date: Mon, 15 Jan 2001 12:20:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, I still get the same error. ===> include/rpcsvc rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/klm_prot.x -o klm_prot.h rpcgen: cannot find any C preprocessor (cpp) *** Error code 1 Stop in /usr/src/include/rpcsvc. *** Error code 1 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "David O'Brien" To: "Thomas T. Veldhouse" Cc: "FreeBSD-Current, " Sent: Monday, January 15, 2001 11:40 AM Subject: Re: Buildworld failure as of 01-15-2001 @ 8:30 CST > On Mon, Jan 15, 2001 at 08:37:43AM -0600, Thomas T. Veldhouse wrote: > > I just installed the FreeBSD 5.0-20010107-CURRENT snapshot and have cvsup'd > > to the latest source (as of subject). Buildworld fails as below: > > Do not manually do anything to get around this yet. > Please apply and try this patch. Report here, if it works or not. > > > Index: Makefile.inc1 > =================================================================== > RCS file: /home/ncvs/src/Makefile.inc1,v > retrieving revision 1.179 > diff -u -r1.179 Makefile.inc1 > --- Makefile.inc1 2000/12/03 20:29:31 1.179 > +++ Makefile.inc1 2001/01/15 17:39:37 > @@ -564,7 +564,7 @@ > > build-tools: > .for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ > - ${_libroken4} ${_libkrb5} lib/libncurses ${_share} > + usr.bin/rpcgen ${_libroken4} ${_libkrb5} lib/libncurses ${_share} > cd ${.CURDIR}/${_tool}; ${MAKE} build-tools > .endfor > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message