ports/152617: [patch]virtual-box-ose port does'n install EFI firmware
well-wisher
regex at bk.ru
Sat Nov 27 15:20:10 UTC 2010
>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:
More information about the freebsd-ports-bugs
mailing list