From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 12:57:43 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 731128E6 for ; Tue, 24 Mar 2015 12:57:43 +0000 (UTC) Received: from vms173021pub.verizon.net (vms173021pub.verizon.net [206.46.173.21]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50658268 for ; Tue, 24 Mar 2015 12:57:42 +0000 (UTC) Received: from wintermute.jnetmtb.no-ip.org ([108.44.30.115]) by vms173021.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NLP006TXT721050@vms173021.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 24 Mar 2015 06:57:03 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=QtXpBu2Y c=1 sm=1 tr=0 a=hdJ8iElEmDVaPlIzXF8MaQ==:117 a=zZ9HcUfB-3oA:10 a=IkcTkHD0fZMA:10 a=o1OHuDzbAAAA:8 a=PwvSRcgRAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=emO1SXQWCLwA:10 a=0UVH4XlCofHRfbFGnLAA:9 a=QEXdDO2ut3YA:10 Message-id: <5511510E.1080809@verizon.net> Date: Tue, 24 Mar 2015 07:57:02 -0400 From: Jason Selwitz User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-version: 1.0 To: freebsd-questions@freebsd.org Subject: Kernel build errors after Buildworld Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit 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 12:57:43 -0000 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! Jason