https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217258
--- Comment #14 from Jason Bacon <[email protected]> --- On my 10.3 systems, doing the following resolved the issue: pkg delete llvm37 pkg delete virtualbox\* (for good measure) pkg autoremove (for good measure) pkg upgrade pkg install virtualbox-ose VirtualBox now opens normally. I'm not sure where the llvm37 installation came from. My guess is is was orphaned by pkg upgrade when it upgraded to llvm39. I'm getting a different error on my 11.0 system, but I don't think it's related. Popup error box: Failed to acquire the VirtualBox COM object. Callee RC: NS_BASE_STREAM_WOULD_BLOCK (0x80470007) So it appears the VirtualBox should protect against loading llvm37 libraries if they're present. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
