From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 23:32:42 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F1C16A4CE for ; Mon, 17 Jan 2005 23:32:42 +0000 (GMT) Received: from hadar.amcc.com (hadar.amcc.com [192.195.69.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBC843D45 for ; Mon, 17 Jan 2005 23:32:42 +0000 (GMT) (envelope-from vkashyap@amcc.com) Received: from mailhost02.amcc.com ([192.195.69.49]) by hadar.amcc.com (Netscape Messaging Server 4.15) with SMTP id IAHIQM00.OSF; Mon, 17 Jan 2005 15:32:46 -0800 Received: (from vkashyap-pc [10.66.6.61]) by mailhost02.amcc.com (SMSSMTP 4.0.0.59) with SMTP id M2005011715360911310 ; Mon, 17 Jan 2005 15:36:09 -0800 From: "Vinod Kashyap" To: boris karlov , stable@freebsd.org Date: Mon, 17 Jan 2005 15:32:38 -0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 51114 (9.0.6627) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: Subject: RE: twa module - make kernel (modules) failure RELENG_5 i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 23:32:42 -0000 Make sure you have the updated /sys/dev/twa/twa_reg.h. The struct twa_command_header has the field err_desc defined in it. > -----Original Message----- > From: owner-freebsd-stable@freebsd.org > [mailto:owner-freebsd-stable@freebsd.org]On Behalf Of boris karlov > Sent: Sunday, January 16, 2005 11:03 PM > To: stable@freebsd.org > Subject: twa module - make kernel (modules) failure RELENG_5 i386 > = > = > Hello All, > I have make kernel failure during compiling twa module (see below). > cvsupped RELENG_5 Fri Jan 14. > have no any twa devices in the system. > (please Cc: me in reply - not subscribed to stable@) > thanks. > = > =3D=3D=3D> twa > cc -O -pipe -march=3Dpentium2 -D_KERNEL -DKLD_MODULE -nostdinc = > -I- -include > /usr/obj/usr/src/sys/xy.blank.spb.ru/opt_global.h -I. -I@ = > -I@/contrib/altq > -I@/../include -finline-limit=3D8000 -fno-common > -I/usr/obj/usr/src/sys/xy.blank.spb.ru -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = > -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -c > /usr/src/sys/modules/twa/../../dev/twa/twa_freebsd.c > cc -O -pipe -march=3Dpentium2 -D_KERNEL -DKLD_MODULE -nostdinc = > -I- -include > /usr/obj/usr/src/sys/xy.blank.spb.ru/opt_global.h -I. -I@ = > -I@/contrib/altq > -I@/../include -finline-limit=3D8000 -fno-common > -I/usr/obj/usr/src/sys/xy.blank.spb.ru -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = > -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -c > /usr/src/sys/modules/twa/../../dev/twa/twa_cam.c > /usr/src/sys/modules/twa/../../dev/twa/twa_cam.c: In function > `twa_scsi_complete': > /usr/src/sys/modules/twa/../../dev/twa/twa_cam.c:630: error: = > structure has > no member named `err_desc' > /usr/src/sys/modules/twa/../../dev/twa/twa_cam.c:630: error: = > structure has > no member named `err_desc' > /usr/src/sys/modules/twa/../../dev/twa/twa_cam.c:636: error: = > structure has > no member named `err_desc' > *** Error code 1 > = > Stop in /usr/src/sys/modules/twa. > *** Error code 1 > = > = > /etc/make.conf: > CPUTYPE=3Dp2 > NO_CVS=3Dtrue > NO_BIND=3Dtrue > NO_BLUETOOTH=3Dtrue > NO_FORTRAN=3Dtrue > NO_GDB=3Dtrue > NO_I4B=3Dtrue > NO_IPFILTER=3Dtrue > NO_PF=3Dtrue > NO_AUTHPF=3Dtrue > NO_KERBEROS=3Dtrue > NO_NIS=3Dtrue > NO_TCSH=3Dtrue > NO_USB=3Dtrue > NO_VINUM=3Dtrue > NOATM=3Dtrue > NOGAMES=3Dtrue > NOINET6=3Dtrue > NOINFO=3Dtrue > NOPROFILE=3Dtrue > = > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to = > "freebsd-stable-unsubscribe@freebsd.org" >