Kernel build errors after Buildworld
    Herbert J. Skuhra 
    herbert at oslo.ath.cx
       
    Tue Mar 24 14:53:41 UTC 2015
    
    
  
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
    
    
More information about the freebsd-questions
mailing list