From owner-freebsd-current Thu Apr 8 10:34:48 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 79AAB14C4A for ; Thu, 8 Apr 1999 10:34:40 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA21552; Thu, 8 Apr 1999 11:32:39 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA54417; Thu, 8 Apr 1999 11:34:03 -0600 (MDT) Message-Id: <199904081734.LAA54417@harmony.village.org> To: obrien@NUXI.com Subject: Re: CPP broken on egcs current Cc: paulz@trantor.xs4all.nl, current@FreeBSD.ORG In-reply-to: Your message of "Mon, 05 Apr 1999 13:05:29 PDT." <19990405130529.H22022@nuxi.com> References: <19990405130529.H22022@nuxi.com> <199904051112.NAA22210@trantor.xs4all.nl> <199904051738.KAA91678@vashon.polstra.com> Date: Thu, 08 Apr 1999 11:34:03 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19990405130529.H22022@nuxi.com> "David O'Brien" writes: : Thinking about it... some people might need to build libc to get one with : mkstemp() in it. Of course that is hard to do if `cpp' is totally : broken. If this is the case, people can try adding "SRCS += mkstemp.c" : to src/gnu/usr.bin/cc/cc_drv/Makefile. : : Once a working ``cpp'' is installed, please remove the above hack though. I'm getting cpp internal error, and I know I have a mkstemps in my libc. ===> rpcsvc rpcgen -C -h -DWANT_NFS3 /home/imp/FreeBSD/src/include/rpcsvc/key_prot.x -o key_prot.h /home/imp/FreeBSD/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/cccp.c:1882: Internal compiler error in function main Looks like rpcgen is giving cpp a -A argument that it is barfing big time on. At least that is what line 1882 is in the middle of parsing. This is with a cvsup of last night's CVS tree. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message