Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2015 15:53:37 +0100
From:      "Herbert J. Skuhra" <herbert@oslo.ath.cx>
To:        Jason Selwitz <jselwitz@verizon.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Kernel build errors after Buildworld
Message-ID:  <20150324145337.GB9297@oslo.ath.cx>
In-Reply-To: <5511510E.1080809@verizon.net>
References:  <5511510E.1080809@verizon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 24, 2015 at 07:57:02AM -0400, Jason Selwitz wrote:
>    Hello,
> 
>    I was wondering if someone could help shed some light on this for me,
> I recently attempted to upgrade from 10.0 to 10.1 from source, while the
> buildworld finished fine the kernel build failed with the following errors..
> 
> /usr/src/sys/modules/ciss/../../dev/ciss/ciss.c:1210:23: error: no
> member named
>       'big_map_supported' in 'struct ciss_bmic_id_table'
>     if (!sc->ciss_id->big_map_supported) {
>          ~~~~~~~~~~~  ^
> /usr/src/sys/modules/ciss/../../dev/ciss/ciss.c:1240:55: error: no
> member named
>       'scsi_bus_count' in 'struct ciss_bmic_id_table'; did you mean
>       'scsi_chip_count'?
>         ciss_printf(sc, "  %d SCSI channels\n",
> sc->ciss_id->scsi_bus_count);
>                                                              ^~~~~~~~~~~~~~
>                                                              scsi_chip_count
> @/dev/ciss/cissvar.h:302:75: note: expanded from macro 'ciss_printf'
>   ...fmt, args...)      device_printf(sc->ciss_dev, fmt , ##args)
>                                                          ^
> @/dev/ciss/cissreg.h:655:14: note: 'scsi_chip_count' declared here
>     u_int8_t    scsi_chip_count;
>                 ^
> 
> I was hoping someone here might have some suggestions.. I can provide
> any output necessary.. thanks again!

Something is wrong with your /usr/src. Try a fresh checkout!

-- 
Herbert



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