From owner-freebsd-emulation@freebsd.org Sat Oct 27 15:32:14 2018 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 891F51088FF9 for ; Sat, 27 Oct 2018 15:32:14 +0000 (UTC) (envelope-from ian@south-border.com) Received: from mail.south-border.com (mail.south-border.com [75.150.48.17]) by mx1.freebsd.org (Postfix) with ESMTP id 53A426E98B for ; Sat, 27 Oct 2018 15:32:14 +0000 (UTC) (envelope-from ian@south-border.com) Received: from imini.south-border.com (imini.south-border.com [192.168.243.3]) (authenticated bits=0) by sandbox.south-border.com (8.15.2/8.15.2) with ESMTPSA id w9RFW1Af003277 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 27 Oct 2018 11:32:01 -0400 (EDT) (envelope-from ian@south-border.com) From: Ian Dickens Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.0 \(3445.100.39\)) Subject: Re: virtualbox-ose and QT5 problems Date: Sat, 27 Oct 2018 11:32:00 -0400 References: To: freebsd-emulation@freebsd.org In-Reply-To: Message-Id: <8299B0D5-0CF6-4FB1-AD53-FC37C8062816@south-border.com> X-Mailer: Apple Mail (2.3445.100.39) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on sandbox.south-border.com X-Virus-Scanned: clamav-milter 0.100.2 at mail.south-border.com X-Virus-Status: Clean X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2018 15:32:14 -0000 > On Oct 24, 2018, at 5:32 PM, Ian Dickens wrote: >=20 > Not sure what happened in recent ports tree updates but one of my = systems got qt5 updates recently: >=20 > qt5-buildtools-5.11.2 Qt build tools > qt5-core-5.11.2_1 Qt core non-graphical module > qt5-dbus-5.11.2 Qt D-Bus inter-process communication = module > qt5-gui-5.11.2 Qt graphical user interface module > qt5-linguisttools-5.11.2 Qt localization tools > qt5-network-5.11.2 Qt network module > qt5-opengl-5.11.2 Qt 5-compatible OpenGL support module > qt5-printsupport-5.11.2 Qt print support module > qt5-qmake-5.11.2 Qt Makefile generator > qt5-qml-5.11.2 Qt QML and JavaScript language module > qt5-widgets-5.11.2 Qt C++ widgets module > qt5-x11extras-5.11.2 Qt platform-specific features for = X11-based systems > qt5-xml-5.11.2 Qt SAX and DOM implementations >=20 Ok, so I managed to get it working by deleting all of the qt5 packages = and rebuilding them. I did notice that there were errors in some of the = qt5 build where .metadir did not get created in the work folders. But = in the end the GUI is now working again. Ian=