From owner-freebsd-current Fri Apr 2 7:27:59 1999 Delivered-To: freebsd-current@freebsd.org Received: from cepheus.hkstar.com (cepheus.hkstar.com [202.82.3.12]) by hub.freebsd.org (Postfix) with ESMTP id 9744814C20 for ; Fri, 2 Apr 1999 07:27:47 -0800 (PST) (envelope-from c5666305@ursa.hkstar.com) Received: from b1.hkstar.com (b1.hkstar.com [202.82.0.87]) by cepheus.hkstar.com (8.9.0/8.9.0) with ESMTP id XAA29899 for ; Fri, 2 Apr 1999 23:27:27 +0800 (HKT) Received: (from c5666305@localhost) by b1.hkstar.com (8.8.8+Sun/8.8.8) id XAA28315 for freebsd-current@freebsd.org; Fri, 2 Apr 1999 23:27:25 +0800 (HKT) From: Chan Yiu Wah Message-Id: <199904021527.XAA28315@b1.hkstar.com> Subject: make egcs-1.1.2 error To: freebsd-current@freebsd.org Date: Fri, 2 Apr 1999 23:27:25 +0800 (HKT) X-Mailer: ELM [version 2.5 PL0b1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I recently tried to update the egcs-1.1.2 and got this error. My system is upto the current ctm src-cur.3811. The compiler is egcs-1.1.2. Any idea ? Thanks. Clarence ======= Error ======= ===> Building for egcs-1.1.2 gmake[1]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/libiberty' gmake[1]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/libiberty' gmake[1]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo' gmake all-recursive gmake[2]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo' Making all in intl gmake[3]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/intl' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/intl' Making all in lib gmake[3]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/lib' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/lib' Making all in makeinfo gmake[3]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/makeinfo' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/makeinfo' Making all in util gmake[3]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/util' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo/util' gmake[2]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo' gmake[1]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/texinfo' Bootstrapping the compiler gmake[1]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/gcc' gmake CC="cc" libdir=/usr/local/lib LANGUAGES="c " gmake[2]: Entering directory `/usr/ports/lang/egcs/work/egcs-1.1.2/gcc' cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I./config \ -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i386-portbld-freebsd4.0/egcs-2.91.66/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i386-portbld-freebsd4.0/egcs-2.91.66/include/g++\" \ -DOLD_GPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" \ -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \ -DCROSS_INCLUDE_DIR=\"/usr/local/i386-portbld-freebsd4.0/sys-include\" \ -DTOOL_INCLUDE_DIR=\"/usr/local/i386-portbld-freebsd4.0/include\" \ -c `echo ./cccp.c | sed 's,^\./,,'` In file included from config/i386/freebsd.h:26, from config/i386/freebsd.h:26, . . . from tm.h:4, from config/i386/xm-i386.h:43, from config.h:2, from cccp.c:21: config/i386/freebsd.h:26: macro or `#include' recursion too deep gmake[2]: *** [cccp.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/gcc' gmake[1]: *** [bootstrap] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/egcs/work/egcs-1.1.2/gcc' gmake: *** [bootstrap] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ======= Error ======= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message