SVN r296272 breaks virtualbox

John Baldwin jhb at freebsd.org
Wed Mar 2 01:29:16 UTC 2016


On Wednesday, March 02, 2016 12:42:05 AM Ivan Klymenko wrote:
> On Tue, 1 Mar 2016 17:29:37 -0500
> Michael Butler <imb at protected-networks.net> wrote:
> 
> > The removal of "taskqueue_enqueue_fast" breaks the virtualbox kmods:
> > 
> > Mar  1 16:54:36 toshi kernel: vboxdrv: fAsync=0 offMin=0x914
> > offMax=0x151c Mar  1 16:54:36 toshi kernel: link_elf_obj: symbol
> > taskqueue_enqueue_fast undefined
> > Mar  1 16:54:36 toshi kernel: linker_load_file: Unsupported file type
> > Mar  1 16:54:36 toshi kernel: link_elf_obj: symbol
> > taskqueue_enqueue_fast undefined
> > Mar  1 16:54:36 toshi kernel: linker_load_file: Unsupported file type
> > Mar  1 16:54:36 toshi kernel: KLD vboxnetadp.ko: depends on
> > vboxnetflt - not available or version mismatch
> > Mar  1 16:54:36 toshi kernel: linker_load_file: Unsupported file type
> > 
> > 	Michael
> > 
> 
> 
> +1

Then the port needs to be patched?  It's been using an API deprecated
for the last 15 years.  A simple s/taskqueue_enqueue_fast/taskqueue_enqueue/
will fix it.

-- 
John Baldwin


More information about the freebsd-current mailing list