[Bug 218748] emulators/virtualbox-ose (5.1.18): Doesn't upgrading to 5.1.20

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 19 11:14:49 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218748

w.schwarzenfeld at utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld at utanet.at

--- Comment #1 from w.schwarzenfeld at utanet.at ---
This could fixed with 
--- src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp.orig   
2017-04-19 09:40:35 UTC
+++ src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp
@@ -29,7 +29,9 @@
 # include <QToolButton>
 # include <QStateMachine>
 # include <QPainter>
+# if QT_VERSION >= 0x050000
 # include <QWindow>
+# endif
 # ifdef VBOX_WS_X11
 #  include <QWindowStateChangeEvent>
 # endif
@@ -806,6 +808,8 @@ void UIMiniToolBar::sltAdjust()
 #endif
 }

+# if QT_VERSION >= 0x050000
+
 void UIMiniToolBar::sltAdjustTransience()
 {
     // WORKAROUND:
@@ -818,6 +822,8 @@ void UIMiniToolBar::sltAdjustTransience(


So it compiles, but after this it does not start:

VirtualBox: supR3HardenedMainGetTrustedMain:
dlopen("/usr/local/lib/virtualbox/VirtualBox.so",) failed:
/usr/local/lib/virtualbox/VirtualBox.so: Undefined symbol
"_ZN13UIMiniToolBar19sltAdjustTransienceEv"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-emulation mailing list