From owner-freebsd-current Mon Apr 5 10:40:40 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id C0F9015469 for ; Mon, 5 Apr 1999 10:40:37 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id KAA16359; Mon, 5 Apr 1999 10:38:39 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id KAA91678; Mon, 5 Apr 1999 10:38:39 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Mon, 5 Apr 1999 10:38:39 -0700 (PDT) Message-Id: <199904051738.KAA91678@vashon.polstra.com> To: paulz@trantor.xs4all.nl Subject: Re: CPP broken on egcs current In-Reply-To: <199904051112.NAA22210@trantor.xs4all.nl> Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <199904051112.NAA22210@trantor.xs4all.nl>, Paul van der Zwan wrote: > > A make buildworld fails on an freshly rebuilt system. > The following error is shown: ... > /usr/source/src/gnu/usr.bin/cc/cpp/../../../../contrib/egcs/gcc/cccp.c:1882: Int > ernal compiler error in function main > *** Error code 33 Your installed cpp was built from slightly old sources. Make sure your source tree is up-to-date. Then manually "make cleandir; make cleandir; make obj; make depend; make all install" in "src/gnu/usr.bin/cc". It will be OK after that. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message