From owner-freebsd-current@FreeBSD.ORG Mon Oct 3 20:47:36 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 2D94516A41F for ; Mon, 3 Oct 2005 20:47:36 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B337A43D48 for ; Mon, 3 Oct 2005 20:47:35 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so247440wxc for ; Mon, 03 Oct 2005 13:47:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QTH6FNvyKD/DKP9+QMQK2DjAB7y4vChdVjr9QthPECu3voXnSvHShNyD3doKepDOJ6l0PJFopIbZrjncyuT+BBbVnaiDuUiLMLPrA5inLDFweqEpmT90/IG9v9Vp0leGQEJ5tMmMJD8/i07t89IXmYQ7ZLPI6MgcDiNKlJmKvK4= Received: by 10.70.113.7 with SMTP id l7mr241457wxc; Mon, 03 Oct 2005 13:47:34 -0700 (PDT) Received: by 10.70.53.4 with HTTP; Mon, 3 Oct 2005 13:47:34 -0700 (PDT) Message-ID: <790a9fff0510031347v34c5a48bg3968aadcda03a10b@mail.gmail.com> Date: Mon, 3 Oct 2005 15:47:34 -0500 From: Scot Hetzel To: Danny Pansters In-Reply-To: <200510032138.46226.danny@ricin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510032138.46226.danny@ricin.com> Cc: current@freebsd.org Subject: Re: 6.0-today kernel build fails over nvidia-driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel 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 20:47:36 -0000 On 10/3/05, Danny Pansters wrote: > 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 appare= ntly > 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. > This is coming from kern.post.mk: > cd ${PORTSDIR:-/usr/ports}/"nvidia-driver; SYSDIR=3D > /usr/obj/usr/src/make.i386/make -B all > Syntax error: Unterminated quoted string > *** Error code 2 > It looks like you have PORTS_MODULES defined in your /etc/make.conf file. This causes all defined PORTS_MODULES to be updated when the kernel is built. The problem is a missing ending quote and the directory to where the nvidia-driver is located in the ports tree. You'll need to either remove PORTS_MODULES, or fix it to show the correct location of the nvidia-driver port in /etc/make.conf. PORTS_MODULES=3D x11/nvidia-driver Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.