From owner-freebsd-current Sun Sep 22 4:51:39 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DC637B401 for ; Sun, 22 Sep 2002 04:51:38 -0700 (PDT) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id C2C7343E6A for ; Sun, 22 Sep 2002 04:51:35 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 20970 invoked from network); 22 Sep 2002 11:38:02 -0000 Received: from upnet-dialinpool-80.upatras.gr (HELO hades.hell.gr) (150.140.128.174) by nic.upatras.gr with SMTP; 22 Sep 2002 11:38:02 -0000 Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g8MBitP0009617; Sun, 22 Sep 2002 14:44:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g8MBitG7009616; Sun, 22 Sep 2002 14:44:55 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 22 Sep 2002 14:44:54 +0300 From: Giorgos Keramidas To: "Crist J. Clark" Cc: current@FreeBSD.ORG Subject: Re: Trouble Building CURRENT on STABLE, cpp seg. fault Message-ID: <20020922114454.GB8150@hades.hell.gr> References: <20020922065306.GB36099@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020922065306.GB36099@blossom.cjclark.org> X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-09-21 23:53, "Crist J. Clark" wrote: > I've been unable to build CURRENT on STABLE for a few days. I made > sure to bring STABLE up to date. Is this just me? Is there a problem > with building CURRENT on STABLE at the moment? It isn't just you. The same error stopped my build of current 2-3 days ago on 4.6-RELEASE. > if [ -f .olddep ]; then mv .olddep .depend; fi > rm -f .newdep > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src.CURRENT/sys -I/usr/src.CURRENT/sys/dev -I/usr/src.CURRENT/sys/contrib/dev/acpica -I/usr/src.CURRENT/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestanding > cc: Internal error: Segmentation fault (program cpp0) > Please submit a full bug report. > See for instructions. > mkdep: compile failed > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message