Date: Fri, 19 Jan 2001 14:50:10 -0600 From: Patrick Hartling <patrick@137.org> To: freebsd-current@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cccp Makefile Message-ID: <20010119205010.3125C5E16@tomservo.vrac.iastate.edu> In-Reply-To: "Wed, 03 Jan 2001 18:16:24 PST." <200101040216.f042GO305899@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <obrien@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010119205010.3125C5E16>