Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 11:14:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 218748] emulators/virtualbox-ose (5.1.18): Doesn't upgrading to 5.1.20
Message-ID:  <bug-218748-26505-TvgUHUxTAl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218748-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218748-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218748

w.schwarzenfeld@utanet.at changed:

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

--- Comment #1 from w.schwarzenfeld@utanet.at ---
This could fixed with=20
--- src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp.orig=20=20=
=20
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 >=3D 0x050000
 # include <QWindow>
+# endif
 # ifdef VBOX_WS_X11
 #  include <QWindowStateChangeEvent>
 # endif
@@ -806,6 +808,8 @@ void UIMiniToolBar::sltAdjust()
 #endif
 }

+# if QT_VERSION >=3D 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"

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218748-26505-TvgUHUxTAl>