From owner-freebsd-current Wed Sep 18 13: 4:48 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 47E7F37B404 for ; Wed, 18 Sep 2002 13:04:46 -0700 (PDT) Received: from energistic.com (bdsl.66.12.217.106.gte.net [66.12.217.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A2443E4A for ; Wed, 18 Sep 2002 13:04:44 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: from inlafrec (bdsl.66.12.217.51.gte.net [66.12.217.51]) (authenticated bits=0) by energistic.com (8.12.6/8.12.6) with ESMTP id g8IJm8dn036688; Wed, 18 Sep 2002 14:48:09 -0500 (EST) (envelope-from steve@virtual-voodoo.com) Message-ID: <01ca01c25f4c$50c47240$33d90c42@officescape.net> From: "Steven Ames" To: "Steve Ames" , References: <200209181607.g8IG7aH1007333@energistic.com> <20020918181540.GA72105@energistic.com> Subject: Re: can't compile kernel? Date: Wed, 18 Sep 2002 14:48:07 -0500 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 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 No update on the cpp0 error but I can get bind9 to stay running if I disable threads in the Makefile... no more signal 6. -Steve > New datapoint: > > If I compile the kernel in the old fashion (config SB; cd ../compile/SB; > make depend all install) then the kernel compiles and installs fine. > However I get the error below when doing a 'make kernel' from /usr/src. > > Also even after rebooting onto the new kernel bind9 and mysql-server > are still exiting on signal6. > > -Steve > > On Wed, Sep 18, 2002 at 11:07:36AM -0500, Steve Ames wrote: > > > > This started yesterday after an upgrade to a recent -CURRENT (prior > > version was perhaps 4 days old). Some programs (specifically bind9 > > and mysql-server) starting aborting with a sig6. > > > > Figuring maybe I just caught an update in the middle or some such > > I updated the source again and rebuilt world. No problems. I then > > tried to compile a kernel and cannot. cpp0 exits with an internal > > error: > > > > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/isa/isa_if.m -h > > awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/pci/agp_if.m -h > > 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 -Wall -Wredundant-decls -Wnested- > > externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - Wcas > > t-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/ src/ > > sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D _KER > > NEL -include opt_global.h -fno-common -mpreferred-stack-boundary=2 -ffreestandi > > ng > > cc: Internal error: Segmentation fault (program cpp0) > > Please submit a full bug report. > > See for instructions. > > mkdep: compile failed > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/SB. > > *** Error code 1 > > > > Thoughts? Anything I can provide to help narror this down further? > > > > -Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message