> VirtualBox VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/local/lib/virtualbox/VirtualBox.so",) failed: /usr/local/lib/virtualbox/VirtualBox.so: Undefined symbol "_ZN13UIMiniToolBar19sltAdjustTransienceEv" >pkg info virtualbox-ose virtualbox-ose-5.1.20 Name : virtualbox-ose Version : 5.1.20 Installed on : Thu Apr 20 09:29:00 2017 EEST Origin : emulators/virtualbox-ose Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : emulators Licenses : GPLv2 Maintainer : vbox@FreeBSD.org WWW : http://www.virtualbox.org/ Comment : General-purpose full virtualizer for x86 hardware Options : ALSA : off DBUS : on DEBUG : off GUESTADDITIONS : off MANUAL : on NLS : off PULSEAUDIO : off PYTHON : on QT4 : on QT5 : off R0LOGGING : off UDPTUNNEL : off VDE : off VNC : off VPX : off WEBSERVICE : off X11 : on
My fault. I'll take it.
A commit references this bug: Author: jkim Date: Fri Apr 21 16:43:28 UTC 2017 New revision: 439099 URL: https://svnweb.freebsd.org/changeset/ports/439099 Log: Add a forgotten Qt4 patch in the previous commit. Pointyhat to: jkim PR: 218795 Changes: head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/files/extrapatch-src_VBox_Frontends_VirtualBox_src_widgets_UIMiniToolBar.h
Fixed and tested. Sorry for the breakage.
Ok, but it was my error. Overlooked the UIMiniToolBar.h in the other PR. Sorry for this.
But it is interesting. The shared library (VirtualBox.so) has still the symbol. But it started on 10.3 without problem. It should also make a error message.
correct the shared library had ....
Committed.