From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 17:38:49 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55BF616A400 for ; Tue, 18 Apr 2006 17:38:49 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE4343D64 for ; Tue, 18 Apr 2006 17:38:44 +0000 (GMT) (envelope-from huyslogic@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so692953ugc for ; Tue, 18 Apr 2006 10:38:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cGqx555nGXuX28bg/jZKDJKJw9qUA0WT1yNXdhf9cr30p8hjA43dBpCOTrNwJ51a3lIuUSClIspkNEo+RZMv7QY+FdQ4nH90qGTdT89FPlILq36CvJGPPDAQ2d+YE6Ned+hcVLnEDRRG7G7PwXtl/nqQ9BQ3/3Vb8Jr4A64z3DI= Received: by 10.78.29.13 with SMTP id c13mr44090huc; Tue, 18 Apr 2006 10:38:43 -0700 (PDT) Received: by 10.78.31.20 with HTTP; Tue, 18 Apr 2006 10:38:43 -0700 (PDT) Message-ID: <1cac28080604181038p5bb4eb48m694950a2461e21e6@mail.gmail.com> Date: Tue, 18 Apr 2006 17:38:43 +0000 From: "Huy Ton That" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Updating to 6.1 RC1 with TWA compile issues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 17:38:49 -0000 Perhaps someone may help me, I've successfully cvsup'd the src for the 6.1 rc1 release ran make buildworld and now when I initiate make buildkernel it halts as shown below. Any ideas? is there a way I can exclude this compilation? mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I/usr/src/sys/modules/twa/../../dev/twa -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I@/../include -I/usr/include -I/usr/obj/usr/src/sys/GENERIC /usr/src/sys/modules/twa/tw_osl_freebsd.c /usr/src/sys/modules/twa/tw_osl_cam.c /usr/src/sys/modules/twa/tw_cl_init.c /usr/src/sys/modules/twa/tw_cl_io.c /usr/src/sys/modules/twa/tw_cl_intr.c /usr/src/sys/modules/twa/tw_cl_misc.c /usr/src/sys/modules/twa/tw_cl_io.c:9:2: invalid preprocessing directive #= =B8 mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/twa. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. By the way, this is the contents of the /usr/src/sys/modules/twa directory: -rw-r--r-- 1 root wheel 3200 Dec 7 18:18 Makefile -rw-r--r-- 1 root wheel 3587 Mar 27 19:41 tw_cl.h -rw-r--r-- 1 root wheel 3594 Mar 27 19:41 tw_cl_externs.h -rw-r--r-- 1 root wheel 3594 Mar 27 19:41 tw_cl_fwif.h -rw-r--r-- 1 root wheel 3601 Mar 27 19:41 tw_cl_fwimg.c -rw-r--r-- 1 root wheel 3595 Mar 27 19:41 tw_cl_init.c -rw-r--r-- 1 root wheel 3592 Mar 27 19:41 tw_cl_intr.c -rw-r--r-- 1 root wheel 3592 Mar 27 19:41 tw_cl_io.c -rw-r--r-- 1 root wheel 3593 Mar 27 19:41 tw_cl_ioctl.h -rw-r--r-- 1 root wheel 3594 Mar 27 19:41 tw_cl_misc.c -rw-r--r-- 1 root wheel 3593 Mar 27 19:41 tw_cl_share.h -rw-r--r-- 1 root wheel 3589 Mar 27 19:41 tw_osl.h -rw-r--r-- 1 root wheel 2937 Mar 27 19:41 tw_osl_cam.c -rw-r--r-- 1 root wheel 3374 Mar 27 19:41 tw_osl_externs.h -rw-r--r-- 1 root wheel 3600 Mar 27 19:41 tw_osl_freebsd.c -rw-r--r-- 1 root wheel 3597 Mar 27 19:41 tw_osl_includes.h -rw-r--r-- 1 root wheel 2791 Mar 27 19:41 tw_osl_inline.h -rw-r--r-- 1 root wheel 3596 Mar 27 19:41 tw_osl_ioctl.h -rw-r--r-- 1 root wheel 2936 Mar 27 19:41 tw_osl_share.h -rw-r--r-- 1 root wheel 3372 Mar 27 19:41 tw_osl_types.h