<HTML><BODY>It was OFFlist but is certainly useful as public AddOn, so I reply to myself:<br><br><br>Hi Aurelien,<br><br><br>don't worry.<br>No problems.<br>Ironically Ken - despite all of his really very good userland Xorg and Mesa work for a decade - never tested SNA on the last official Intel-Xorg-ddx which is still 2.21.5 or something (rather than 2.99).<br>In winter I created a test-ddx for Xorg running on Hipster (Xorg-ABI matches without -ignoreABI).<br>If I find it I gladly upload it and then youb can test and see what I mean.<br>Then you witness that SNA is rubbish on Solaris kernels (and it appears that even Oracle doesn't know how to make it really work on Solaris).<br>Maybe some kernel-performance engineer could debug it with dtrace to find out what's eating up all the cycles. But UXA works fine and the performance gain of SNA over UXA isn't that large, even on LinUX where it works fine.<br><br>As for qt5.8: Something is different on your (probably more modern) Hipster installation.<br>But despite putting all, then some, then specific ones, then none /usr/gnu/bin tools in front of /usr/bin (via $PATH plus permutations of lofs mounts) I always ended in <a href="http://stackoverflow.com/questions/38549755/raspberry-pi-2-and-qt-5-7-make-stuck-at-qtbase-bin-qmake-conf-qtbase-q" rel="noopener" target="_blank" data-mce-href="http://stackoverflow.com/questions/38549755/raspberry-pi-2-and-qt-5-7-make-stuck-at-qtbase-bin-qmake-conf-qtbase-q">http://stackoverflow.com/questions/38549755/raspberry-pi-2-and-qt-5-7-make-stuck-at-qtbase-bin-qmake-conf-qtbase-q</a> and never managed to isolate what exactly causes it (including running gmake -d did'nt show me why it is trapped in re-iteration loops).<br><br>But the point when I finally had  enough was after qt5.8 was finally built and vbox linked against it and then rather than a window coming up it ended with <br><pre>"gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem"<br><br><br>We can deal with qt5.8 later, as of now it doesn't have any release stability/quality whatsoever, neither for building it nor for using it.<br><br>But as said: qt4.8 *is* in the repo plus is  *rock-stable*.<br>And it was braindead easy to get it working in Vbox 5 again:<br><br>/code/ALP__KMS_MATE__checkout20160911sun/oi-userland/components/virtualbox5_qt4$ cat patches/enforce_qt4.patch<br>gdiff -Nub VirtualBox-5.1.6/Config.kmk VirtualBox-5.1.6/Config.kmk<br>--- VirtualBox-5.1.6/Config.kmk    2016-09-16 11:41:22.013702279 +0000<br>+++ VirtualBox-5.1.6/Config.kmk    2016-09-16 12:09:50.428711465 +0000<br>@@ -591,11 +591,6 @@<br> VBOX_WITH_WEBSERVICES_SSL = 1<br> # The Qt GUI.<br> VBOX_WITH_QTGUI = 1<br>-if1of ($(KBUILD_TARGET), linux win solaris)<br>- VBOX_WITH_QTGUI_V5 = 1 # r=bird: s/VBOX_WITH_QTGUI_V5/VBOX_WITH_QT5/g - our we released version 5.0 of the VirtualBox GUI last year, remember?<br>-else if "$(KBUILD_TARGET)" == "darwin" && $(KBUILD_HOST_VERSION_MAJOR) >= 13 # (OS X 10.9 Mavericks)<br>- VBOX_WITH_QTGUI_V5 = 1<br>-endif<br> # Indicates the Qt is Cocoa based on the Mac.<br> ifeq ($(KBUILD_TARGET),darwin)<br>  VBOX_WITH_COCOA_QT = 1<br>@@ -5678,12 +5673,12 @@<br>    ifndef VBOX_WITH_QTGUI_V5<br>     VBOX_PATH_QT := $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/qt/v4*)))<br>    else<br>-    VBOX_PATH_QT := $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/qt/v5*)))<br>+    VBOX_PATH_QT := $(lastword $(sort $(wildcard $(KBUILD_DEVTOOLS_TRG)/qt/v4*)))<br>    endif<br>    ifeq ($(VBOX_PATH_QT),)<br>     ifneq ($(wildcard /Library/Frameworks/QtCore.framework),)<br>      # Using the global installation (for OSE).<br>-     VBOX_PATH_QT ?= /usr<br>+     VBOX_PATH_QT ?= /usr/lib/qt/4.8<br>      VBOX_PATH_QT_FRAMEWORKS ?= /Library/Frameworks<br>     endif<br>    endif<br>@@ -5730,22 +5725,9 @@<br>     QtCore QtGui QtWidgets QtPrintSupport QtMacExtras \<br>     $(if $(VBOX_GUI_USE_QGL),QtOpenGL,)<br>   else if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris win)<br>-   VBOX_QT_MOD += \<br>-    Qt5Core Qt5Gui Qt5Widgets Qt5PrintSupport \<br>-    $(if $(VBOX_GUI_USE_QGL),Qt5OpenGL,)<br>-    if1of ($(KBUILD_TARGET), linux freebsd netbsd openbsd solaris)<br>-     VBOX_QT_MOD += \<br>-      Qt5DBus Qt5XcbQpa Qt5X11Extras<br>-     # legacy libraries required to be installed on EL5<br>-     VBOX_QT_LEGACY_LIBS = \<br>-      $(if $(VBOX_LD_HAS_LIBXCB),,libxcb.so.1 libX11.so.6 libX11-xcb.so.1)<br>-     VBOX_QT_PLUGINS = plugins/platforms/libqxcb.so<br>-    else ifeq ($(KBUILD_TARGET), win)<br>-     VBOX_QT_MOD += \<br>-      Qt5WinExtras<br>-    endif # win<br>-  endif # linux freebsd netbsd openbsd solaris win<br>- endif # VBOX_WITH_QTGUI_V5<br>+   VBOX_QT_MOD = QtCore QtGui $(if $(VBOX_GUI_USE_QGL),QtOpenGL,)<br>+endif # linux freebsd netbsd openbsd solaris win<br>+endif # VBOX_WITH_QTGUI_V5<br> <br>  VBOX_QT_MOD_NAMES = $(foreach qtmod,$(VBOX_QT_MOD),$(qtmod)$(VBOX_QT_INFIX))<br> <br>@@ -5770,13 +5752,13 @@<br>   TEMPLATE_VBOXQTGUIEXE_LRCTOOL = QT4<br>   TEMPLATE_VBOXQTGUIEXE_SDKS = QT4<br>  else # VBOX_WITH_QTGUI_V5<br>-  TEMPLATE_VBOXQTGUIEXE_USES = qt5<br>-  TEMPLATE_VBOXQTGUIEXE_QTTOOL = QT5<br>-  TEMPLATE_VBOXQTGUIEXE_MOCTOOL = QT5<br>-  TEMPLATE_VBOXQTGUIEXE_UICTOOL = QT5<br>-  TEMPLATE_VBOXQTGUIEXE_RCCTOOL = QT5<br>-  TEMPLATE_VBOXQTGUIEXE_LRCTOOL = QT5<br>-  TEMPLATE_VBOXQTGUIEXE_SDKS = QT5<br>+  TEMPLATE_VBOXQTGUIEXE_USES = qt4<br>+  TEMPLATE_VBOXQTGUIEXE_QTTOOL = QT4<br>+  TEMPLATE_VBOXQTGUIEXE_MOCTOOL = QT4<br>+  TEMPLATE_VBOXQTGUIEXE_UICTOOL = QT4<br>+  TEMPLATE_VBOXQTGUIEXE_RCCTOOL = QT4<br>+  TEMPLATE_VBOXQTGUIEXE_LRCTOOL = QT4<br>+  TEMPLATE_VBOXQTGUIEXE_SDKS = QT4<br>  endif # VBOX_WITH_QTGUI_V5<br>  TEMPLATE_VBOXQTGUIEXE_QT_INFIX = $(VBOX_QT_INFIX)<br>  TEMPLATE_VBOXQTGUIEXE_DEFS = IN_RING3 QT_NO_DEBUG QT_THREAD_SUPPORT QT_SHARED HAVE_CONFIG_H $(ARCH_BITS_DEFS)<br><br><br>And in /code/ALP__KMS_MATE__checkout20160911sun/oi-userland/components/virtualbox5_qt4/Makefile<br><br><br>CONFIGURE_OPTIONS = --enable-pulse<br>CONFIGURE_OPTIONS += --with-qt-dir=/usr/lib/qt/4.8<br>CONFIGURE_OPTIONS += --enable-qt4<br>CONFIGURE_OPTIONS += --build-libxml2<br><br><br><br>The resulting Vbox works fine and now also emulates USB3 xhci controller hardware :)<br>VirtualBox guest additions iso also gets compiled.<br>The extensions pack necessary for USB does get built, too :)<br><br>But I'm still messing with ips and after checkinstall was fixed I need to fix postinstall.<br>Jim's 1 year old otherwise nice script doesn't help anymore, requires modifications.<br><br>Today the Vbox 5.1.x will be released as test package and src diff for hipster-userland.<br><br><br>So, nothing wrong, just finacial DISASTER here and all the terror of everybody sending me bills and asking for money.<br>But before I get me a job I wanted to release the follwoing:<br><br>Vbox 5 (plus Jim Klimov's script)<br>i915 auf <=gen5: agpgart _enhancement_<br>compiz Mate integration diff<br>plugin-wrapper<br>((((qt5 64bit))))<br>((((xhci Sol11 bins HOWTO))))<br><br><br><br>Regards,<br><br>%martin</pre><br></BODY></HTML>