From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 23 08:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C26F1914 for ; Sun, 23 Feb 2014 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A5A51526 for ; Sun, 23 Feb 2014 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N8K0gv089499 for ; Sun, 23 Feb 2014 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N8K0Dr089498; Sun, 23 Feb 2014 08:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 23 Feb 2014 08:20:00 GMT Resent-Message-Id: <201402230820.s1N8K0Dr089498@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Georg Altmann Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08FD372B for ; Sun, 23 Feb 2014 08:12:01 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C7CE714F2 for ; Sun, 23 Feb 2014 08:12:00 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1N8C0dQ015908 for ; Sun, 23 Feb 2014 08:12:00 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1N8C06P015893; Sun, 23 Feb 2014 08:12:00 GMT (envelope-from nobody) Message-Id: <201402230812.s1N8C06P015893@cgiserv.freebsd.org> Date: Sun, 23 Feb 2014 08:12:00 GMT From: Georg Altmann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186973: emulators/virtualbox-ose 4.3.6 vm fails to start with VERR_SYMBOL_NOT_FOUND X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 08:20:00 -0000 >Number: 186973 >Category: ports >Synopsis: emulators/virtualbox-ose 4.3.6 vm fails to start with VERR_SYMBOL_NOT_FOUND >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 23 08:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Georg Altmann >Release: 9.1 >Organization: >Environment: FreeBSD 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Sun Jan 12 10:32:09 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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*): 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. >Fix: >Release-Note: >Audit-Trail: >Unformatted: