Date: Sat, 8 Dec 2007 22:57:45 -0800 (PST) From: aharonf <afriedman@drsns.net> To: freebsd-stable@freebsd.org Subject: latest coda driver does not compile Message-ID: <14236301.post@talk.nabble.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14236301.post>