After upgrade from virtualbox-ose-4.2.20 to virtualbox-ose-4.3.6: Seems like the symbol RTLogGetDefaultInstance can not be found at VM startup. The VM starts fine with virtualbox-ose-legacy-4.2.22. The guest OS is Windows 2k i386. /usr/ports/emulators/virtualbox-ose% make showconfig ===> The following configuration options are available for virtualbox-ose-4.3.6: DBUS=off: D-Bus IPC system support DEBUG=off: Debug symbols, additional logs and assertions GUESTADDITIONS=off: Build with Guest Additions NLS=off: Native Language Support PULSEAUDIO=off: PulseAudio sound server support PYTHON=off: Python bindings or support QT4=off: Build with QT4 Frontend UDPTUNNEL=off: Build with UDP tunnel support VDE=off: Build with VDE support VNC=on: Build with VNC support VPX=off: Use vpx for video capturing WEBSERVICE=off: Build Webservice X11=off: X11 (graphics) support Log: 00:00:00.117619 AssertLogRel /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/HostDrivers/Support/SUPLib.cpp(1753) int supLoadModuleResolveImport(RTLDRMODINTERNAL*, const char*, const char*, unsigned int, RTUINTPTR*, void*): <NULL> 00:00:00.117627 VMMR0.r0 is importing RTLogGetDefaultInstance which we couldn't find 00:00:00.117634 SUP: RTLdrGetBits failed for VMMR0.r0 (/usr/local/lib/virtualbox/VMMR0.r0). rc=VERR_SYMBOL_NOT_FOUND 00:00:00.118061 pdmR3LoadR0U: pszName="VMMR0.r0" rc=VERR_SYMBOL_NOT_FOUND szErr="SUPR3LoadModule: supLoadModule returned VERR_SYMBOL_NOT_FOUND" 00:00:00.118072 VMSetError: /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/VMM/VMMR3/VM.cpp(594) int vmR3CreateU(UVM*, uint32_t, int (*)(UVM*, VM*, void*), void*); rc=VERR_SYMBOL_NOT_FOUND 00:00:00.118076 VMSetError: Failed to load VMMR0.r0 00:00:00.120128 VNC: port = XXXX 00:00:00.120591 VNC: Configuring password 00:00:00.120679 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={8ab7c520-2442-4b66-8d74-4ff1e195d2b6} aComponent={Console} aText={Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)}, preserve=false 00:00:00.141396 Power up failed (vrc=VERR_SYMBOL_NOT_FOUND, rc=NS_ERROR_FAILURE (0X80004005)) How-To-Repeat: unknown, might be specific to i386 (?) or to the upgraded virtualbox version.
Responsible Changed From-To: freebsd-ports-bugs->vbox Over to maintainer (via the GNATS Auto Assign Tool)
I think this PR can be safely closed (last time I've seen this error message the reason was in manually stripped vboxdrv.ko).
We have version 5.2.4. Could be closed.