From owner-freebsd-current@FreeBSD.ORG Mon Oct 3 19:39:44 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F011F16A420 for ; Mon, 3 Oct 2005 19:39:44 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09FC43D58 for ; Mon, 3 Oct 2005 19:39:41 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.133] (port=39317 helo=smtp2.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1EMWA0-0005PK-Fx for current@freebsd.org; Mon, 03 Oct 2005 21:39:40 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:50341 helo=desktop.homenet) by smtp2.home.nl with esmtp (Exim 4.30) id 1EMW9z-0000CJ-59 for current@freebsd.org; Mon, 03 Oct 2005 21:39:39 +0200 From: Danny Pansters To: current@freebsd.org Date: Mon, 3 Oct 2005 21:38:46 +0000 User-Agent: KMail/1.8.1 X-Face: "0Qv=,p:+]LvuqrtS4U\z3k"qN=.1]@=?utf-8?q?=258=3F=3BPoab=23v=27F=7E=0A=09!Wm=5Fe-=24=7EL=5D=3B?=>[c*L^Qoladj)x@mH}Bqz"vLO?Zdl}[@V@=?utf-8?q?U=3Fx3=23lI=3A=0A=09=24DN=7E!Hr?=@K`-mNv"zXm MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510032138.46226.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Subject: 6.0-today kernel build fails over nvidia-driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 19:39:45 -0000 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