Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2010 15:10:37 GMT
From:      well-wisher <regex@bk.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152617: [patch]virtual-box-ose port does'n install EFI firmware
Message-ID:  <201011271510.oARFAbQj040952@red.freebsd.org>
Resent-Message-ID: <201011271520.oARFK9S0078300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152617
>Category:       ports
>Synopsis:       [patch]virtual-box-ose port does'n install EFI firmware
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 27 15:20:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     well-wisher
>Release:        
>Organization:
none
>Environment:
>Description:

>How-To-Repeat:
Check "Enable EFI" option;
try to boot VM;
got "ERROR: Unknown error creating VM (VERR_FILE_NOT_FOUND)
Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface Console, callee"
>Fix:
copy VBoxEFI32.fd & VBoxEFI64.fd to ${PREFIX}/lib/virtualbox

Patch attached with submission follows:

--- Makefile.orig	2010-11-27 19:55:44.000000000 +0500
+++ Makefile	2010-11-27 20:00:10.000000000 +0500
@@ -236,7 +236,7 @@
 	(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/sdk/bindings/xpcom/include && ${COPYTREE_SHARE} "*" ${PREFIX}/include/virtualbox)
 
 	${MKDIR} ${PREFIX}/lib/virtualbox
-	(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin && ${COPYTREE_SHARE} "*.so *.gc *.r0 components" ${PREFIX}/lib/virtualbox)
+	(cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin && ${COPYTREE_SHARE} "*.so *.gc *.r0 *.fd components" ${PREFIX}/lib/virtualbox)
 
 .if !defined(WITHOUT_NLS)
 	${MKDIR} ${DATADIR}/nls


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011271510.oARFAbQj040952>