From owner-freebsd-stable@FreeBSD.ORG Thu Oct 26 21:17:05 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 3012516A415 for ; Thu, 26 Oct 2006 21:17:05 +0000 (UTC) (envelope-from ratman6@charter.net) Received: from mxsf08.cluster1.charter.net (mxsf08.cluster1.charter.net [209.225.28.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBEF43D53 for ; Thu, 26 Oct 2006 21:17:04 +0000 (GMT) (envelope-from ratman6@charter.net) Received: from mxip18a.cluster1.charter.net (mxip18a.cluster1.charter.net [209.225.28.148]) by mxsf08.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k9QLH2Fp031701 for ; Thu, 26 Oct 2006 17:17:02 -0400 Received: from 24-151-33-109.dhcp.nwtn.ct.charter.com (HELO bedroom) ([24.151.33.109]) by mxip18a.cluster1.charter.net with ESMTP; 26 Oct 2006 17:16:49 -0400 X-IronPort-AV: i="4.09,363,1157342400"; d="scan'208"; a="1050802495:sNHT37438852914" From: "Matt Smith" To: Date: Thu, 26 Oct 2006 17:16:42 -0400 Message-ID: <000201c6f944$0c7b3010$0201a8c0@bedroom> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Importance: Normal In-Reply-To: <20061026183818.9B59616A4DD@hub.freebsd.org> Subject: RE: very serious compiling issue X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:17:05 -0000 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_unzline.so m_unzline.c 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_whois.so m_whois.c 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? Matt Smith