From owner-freebsd-current Wed Oct 9 14:48:41 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 C292637B401; Wed, 9 Oct 2002 14:48:39 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A5343E75; Wed, 9 Oct 2002 14:48:39 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id g99LmZ1H016595 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 9 Oct 2002 14:48:39 -0700 (PDT)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <22a801c26fdd$a0904460$52557f42@errno.com> From: "Sam Leffler" To: "John Baldwin" , References: Subject: Re: I can't compile GENERIC, please let's fix this Date: Wed, 9 Oct 2002 14:48:35 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 > > make > cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wst rict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -g -nostdinc > -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../. ./contrib/ipfilter > -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary =2 > -ffreestanding -Werror ../../../netinet6/raw_ip6.c > cc: Internal error: Illegal instruction (program cc1) > Please submit a full bug report. > See for instructions. > *** Error code 1 > > > ll raw_ip6.o > -rw-rw-r-- 1 john src 441 Oct 9 16:34 raw_ip6.o > > Even leaves a truncated .o file around. > Not sure if relevant but I was fighting a cpp0 SIGSEGV this morning. I gdb'd cpp0 and tracked it down to data structure partly filled with garbage. I couldn't tell if it was really a cpp0 bug or just memory getting trashed (possibly by the OS). I was eventually able to work around it modifying the source code. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message