Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 13:15:40 -0500
From:      Steve Ames <steve@energistic.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: can't compile kernel?
Message-ID:  <20020918181540.GA72105@energistic.com>
In-Reply-To: <200209181607.g8IG7aH1007333@energistic.com>
References:  <200209181607.g8IG7aH1007333@energistic.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <URL:http://www.gnu.org/software/gcc/bugs.html>; 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020918181540.GA72105>