Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2012 17:27:25 -0400
From:      Glen Barber <gjb@FreeBSD.org>
To:        Joel Dahl <joel@vnode.se>
Cc:        current@freebsd.org
Subject:   Re: buildkernel fails
Message-ID:  <20120516212725.GC1778@glenbarber.us>
In-Reply-To: <20120516211826.GI6475@goofy01.vnodelab.local>
References:  <20120516211826.GI6475@goofy01.vnodelab.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 16, 2012 at 11:18:26PM +0200, Joel Dahl wrote:
> Hi,
> 
> I did a buildworld+buildkernel on my workstation today and buildkernel fails with:
> 
> cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g -Wall
> -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
> -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
> -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option
> -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel
> -mno-red-zone -mno-mmx -mno-sse -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror
> /usr/src/sys/dev/et/if_et.c
> Bus error (core dumped)
> *** [isci.ko.debug] Error code 138
> 1 error
> *** [all] Error code 2
> 1 error
> *** [modules-all] Error code 2
> ctfconvert -L VERSION -g if_et.o
> 1 error
> *** [buildkernel] Error code 2
> 1 error
> *** [buildkernel] Error code 2
> 1 error
> 
> My src tree is at the latest rev. No /usr/obj. I'm currently running
> CURRENT from May, 5th.
> 
> Any ideas?
> 

Is this a GENERIC kernel?

if_et requires miibus, so I'm curious if you have  that device enabled
in the kernel config.

Glen




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