From owner-freebsd-stable@FreeBSD.ORG Thu Oct 26 21:22:39 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE41616A40F for ; Thu, 26 Oct 2006 21:22:39 +0000 (UTC) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from panacea.ucs.uwa.edu.au (asclepius2.uwa.edu.au [130.95.128.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63AB243D49 for ; Thu, 26 Oct 2006 21:22:38 +0000 (GMT) (envelope-from zanchey@ucc.gu.uwa.edu.au) Received: from panacea.kas (localhost.localdomain [127.0.0.1]) by panacea.uwa.edu.au (Postfix) with SMTP id DF90D4CE51 for ; Fri, 27 Oct 2006 05:22:36 +0800 (WST) Received: from panacea (localhost.localdomain [127.0.0.1]) by panacea.prekas (Postfix) with ESMTP id C663E4CE8E for ; Fri, 27 Oct 2006 05:22:36 +0800 (WST) X-UWA-Client-IP: 130.95.13.9 (UWA) Received: from mooneye.ucc.gu.uwa.edu.au (mooneye.ucc.gu.uwa.edu.au [130.95.13.9]) by panacea.extinput (Postfix) with ESMTP id 893154CE51 for ; Fri, 27 Oct 2006 05:22:36 +0800 (WST) Received: by mooneye.ucc.gu.uwa.edu.au (Postfix, from userid 801) id 0F7EE36803; Fri, 27 Oct 2006 05:22:36 +0800 (WST) Received: from mussel.ucc.gu.uwa.edu.au (mussel.ucc.gu.uwa.edu.au [130.95.13.18]) by mooneye.ucc.gu.uwa.edu.au (Postfix) with ESMTP id DFA9936802; Fri, 27 Oct 2006 05:22:35 +0800 (WST) Received: from zanchey (helo=localhost) by mussel.ucc.gu.uwa.edu.au with local-esmtp (Exim 3.36 #1 (Debian)) id 1GdCgN-0000tc-00; Fri, 27 Oct 2006 05:22:35 +0800 Date: Fri, 27 Oct 2006 05:22:35 +0800 (WST) From: David Adam To: Matt Smith In-Reply-To: <000201c6f944$0c7b3010$0201a8c0@bedroom> Message-ID: References: <000201c6f944$0c7b3010$0201a8c0@bedroom> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 27102006 #221840, status: clean X-SpamTest-Info: Profile: Formal (659/061026) X-SpamTest-Info: Profile: Detect Hard [UCS 290904] X-SpamTest-Info: Profile: SysLog X-SpamTest-Info: Profile: Marking Spam - Subject (UCS) [02-08-04] X-SpamTest-Status: Not detected X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release Cc: freebsd-stable@freebsd.org Subject: RE: very serious compiling issue X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zanchey@ucc.gu.uwa.edu.au List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 21:22:40 -0000 On Thu, 26 Oct 2006, Matt Smith wrote: > Hey guys, > I got a band new install of FreeBSD that will not compile. Stop code while > compiling UnrealIRCD follows: > gcc -I../include -I/usr/home/khawkins/Unreal3.2/extras/regexp/include > -I/usr/hom > e/khawkins/Unreal3.2/extras/c-ares/include -pipe -g -O2 -funsigned-char > -fno-str > ict-aliasing -DZIP_LINKS -export-dynamic -fPIC -DPIC -shared > -DDYNAMIC_LINKING > -o m_tkl.so m_tkl.c > m_tkl.c: In function `_m_tkl': > m_tkl.c:2187: internal compiler error: Segmentation fault: 11 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > *** Error code 1 > > Stop in /usr/home/khawkins/Unreal3.2/src/modules. > *** Error code 1 > > Stop in /usr/home/khawkins/Unreal3.2/src. > *** Error code 1 > > Stop in /usr/home/khawkins/Unreal3.2. > $ > > Is there something up with the FreeBSD download? Internal compiler errors in GCC are hardware problems in almost all cases. Check your CPU temperature, and the state of your RAM. David Adam zanchey@ucc.gu.ohgod5am.uwa.edu.au