From owner-freebsd-current Fri Jan 19 12:50:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from gypsy.vrac.iastate.edu (gypsy.vrac.iastate.edu [129.186.232.122]) by hub.freebsd.org (Postfix) with ESMTP id 0C28F37B404 for ; Fri, 19 Jan 2001 12:50:11 -0800 (PST) Received: from tomservo.vrac.iastate.edu (tomservo.vrac.iastate.edu [129.186.232.121]) by gypsy.vrac.iastate.edu (Postfix) with ESMTP id E3982FD for ; Fri, 19 Jan 2001 14:50:10 -0600 (CST) Received: from tomservo.vrac.iastate.edu (localhost [127.0.0.1]) by tomservo.vrac.iastate.edu (Postfix) with ESMTP id 3125C5E16 for ; Fri, 19 Jan 2001 14:50:10 -0600 (CST) To: freebsd-current@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cccp Makefile In-reply-to: "Wed, 03 Jan 2001 18:16:24 PST." <200101040216.f042GO305899@freefall.freebsd.org> Date: Fri, 19 Jan 2001 14:50:10 -0600 From: Patrick Hartling Message-Id: <20010119205010.3125C5E16@tomservo.vrac.iastate.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I remove the old /usr/libexec/cpp with a newer cpp0 installed, 'make world' fails with the following: -------------------------------------------------------------- >>> stage 4: populating /usr/obj/usr/src/i386/usr/include -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0 DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 SHARED=symlinks includes cd /usr/src/include; make -B all install creating osreldate.h from newvers.sh setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . /usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; echo \#'undef __FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h ===> 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 Stop in /usr/src/include/rpcsvc. *** Error code 1 Stop in /usr/src/include. *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error Should other tools be updated to use cpp0 as a result of the change below? -Patrick "David E. O'Brien" wrote: } obrien 2001/01/03 18:16:24 PST } } Modified files: } gnu/usr.bin/cc/cccp Makefile } Log: } The preprocessor used by the `cc' driver is now named `ccp0' to make it } clear this is the 1st pass of compilation and to make clear this particular } cpp is for `cc's use only. } } Revision Changes Path } 1.17 +2 -2 src/gnu/usr.bin/cc/cccp/Makefile } } } } To Unsubscribe: send mail to majordomo@FreeBSD.org } with "unsubscribe cvs-all" in the body of the message Patrick L. Hartling | Research Assistant, VRAC patrick@137.org | 2624 Howe Hall -- (515)294-4916 http://www.137.org/patrick/ | http://www.vrac.iastate.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message