[Bug 289019] emulators/virtualbox-ose{-*}: update to 7.2.x
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289019] emulators/virtualbox-ose{-*}: update to 7.2.x"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 13:56:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289019
--- Comment #26 from Mario Lobo <lobo@bsd.com.br> ---
(In reply to Vladimir Druzenko from comment #25)
Hi Vladimir.
Yesterday, with a few modifications, I managed to compile 7.2.2.
Here is what I had to modify for this:
Removed:
patch-src_VBox_Frontends_VirtualBox_src_manager_UIVirtualBoxManager.cpp
patch-src_VBox_Frontends_VirtualBox_src_manager_UIVirtualBoxManager.h
patch-src_VBox_Frontends_VirtualBox_src_manager_UIVirtualBoxWidget.cpp
Apparently they were up-streamed, already present in the code.
Edited patch-configure to remove:
@@ -1897,7 +1905,7 @@ EOF
return 0;
}
EOF
- [ -n "$INCOGG" ] && I_INCVRB=`prefix_I "$INCOGG"`
+ [ -n "$INCOGG" ] && I_INCOGG=`prefix_I "$INCOGG"`
if test_compile "$LIBOGG $I_INCOGG" ogg ogg nofatal; then
if test_execute; then
cnf_append "SDK_VBoxLibOgg_INCS" "$INCOGG"
which was already present in configure script.
When I tried to run any VM, VBoxSDD.so complained about missing symbols, so I
went back to 7.2.0.
This is as far as I've got.
--
You are receiving this mail because:
You are on the CC list for the bug.