From owner-freebsd-ports@FreeBSD.ORG Sat Jan 17 16:03:29 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E6598B; Sat, 17 Jan 2015 16:03:29 +0000 (UTC) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0BAD98F; Sat, 17 Jan 2015 16:03:27 +0000 (UTC) Received: from [192.168.225.11] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id t0HFho5a080741; Sat, 17 Jan 2015 16:43:56 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <54BA8336.4090807@fgznet.ch> Date: Sat, 17 Jan 2015 16:43:50 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bob Willcox , FreeBSD Ports Subject: Re: CURRENT breaks loading of nvidia.so References: <20150117151806.GE91189@rancor.immure.com> In-Reply-To: <20150117151806.GE91189@rancor.immure.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: FreeBSD CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2015 16:03:29 -0000 On 17.01.15 16:18, Bob Willcox wrote: > Yesterday when I upgraded my current box I encountered this failure when > attempting to load the nvidia-driver (nvidia.so): > > link_elf_obj: symbol _callout_stop_safe undefined > linker_load_file: Unsupported file type > > So, today I updtated my system again today hoping it might be fixed but the > problem persists. > > System info: > > FreeBSD han.immure.com 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r277299: Sat Jan 17 08:52:41 CST 2015 bob@han.immure.com:/usr/obj/usr/src/sys/HAN amd64 I think you have to rebuild the nvidia-driver against your fresh built system. At least I had and my T510 s working again with the nvidia.ko. Gruss, Andreas