Date: Mon, 3 Oct 2005 21:38:46 +0000 From: Danny Pansters <danny@ricin.com> To: current@freebsd.org Subject: 6.0-today kernel build fails over nvidia-driver Message-ID: <200510032138.46226.danny@ricin.com>
next in thread | raw e-mail | index | archive | help
I was updating from BETA1 and have nvidia enabled in loader.conf. It used to be that I had to rebuild from the port after installworld, but now apparently the idea is that it gets pulled in during makekernel. I can't see where though. The problem seems to be a misquote or a shell-expansion thing. Uname: FreeBSD desktop.homenet 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Sat Jul 23 17:59:45 CEST 2005 root@desktop.homenet:/usr/obj/usr/src/sys/DESKTOP i386 ===> xl (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/DESKTOP/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/DESKTOP -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/xl/../../pci/if_xl.c ld -d -warn-common -r -d -o if_xl.kld if_xl.o touch export_syms awk -f /usr/src/sys/modules/xl/../../conf/kmod_syms.awk if_xl.kld export_syms | xargs -J% objcopy % if_xl.kld ld -Bshareable -d -warn-common -o if_xl.ko if_xl.kld objcopy --strip-debug if_xl.ko cd ${PORTSDIR:-/usr/ports}/"nvidia-driver; SYSDIR= /usr/obj/usr/src/make.i386/make -B all Syntax error: Unterminated quoted string *** Error code 2 Stop in /usr/obj/usr/src/sys/DESKTOP. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Dan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510032138.46226.danny>