From owner-freebsd-stable@FreeBSD.ORG Sun Dec 9 07:13:46 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7822A16A417 for ; Sun, 9 Dec 2007 07:13:46 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4A213C455 for ; Sun, 9 Dec 2007 07:13:45 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J1G6j-0006Zv-1L for freebsd-stable@freebsd.org; Sat, 08 Dec 2007 22:57:45 -0800 Message-ID: <14236301.post@talk.nabble.com> Date: Sat, 8 Dec 2007 22:57:45 -0800 (PST) From: aharonf To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: afriedman@drsns.net Subject: latest coda driver does not compile X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2007 07:13:46 -0000 I have tried compiling coda on a 6.3 Kernel. I have removed everything from /usr/obj and tried to build the kernel. I errors on coda. Just for demonstration I have run make again in /usr/obj/usr/src/sys/.../ The coda that I have is a git from yesterday. Here is the result: Script started on Sun Dec 9 01:42:08 2007 [root@bigdaddy /usr/obj/usr/src/sys/BIGDADDY]# uname -a FreeBSD bigdaddy.drsns.com 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Sat Dec 8 23:23:37 EST 2007 aharon@bigdaddy.drsns.com:/usr/obj/usr/src/sys/BIGDADDY i386 [root@bigdaddy /usr/obj/usr/src/sys/BIGDADDY]# pwd /usr/obj/usr/src/sys/BIGDADDY [root@bigdaddy /usr/obj/usr/src/sys/BIGDADDY]# make cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/dev/em -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/coda/coda_fbsd.c In file included from /usr/src/sys/coda/coda_fbsd.c:50: /usr/src/sys/coda/coda_vnops.h:75: error: syntax error before "coda_lock" /usr/src/sys/coda/coda_vnops.h:75: warning: type defaults to `int' in declaration of `coda_lock' /usr/src/sys/coda/coda_vnops.h:75: warning: data definition has no type or storage class *** Error code 1 Stop in /usr/obj/usr/src/sys/BIGDADDY. -- View this message in context: http://www.nabble.com/latest-coda-driver-does-not-compile-tp14236301p14236301.html Sent from the freebsd-stable mailing list archive at Nabble.com.