Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2025 13:56:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 289019] emulators/virtualbox-ose{-*}: update to 7.2.x
Message-ID:  <bug-289019-4077-GJWYIUjFGG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-289019-4077@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289019-4077-GJWYIUjFGG>