From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 14:53:41 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 071FC63C for ; Tue, 24 Mar 2015 14:53:41 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 69C262F1 for ; Tue, 24 Mar 2015 14:53:40 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 7122674a; Tue, 24 Mar 2015 15:53:37 +0100 (CET) Date: Tue, 24 Mar 2015 15:53:37 +0100 From: "Herbert J. Skuhra" To: Jason Selwitz Subject: Re: Kernel build errors after Buildworld Message-ID: <20150324145337.GB9297@oslo.ath.cx> References: <5511510E.1080809@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5511510E.1080809@verizon.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 14:53:41 -0000 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