From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 26 18:43:08 2003 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C83116A4B3 for ; Sun, 26 Oct 2003 18:43:08 -0800 (PST) Received: from smithers.nildram.co.uk (smithers.nildram.co.uk [195.112.4.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 615BD43FBD for ; Sun, 26 Oct 2003 18:43:07 -0800 (PST) (envelope-from nullentropy@lineone.net) Received: from lineone.net (orbital.gotadsl.co.uk [81.6.215.230]) by smithers.nildram.co.uk (Postfix) with ESMTP id E3E4726571D for ; Mon, 27 Oct 2003 02:41:55 +0000 (GMT) Message-ID: <3F9C85EF.1010207@lineone.net> Date: Mon, 27 Oct 2003 02:41:51 +0000 From: Robert Downes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: ar, es, fr, en, en-us MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: make buildworld fails (and asks for a bug report to be made) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 02:43:08 -0000 make -j4 buildworld fails, and I spotted the following within, several pages (screens) above its final place of death. cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib cc -I/usr/src/lib/libbind/../../contrib/bind/port/freebsd/include -I/usr/src/lib /usr/obj/usr/src/i386/usr/include/ctype.h:215: internal error: Segmentation faul Please submit a full bug report,^M with preprocessed source if appropriate.^M See for instructions.^M cc: Internal error: Bus error (program as)^M Please submit a full bug report.^M See for instructions.^M *** Error code 1^M 1 error^M *** Error code 2^M I'm going to submit a bug report for GCC as requested, but as I'm sure this is the version of GCC I've used before without problem, I thought maybe a bug report ought to be posted to freebsd-bugs too. Any ideas what's upsetting the process? -- Bob