From owner-freebsd-ports@FreeBSD.ORG Sat Jan 17 15:44:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4061C210; Sat, 17 Jan 2015 15:44:18 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3BEA7CC; Sat, 17 Jan 2015 15:44:17 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 89F871FE023; Sat, 17 Jan 2015 16:44:15 +0100 (CET) Message-ID: <54BA8380.4060108@selasky.org> Date: Sat, 17 Jan 2015 16:45:04 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.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 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 15:44:18 -0000 On 01/17/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 > > Thanks, > Bob > Hi, The nvidia-driver package needs to be recompiled with the latest FreeBSD-current sources, because of changes in the callout subsystem. If this is not possible, we can temporarily add the "_callout_stop_safe" symbol to the kernel for some transition time. --HPS