From owner-freebsd-x11@FreeBSD.ORG Thu May 24 11:42:56 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4FC816A41F for ; Thu, 24 May 2007 11:42:56 +0000 (UTC) (envelope-from jeffc@supranet.net) Received: from smtp1.supranet.net (smtp1.supranet.net [66.170.1.10]) by mx1.freebsd.org (Postfix) with ESMTP id 9E00A13C455 for ; Thu, 24 May 2007 11:42:56 +0000 (UTC) (envelope-from jeffc@supranet.net) Received: from horse.supranet.net (localhost [127.0.0.1]) by smtp1.supranet.net (8.13.6/8.12.10) with ESMTP id l4OBgteX038251 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 24 May 2007 06:42:56 -0500 (CDT) Received: (from nobody@localhost) by horse.supranet.net (8.13.6/8.12.10/Submit) id l4OBgtUh038250; Thu, 24 May 2007 06:42:55 -0500 (CDT) X-Authentication-Warning: horse.supranet.net: nobody set sender to jeffc@supranet.net using -f Received: from 209-204-169-179.dsl.static.sonic.net (209-204-169-179.dsl.static.sonic.net [209.204.169.179]) by mail.supranet.net (IMP) with HTTP for ; Thu, 24 May 2007 06:42:55 -0500 Message-ID: <1180006975.46557a3fd7297@mail.supranet.net> Date: Thu, 24 May 2007 06:42:55 -0500 From: jeffc@supranet.net To: Olivier Smedts References: <18615750.421180006545953.JavaMail.zimbra@s.gid0.org> In-Reply-To: <18615750.421180006545953.JavaMail.zimbra@s.gid0.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.3 Cc: freebsd-x11@freebsd.org Subject: Re: nvidia-driver won't build with 6.2-STABLE-200705 and xorg 7.2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 11:42:56 -0000 Quoting Olivier Smedts : > ----- jeffc@supranet.net wrote: > > The May snapshot FreeBSD 6.2-STABLE-200705 appropriately has no xorg, > > but after > > a portsnap fetch, pkg_add -r xorg successfully (it runs) installed > > xorg 7..2. > > However trying to build nvidia-driver from ports fails with: > > > > [...] > > ===> x11 (install) > > ===> x11/driver (install) > > install: /usr/X11R6/lib/modules/drivers: No such file or directory > > *** Error code 71 > > If you "mkdir -p /usr/X11R6/lib/modules/drivers", then install should work. > But the question is "why hasn't this directory been created ?". Maybe you > didn't have the "x11/xorg" metaport installed before installing nvidia-driver > ? I installed xorg using pkg_add -r. Maybe that was my mistake and I should use ports instead? Cheers, Jeff C.