virtualbox

Edit Package virtualbox
No description set
Refresh
Refresh
Source Files
Filename Size Changed
Fix_for_server_1.19.patch 0000001762 1.72 KB
README.autostart 0000000992 992 Bytes
README.build 0000002707 2.64 KB
UserManual.pdf 0004972709 4.74 MB
VirtualBox-6.1.22-patched.tar.bz2 0120662152 115 MB
VirtualBox.appdata.xml 0000000820 820 Bytes
_constraints 0000000207 207 Bytes
_multibuild 0000000050 50 Bytes
_service 0000000136 136 Bytes
fix-missing-includes-with-qt-5.15.patch 0000000954 954 Bytes
fix_conflict_between_host_and_guest.patch 0000000553 553 Bytes
fix_lib_search.patch 0000000945 945 Bytes
fix_usb_rules.sh 0000000327 327 Bytes
fixes_for_Leap42.3.patch 0000000956 956 Bytes
fixes_for_Qt5.11.patch 0000001094 1.07 KB
fixes_for_gcc10.patch 0000002060 2.01 KB
fixes_for_leap15.2.patch 0000003059 2.99 KB
fixes_for_leap15.3.patch 0000000893 893 Bytes
fixes_for_makefile.patch 0000029859 29.2 KB
fixes_for_python.patch 0000000615 615 Bytes
fixes_for_qt5.13.patch 0000003729 3.64 KB
fixes_for_sle12.patch 0000009258 9.04 KB
gcc5-real-support.patch 0000000713 713 Bytes
handle_gsoap_208103.patch 0000000743 743 Bytes
internal-headers.patch 0000002233 2.18 KB
modify_for_4_8_bo_move.patch 0000000854 854 Bytes
remove_vbox_video_build.patch 0000001918 1.87 KB
security_fixes.patch 0000001586 1.55 KB
smap.diff 0000000602 602 Bytes
switch_to_python3.4+.patch 0000009284 9.07 KB
turn_off_cloud_net.patch 0000000388 388 Bytes
update-extpack.sh 0000002452 2.39 KB
vb-6.1.16-modal-dialog-parent.patch 0000010324 10.1 KB
vbox-default-os-type.diff 0000001295 1.26 KB
vbox-deprec-gsoap-service-proxies.diff 0000000963 963 Bytes
vbox-disable-updates.diff 0000002305 2.25 KB
vbox-fpie.diff 0000001533 1.5 KB
vbox-gsoapssl-deps.diff 0000000736 736 Bytes
vbox-no-build-dates.diff 0000018700 18.3 KB
vbox-permissions_warning.diff 0000002532 2.47 KB
vbox-python-detection.diff 0000001846 1.8 KB
vbox-smc-napa.diff 0000000557 557 Bytes
vbox-suid-warning.diff 0000002450 2.39 KB
vbox-usb-warning.diff 0000003174 3.1 KB
vbox-vboxadd-init-script.diff 0000009230 9.01 KB
vbox-vboxdrv-init-script.diff 0000003450 3.37 KB
vbox_remove_smp_mflags.patch 0000000788 788 Bytes
vboxadd-service.service 0000000434 434 Bytes
vboxautostart-service.service 0000000497 497 Bytes
vboxautostart-service.sh 0000004133 4.04 KB
vboxconfig.sh 0000001968 1.92 KB
vboxdrv.service 0000000450 450 Bytes
vboxdrv.sh 0000012547 12.3 KB
vboxguestconfig.sh 0000002119 2.07 KB
vboxweb-service.service 0000000479 479 Bytes
vboxweb-service.sh 0000006422 6.27 KB
virtualbox-60-vboxdrv.rules 0000000747 747 Bytes
virtualbox-60-vboxguest.rules 0000000186 186 Bytes
virtualbox-LocalConfig.kmk 0000000498 498 Bytes
virtualbox-default.virtualbox 0000000937 937 Bytes
virtualbox-fix-ui-background-color.patch 0000016892 16.5 KB
virtualbox-kmp-files 0000000304 304 Bytes
virtualbox-kmp-preamble 0000000057 57 Bytes
virtualbox-patch-source.sh 0000001157 1.13 KB
virtualbox-rpmlintrc 0000000172 172 Bytes
virtualbox-sed-params.patch 0000001500 1.46 KB
virtualbox-snpritnf-buffer-overflow.patch 0000000534 534 Bytes
virtualbox-wrapper.sh 0000002592 2.53 KB
virtualbox.changes 0000408893 399 KB
virtualbox.spec 0000045864 44.8 KB
Revision 604 (latest revision is 755)
Larry Finger's avatar Larry Finger (lwfinger) accepted request 892439 from Dan Čermák's avatar Dan Čermák (dancermak) (revision 604)
Require which for /usr/lib/virtualbox/vboxadd-service
Comments 5

z's avatar

Virtualbox 7.1.0 Cannot install extension pack.

VBoxManage: error: Failed to install "/home/username/Downloads/virtualbox/Oracle_VirtualBox_Extension_Pack-7.1.0.vbox-extpack" VBoxManage: error: Failed to load the main module ('/usr/lib/virtualbox/ExtensionPacks/Oracle_VirtualBox_Extension_Pack/linux.amd64/VBoxPuelMain.so'): VERR_FILE_NOT_FOUND - /usr/lib/virtualbox/ExtensionPacks/Oracle_VirtualBox_Extension_Pack/linux.amd64/VBoxPuelMain.so: undefined symbol: _ZN21RTCRestBinaryResponse19setConsumerCallbackEPFiPS_PKvmjmmEPv VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackManagerWrap, interface IExtPackManager VBoxManage: error: Context: "RTEXITCODE handleExtPack(HandlerArg*)" at line 2099 of file VBoxManageMisc.cpp


Jan Engelhardt's avatar

The problem here is that the extension pack was built with -std=c++14 (or earlier), but virtualbox was built with -std=c++17 (or something later), which is a requirement because of the use of the <filesystem> header. As per https://en.cppreference.com/w/cpp/language/noexcept_spec , "noexcept" is part of the function signature in C++17, and so that's why virtualbox has—wait for it—..CallbackEPDoFiPS.. instead of CallbackEPFiPS (the Do part is that noexcept specifier). Well, in short, that's the bad part of the ext pack being closed-source.


openSUSE Build Service is sponsored by