FreeBSD Bugzilla – Attachment 240856 Details for
Bug 270189
emulators/virtualbox-ose: guest machines are no longer usable: Failed to construct device 'VMMDev' instance #0 (VERR_INTERNAL_ERROR_3).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch for virtualbox-ose and virtualbox-ose-kmod
virtualbox.patch (text/plain), 1.10 KB, created by
pr
on 2023-03-14 22:40:46 UTC
(
hide
)
Description:
Makefile patch for virtualbox-ose and virtualbox-ose-kmod
Filename:
MIME Type:
Creator:
pr
Created:
2023-03-14 22:40:46 UTC
Size:
1.10 KB
patch
obsolete
>diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile >index 1e31a951bd58..2afcbc9a7bae 100644 >--- a/emulators/virtualbox-ose-kmod/Makefile >+++ b/emulators/virtualbox-ose-kmod/Makefile >@@ -20,7 +20,9 @@ CPE_PRODUCT= vm_virtualbox > SUB_FILES= pkg-message > SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL} > >-USES= cpe compiler:c++14-lang kmod tar:bzip2 >+USES= compiler:c++14-lang llvm:max=14 cpe kmod tar:bzip2 >+CC= clang14 >+CXX= clang++14 > PATCHDIR= ${.CURDIR}/../${PORTNAME}/files > WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} > USE_RC_SUBR= vboxnet >diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile >index 3adb68b1f5fa..00d5b8f87208 100644 >--- a/emulators/virtualbox-ose/Makefile >+++ b/emulators/virtualbox-ose/Makefile >@@ -27,7 +27,9 @@ CPE_PRODUCT= vm_virtualbox > > WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} > ONLY_FOR_ARCHS= amd64 >-USES= compiler:c++14-lang cpe gnome iconv pkgconfig ssl tar:bzip2 >+USES= compiler:c++14-lang llvm:max=14 cpe gnome iconv pkgconfig ssl tar:bzip2 >+CC= clang14 >+CXX= clang++14 > USE_GNOME= libidl libxml2 > > HAS_CONFIGURE= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270189
:
240856
|
241099
|
241524
|
241915
|
241924
|
242010
|
242011
|
242215
|
242284
|
242510