From owner-freebsd-current@FreeBSD.ORG Wed Oct 5 22:50:54 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34165106564A for ; Wed, 5 Oct 2011 22:50:54 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id E24D98FC1C for ; Wed, 5 Oct 2011 22:50:53 +0000 (UTC) Received: by qadz30 with SMTP id z30so2201221qad.13 for ; Wed, 05 Oct 2011 15:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yBBjH0+LU1L4asvg1Q7TQGyrc+jBqIOume4E+MvwkPg=; b=hCvJ3HFy7HRpdmoa793yBPvi4uTVvzktGUgGxAiodIDOaAoLjYPqxHnDk9699iMJz2 CGxXK8uSCSwFRQv+ZOHYBqpd384+M6ebQexBYYR/hdN+BCyI4c4Id13OnYu1t6xIWjtR gKBRGnNNXx4t6YtFCKrx8Fp21cLi1mVmMokhs= MIME-Version: 1.0 Received: by 10.224.182.10 with SMTP id ca10mr3824qab.274.1317855053111; Wed, 05 Oct 2011 15:50:53 -0700 (PDT) Received: by 10.224.74.82 with HTTP; Wed, 5 Oct 2011 15:50:53 -0700 (PDT) In-Reply-To: References: <4e4ab684.0c4c970a.68e8.6846SMTPIN_ADDED@mx.google.com> <9A6F7C9D-32D8-4387-BB03-B11CB0A91BFA@gmail.com> <20110829.214640.1568838937885804931.ken@tydfam.jp> <20110831124126.GB82908@FreeBSD.org> Date: Wed, 5 Oct 2011 15:50:53 -0700 Message-ID: From: Garrett Cooper To: Ali Mashtizadeh Content-Type: text/plain; charset=ISO-8859-1 Cc: Scot Hetzel , freebsd-current@freebsd.org Subject: Re: x11/nvidia-driver / Compilation has failed 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: Wed, 05 Oct 2011 22:50:54 -0000 On Wed, Oct 5, 2011 at 3:31 PM, Ali Mashtizadeh wrote: > I ran buildworld and installworld again, but the module still won't > load. Also, if I enable linux compatibility the original bug from this > email chain is still present. Please bottom post. That being said, there are issues with the port infrastructure tying into /usr/src where [if you're using the PORTS_MODULES feature and] compiling using an older world I've seen stuff fall apart at build because it's detecting OSVERSION or something else incorrectly. Haven't spent time tracking this down because it's virtually a non-issue if you install stuff manually after you boot your new kernel. It's annoying, but easy to work around. Having the error message and your build details would help though, as always. Thanks, -Garrett